- For the backend version in the commands-per-ip section made sure that the cooldowns will not be enforced if they don't target the same IP. The trigger is the same.
- Added a blacklisted-commands section for those that prefer that approach.
Add this in your backend config.yml
YAML:# This section contains a list of commands that are blacklisted. # If enabled, ONLY these commands are checked by the plugin. # The whitelisted-commands section is ignored when this is enabled. blacklisted-commands: enabled: false commands: - "pay" - "money" - "trust" - "give"
Please consider leaving a good review for the plugin.
Discord Support
- Added a new config option for velocity, you can set the number of days you want the IP history of an inactive player to be forgotten.
Add this in your velocity config.yml
YAML:# Maximum number of accounts a player can have per IP. # Maximum number of accounts a player can have per IP. max-accounts: number: 3 enabled: false # Set to true if you want to enable this feature. forget-inactive-players: -1 # Removes the IP history of any players that haven't joined in number of days, set to -1 to disable this feature.
Please consider leaving a good review for the plugin.
Discord Support
- Added a new config option for velocity, you can set the number of days you want the IP history of a player to be forgotten.
Add this in your velocity config.yml
YAML:# Maximum number of accounts a player can have per IP. max-accounts: number: 3 enabled: false # Set to true if you want to enable this feature. forget-player: -1 # Removes the IP history in number of days, set to -1 to disable this feature.
Please consider leaving a good review for the plugin.
Discord Support
- Fixed previous MySQL update not initializing on velocity.
- Added more info when plugin loads on server startup.
Do not forget to update your velocity version configs for the previous update!
YAML:storage: type: "SQLITE" # "SQLITE" or "MYSQL" host: "localhost" port: 3306 database: "noaltsexploits" user: "root" password: "supersecret"
Please consider leaving a good review for the plugin.
Discord Support
- Added MySQL support for Velocity for people that want to sync data between proxies.
- Login notification messages are only send if a player has alts to avoid spam.
Add this in your config.
YAML:storage: type: "SQLITE" # "SQLITE" or "MYSQL" host: "localhost" port: 3306 database: "noaltsexploits" user: "root" password: "supersecret"
Please consider leaving a good review for the plugin.
Discord Support
- Bump the SQLite library version for Velocity.
- Added a customizable notification message send to players with the permission "noaltsexploits.admin.notify" that will tell them the alts the player that joined has.
Add this section under settings:
YAML:# Notification message when a player joins, visible to players with noaltsexploits.admin.notify permission # Use %player% for the player's name and %alts% for their alternate accounts. join-notification: "&7[&a+&7] %player% [&f%alts%&7]"
Please consider leaving a good review for the plugin.
Discord Support
- This version improves the autocomplete feature of player names, especially after the sub commands info and iphistory.
Please consider leaving a good review for the plugin.
Discord Support
- Velocity fixed issue where a player could join once above the account limit and then be meat with the max account limit message.
- Permission for velocity to bypass these restrictions is "
noaltsexploitsvelocity.bypass"
- Added support for 1.17+ minecraft versions.
Please consider leaving a good review for the plugin.
Discord Support
