Skip to content

Releases: Bram1903/TotemGuard

v2.1.2

13 Jan 19:50
225d005

Choose a tag to compare

TotemGuard v2.1.2

Changes

  • Added: 1.21.11 Support
  • Added: AutoTotemH
  • Added: Multi alias support for commands
  • Added: Compatibility checker

And other stuff I forgot. Sorry for the slow 1.21.11 update. I have mostly been focusing on TotemGuard 3.0 👀

Full Changelog: v2.1.1...v2.1.2

v2.1.1

26 Oct 11:32
0c72b0a

Choose a tag to compare

TotemGuard v2.1.1

Changes

  • Fixed: Players getting kicked for a network protocol error
  • Fixed: Not being able to load the TotemGuard profile on servers with world saving disabled
  • Fixed: TotemGuard Profile being wrongly formatted when having more than three punishments
  • Fixed: Incompatibility with AntiSpoof Pro

Full Changelog: v2.1.0 → v2.1.1

v2.1.0

20 Oct 08:28
3f13587

Choose a tag to compare

TotemGuard v2.1.0

This release introduces new detections, improves reliability, and significantly reduces false flags from BadPacketsD. It also restores broad version support and modernizes the internal command system.

Changes

  • Added new detection set.
  • Reduced false positives from BadPacketsD.
  • Restored compatibility with all Minecraft versions from 1.16.5 up to 1.21.10 (previously only supported 1.20.6+).
  • Migrated command handling from CommandAPI to Incendo Cloud, improving maintainability and future version support.
  • General performance and stability improvements.

Full Changelog: v2.0.4 → v2.1.0

v2.0.4

22 Jul 07:44
4f34252

Choose a tag to compare

  • Added: 1.21.8 Support

Full Changelog: v2.0.3...v2.0.4

v2.0.3

12 Jul 09:31
9b8c0be

Choose a tag to compare

What's Changed

  • Fixed: PacketEvents 2.9.1 Compatibility
  • Fixed: Bypass permission not working
  • Fixed: tg alerts <player> sending the confirmation message to the player instead of the console

Full Changelog: v2.0.2...v2.0.3

v2.0.2

02 Jul 11:23
c3fb6cc

Choose a tag to compare

Added: 1.21.6 & 1.21.7 Support
Added: BadPacketsD
Reworked: Discord Webhook Implementation

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Jun 18:21
ba7ce8b

Choose a tag to compare

Fixed: Error upon registering the totemguard command on recent 1.21.5 paper builds

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Jun 16:29
4c9696e

Choose a tag to compare

TotemGuard v2.0.0 Release Notes

What's New

This is a complete rewrite of TotemGuard.
For the list of changes, check the commit history at the bottom of this message; there are way too many to write down. :-)

Note

If you’ve used TotemGuard 1.x.x before, make sure to delete your current TotemGuard folder inside the plugins directory.
Also, if you were using an external database, either remove the old one or start fresh with a new database — old formats won’t work anymore.

Found a Bug?

If you run into any bugs, please create an issue on my GitHub repository and I’ll try to patch them as soon as possible.

Full Changelog: v1.2.0...v2.0.0

v1.2.0

04 Dec 18:45
24ab163

Choose a tag to compare

TotemGuard v1.2.0 Release Notes

What's New

  • Cross-Server Alerts: Added support for cross-server alerts via plugin messaging or Redis, thanks to @Matt-MX.
  • New Check - BadPacketsC: Introducing the BadPacketsC check (by @athulsib) to counter cheats that send impossible slot change packets, improving overall cheat detection.
  • New Command - /tg top: A convenient new command to display the top 10 current violators online. Banned or offline players are excluded for accuracy.
  • Enhanced /tg check <player> Command: The /tg check <player> command has been rewritten from the ground up (again), ensuring smoother operation and reliability.
  • Custom Dependency Loader: We've moved away from the libraries tag in plugin.yml to a custom dependency loader (source). This change reduces console spam during server startup by managing dependencies in the bootstrap phase.
  • Version Injection: Builds now include the latest Git commit hash for snapshot or development builds. This is implemented through the new TGVersions.java class, which is dynamically generated during the build process.
  • 1.21.4 Support: The plugin is fully compatible with Minecraft 1.21.4. Once the version is officially released, simply update PacketEvents to the latest version. While initial tests show everything works seamlessly, please report any unexpected issues!

Fixes and Improvements

  • Permission Bug Fix: Resolved a bug that unintentionally granted the TotemGuard.Update permission to all players by default, resulting in unnecessary update alerts. Apologies for the inconvenience!
  • Dependency Update: Upgraded Ebean to the latest stable version.
  • General Enhancements: Made several small optimizations and code improvements for better performance and stability.

Acknowledgments

A big thank you to @Matt-MX and @athulsib for their valuable contributions. Your work continues to enhance the quality and functionality of TotemGuard.

Community Note

We are grateful for your ongoing support and feedback. Every suggestion and issue reported helps make TotemGuard more effective. If you encounter bugs or have ideas for new features, feel free to submit an issue on GitHub or join our Discord community linked in the plugin description.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Nov 22:16
39dcd68

Choose a tag to compare

TotemGuard v1.1.0 Release Notes

What's New

Version Support

  • Added support for Minecraft 1.21.2 and 1.21.3

Enhancements and New Features

  • Tracker Feature: Run /track <player> to monitor their totem speed and data in real-time.
  • Color Scheme Customization: Customize the plugin's color scheme directly from the configuration file.
  • Rewritten Check Command: The check command has been completely overhauled for improved performance and usability.
  • Alert Customization: Configure the alert messages when they are enabled or disabled for better personalization.

Fixes and Improvements

  • Compatibility Fix: Resolved compatibility issues with PacketEvents 2.6.0.
  • Database Configuration: Fixed an issue where the database type setting in the config did not accept lowercase input.
  • False Positive Correction: Addressed a rare false positive in the totem processor when bulk-clicking a totem.

General Improvements

  • Numerous minor bug fixes and performance enhancements to improve overall stability.

Thank You!

A special thank you from @OutDev0 and me to all users of TotemGuard! This project remains completely free and open-source, available for all rather than limited to a few large servers. Seeing so many servers benefit from it validates our decision to share it openly.

Feedback and Support

If you encounter any issues with this release, please report them in our GitHub repository.

View Full Changelog