that doesn't show the ip and the geo location of players, just the alts.
- Added the config option to skip fake players on the backend version.
- Added a stripped down version of the /nae info command for mods with the permission noaltsexploits.moderator
Regenerate your configs if you haven't in a while.
Please consider leaving a good review for the plugin.
Discord Support
- Fixed forget-inactive-players essentially not working on velocity because of a typo in the code expecting a different key word.
Please consider leaving a good review for the plugin.
Discord Support
- Added a config solution for same house accounts that wanted alts and had other issues with account limits. So that you can avoid giving the bypass permission.
- Players when kicked on Velocity because of max account or other limits will get a proper message with that info instead of generic netty exception messages and cookie failed requests.
Please consider leaving a good review for the plugin.
Discord Support
- Added a config solution for same house accounts that wanted alts and had other issues with account limits. So that you can avoid giving the bypass permission.
- Players when kicked on Velocity because of max account or other limits will get a proper message with that info instead of generic netty exception messages and cookie failed requests.
Please consider leaving a good review for the plugin.
Discord Support
- Organized code for better maintanability for Velocity.
- Improved the performance of Velocity version by moving a few operations to be async.
Please consider leaving a good review for the plugin.
Discord Support
- Decoupled operations to make sure writes are async and reads are sync it wasn't as clear before leading to slight degraded performance.
- Organized code into packages.
- Removed unused API.
Please consider leaving a good review for the plugin.
Discord Support
- Hotfix from the previous upload that caused the whitelist and blacklist not working.
commands that might be aliases of other commands.
- Allow end users to put a command in both the whitelist or blacklist section and on the cooldown section.
- Cooldown won't be applied to commands that are cancelled for other reasons or other plugins.
- Added an advanced-detection setting that will allow the search of
- Added the ignore-executor setting that when enabled it will apply the cooldown only on the alt accounts of that player but not on them.
Update your commands-per-ip section to look like this:
YAML:# This section allows you to specify cooldowns (in minutes) for specific commands, based on the player's IP address. # The number 5 after the command means a 5 minutes cooldown. commands-per-ip: # It will check the whole command and not just the exact match, so things like /pay PLAYER AMOUNT will be detected. # Do not enabled it if you don't have a use for it. advanced-detection: false # It will ignore the player running the command from the cooldowns but it will effect their alt accounts. # If you enable this setting then you should also enable advanced-detection. ignore-executor: false "test": 5 "test two": 10
Please consider leaving a good review for the plugin.
Discord Support
commands that might be aliases of other commands.
- Allow end users to put a command in both the whitelist or blacklist section and on the cooldown section.
- Cooldown won't be applied to commands that are cancelled for other reasons or other plugins.
- Added an advanced-detection setting that will allow the search of
- Added the ignore-executor setting that when enabled it will apply the cooldown only on the alt accounts of that player but not on them.
Update your commands-per-ip section to look like this:
YAML:# This section allows you to specify cooldowns (in minutes) for specific commands, based on the player's IP address. # The number 5 after the command means a 5 minutes cooldown. commands-per-ip: # It will check the whole command and not just the exact match, so things like /pay PLAYER AMOUNT will be detected. # Do not enabled it if you don't have a use for it. advanced-detection: false # It will ignore the player running the command from the cooldowns but it will effect their alt accounts. # If you enable this setting then you should also enable advanced-detection. ignore-executor: false "test": 5 "test two": 10
Please consider leaving a good review for the plugin.
Discord Support
