change logs
v1.1.1
note: to have all those settings.yml you need to delete back your file. and reload the server.
- Added antidelay cooldowns for each permissions applies (By Second)
Code (Text):
antidelay:
options:
chat:
enable: true
cooldown-default: 3
# Check if the player has the permission by second.
make sure player has the same
delay-perms: format: <permission>.<cooldown>
- 'chatmanager.antidelay.chat.3'
- 'chatmanager.antidelay.chat.6'
command:
enable: true
3 # Default cooldown for all who doesn't have the permission.
cooldown-default: 3
delay-perms: format: <permission>.<cooldown>
- 'chatmanager.antidelay.command.7'
- 'chatmanager.antidelay.command.4'
- Added custom own run commands after detecting the rule breakers.
(Applies for all anti chat) [
CUSTOMIZE add it of you want]
Example:
Code (Text):
anticaps:
options:
enable: true
countcapswarning: 4.0
# Add this if you want to run the command.
do-runcommands: {PLAYER} is a placeholder for the rule breaker name.
- 'tempmute {PLAYER} 1m Using alot of big caps is not allowed!'