Anti-AutoClicker
-----About-----
The plugin is designed to prevent / avoid Auto Clicker on the server where it is installed.
It can also be found at spigotmc.
Additionally
- an easy to understand, fully commented config.yml
- changeable plugin messages in the messages.yml
- penalties for detected Auto-Clicker users (&visual effect + chat messages)
- log stystem which automatically deletes the log files
- developer api
- see number of clicks from other players
- open-source
- lag-safe because of tps- and ping-checker
How to install:
- Download the plugin
- Go to your "plugins" folder
- Drag the plugin in
- Reload (restart recommended) the server
You need support or found a bug?
Contact me via DM.
-----Functions-----
The main command is /antiac.
Additionally
- /antiac notify on/off
- /antiac check <player>
- /antiac version
- /antiac checkupdate
The plugin counts left and right clicks in the air and right clicks on blocks. Left-Clicking on blocks leads to incorrect entries.
There are also a few more checks in the plugin and there also will be come some new.
-----API-----
The plugin can be linked to other plugins using the API
How to use:
- Download the plugin
- Put it in your library
- Make sure its on the server where your plugin is at
User user = User.get(UUID); user.//shows all current methods of the player<br /><br /><br />
The plugin is designed to prevent / avoid Auto Clicker (high click counts) on the server where it is installed.
Comments