Configuration / events.yml
Events.yml allows users to configure custom levels and rules for AntiCheat to operate under. Configuration of hack levels as well as implementation of custom rules can take place here.
levels: (defines levels that people can rise to; format is NAME : LEVEL : COLOR)
- 'Medium : 20 : YELLOW'
- 'High : 50 : RED'
- 'Custom : -1 : GREEN'
actions: (defines the actions to happen at the levels defined above; valid actions are WARN, KICK, BAN, or BAN[command]
- 'Medium: WARN'
- 'High: KICK'
- 'Custom: COMMAND[ban &player;say hello world]'
rules: (allows creation of user-defined Rules)
- 'Check_SPIDER < 0 ? Player.KICK : null'