TotemGuard
No reviews yet
TotemGuard is a simple anti-cheat that tries to detect players who are using AutoTotem.
Enhances game performance and optimizes resource usage.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Overview
TotemGuard is a lightweight anti-cheat plugin designed to detect players using AutoTotem. It operates asynchronously to minimize server impact and offers extensive configurability, enabling server owners to tailor the plugin to their specific needs.
Prerequisites
TotemGuard requires the PacketEvents library to function. Ensure it is installed on your server.
Sponsors
Table of Contents
- Showcase
- Supported Platforms & Versions
- Checks
- Features
- Commands
- Permission Nodes
- Installation
- Credits
- License
Showcase
Supported Platforms & Versions
| Platform | Supported Versions |
|---|---|
| Paper, Folia, and related forks | 1.20 - 1.21.5 |
Checks
For a much more detailed explanation of the checks, see the wiki!
AutoTotem
- AutoTotemA - Click time difference
- AutoTotemB - Impossible standard deviation
- AutoTotemC - Impossible average standard deviation
- AutoTotemD - Suspicious re-totem packet sequence
- AutoTotemE - Impossible low outliers
- AutoTotemF - Invalid interactions during inventory close
BadPackets
- BadPacketsA - Opt-out message in a mod configuration channel
- BadPacketsB - Banned client brand
- BadPacketsC - Same slot change packet
ManualTotem
- ManualTotemA - Time difference between replacement after totem removal
Features
- Performance - Asynchronous operations ensure minimal impact on server performance.
- Database Support - Compatible with both MySQL and SQLite.
- Folia Integration - Supports Folia for regionized multithreading.
- Webhooks - Send alerts and punishments to a Discord webhook.
- Highly Configurable - Adjust nearly every setting during runtime to fit your server's needs.
- Update Checker - Automatically checks for updates on startup.
- Bypass Permission - Allows players with
TotemGuard.Bypassto bypass checks. - Cross Server Alerts - Easily send and retrieve alerts across multiple servers, through either plugin messaging or Redis.
- Bedrock Exception - Automatically ignores Bedrock Edition players to prevent false positives.
Commands
/totemguardor/tg- Main command for TotemGuard./totemguard reload- Reload the plugin configuration./totemguard alerts- Toggle alerts for the player./totemguard check <player>- Check the player for AutoTotem./totemguard alerts <player>- Toggle alerts for another player./totemguard profile- Display the player's profile./totemguard stats- Show plugin statistics./totemguard clearlogs- Clear the logs./totemguard track/untrack <player>- Tracks the player./totemguard top- Shows the top 10 violators./totemguard manualban <player>- Manually ban a player./totemguard database trim- Trim the database./totemguard database clear- Clear the database.
Permission Nodes
Operators (OPs) have these permissions by default, except TotemGuard.Debug:
TotemGuard.*- Access to all TotemGuard permissions.TotemGuard.Staff- Access toTotemGuard.Check,TotemGuard.Alerts, andTotemGuard.Profile.TotemGuard.Databases.*- Access to all database-related commands.TotemGuard.Reload- Access to the/totemguard reloadcommand.TotemGuard.Check- Access to the/totemcheckcommand.TotemGuard.Alerts- Access to the/totemguard alertscommand.TotemGuard.Alerts.Others- Toggle alerts for other players.TotemGuard.Profile- Access to the/totemguard profilecommand.TotemGuard.Stats- Access to the/totemguard statscommand.TotemGuard.ClearLogs- Access to the/totemguard clearlogscommand.TotemGuard.Track- Access to the/totemguard trackcommand.TotemGuard.Bypass- Bypass the plugin's checks.TotemGuard.Update- Receive update notifications.TotemGuard.Top- Access to the/totemguard topcommand.TotemGuard.ManualBan- Access to the/totemguard manualbancommand.TotemGuard.Database.Trim- Access to the/totemguard database trimcommand.TotemGuard.Database.Clear- Access to the/totemguard database clearcommand.TotemGuard.Debug- View debug messages.
Installation
- Prerequisites: Ensure PacketEvents is installed.
- Download: Get the latest release from the GitHub release page.
- Install: Place the plugin JAR file in your server's
pluginsdirectory. - Configure: Customize the
config.ymlfile as needed. - Reload: Apply the changes using
/totemguard reload.
Credits
Maintainer: @OutDev
For their creative ideas and dedicated efforts in maintaining the project.
License
This project is licensed under the GPL3 License.
Features
- Performance - Asynchronous operations ensure minimal impact on server performance.
- Database Support - Compatible with both MySQL and SQLite.
- Folia Integration - Supports Folia for regionized multithreading.
- Webhooks - Send alerts and punishments to a Discord webhook.
- Highly Configurable - Adjust nearly every setting during runtime to fit your server's needs.
- Update Checker - Automatically checks for updates on startup.
- Bypass Permission - Allows players with
TotemGuard.Bypassto bypass checks. - Cross Server Alerts - Easily send and retrieve alerts across multiple servers, through either plugin messaging or Redis.
- Bedrock Exception - Automatically ignores Bedrock Edition players to prevent false positives.
- BetterReload Support - Integrates with BetterReload for seamless configuration reloading.
Commands
/totemguardor/tg- Main command for TotemGuard./totemguard reload- Reload the plugin configuration./totemguard alerts- Toggle alerts for the player./totemguard check <player>- Check the player for AutoTotem./totemguard alerts <player>- Toggle alerts for another player./totemguard profile- Display the player's profile./totemguard stats- Show plugin statistics./totemguard clearlogs- Clear the logs./totemguard track/untrack <player>- Tracks the player./totemguard top- Shows the top 10 violators./totemguard database trim- Trim the database./totemguard database clear- Clear the database.
Permission Nodes
Operators (OPs) have these permissions by default, except TotemGuard.Debug:
TotemGuard.*- Access to all TotemGuard permissions.TotemGuard.Staff- Access toTotemGuard.Check,TotemGuard.Alerts, andTotemGuard.Profile.TotemGuard.Databases.*- Access to all database-related commands.TotemGuard.Reload- Access to the/totemguard reloadcommand.TotemGuard.Check- Access to the/totemcheckcommand.TotemGuard.Alerts- Access to the/totemguard alertscommand.TotemGuard.Alerts.Others- Toggle alerts for other players.TotemGuard.Profile- Access to the/totemguard profilecommand.TotemGuard.Stats- Access to the/totemguard statscommand.TotemGuard.ClearLogs- Access to the/totemguard clearlogscommand.TotemGuard.Track- Access to the/totemguard trackcommand.TotemGuard.Bypass- Bypass the plugin's checks.TotemGuard.Update- Receive update notifications.TotemGuard.Top- Access to the/totemguard topcommand.TotemGuard.Database.Trim- Access to the/totemguard database trimcommand.TotemGuard.Database.Clear- Access to the/totemguard database clearcommand.TotemGuard.Debug- View debug messages.
Installation
- Prerequisites: Ensure PacketEvents is installed.
- Download: Get the latest release from the GitHub release page.
- Install: Place the plugin JAR file in your server's
pluginsdirectory. - Configure: Customize the
config.ymlfile as needed. - Reload: Apply the changes using
/totemguard reload.
Credits
Maintainer: @OutDev
For their creative ideas and dedicated efforts in maintaining the project.
Special Thanks to Our Contributors
-
@Retrooper
For developing PacketEvents, a foundational library integral to the project's success. -
@MattMX
For supporting development by providing server access and contributing valuable insights through PvPHub.
License
This project is licensed under the GPL3 License.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
