Created
March 1, 2013 22:26
-
-
Save gravitylow/5068424 to your computer and use it in GitHub Desktop.
AntiCheat: English Lang.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# AntiCheat language file | |
# Please report any bugs: http://dev.bukkit.org/server-mods/anticheat/ | |
alert: | |
- '&player has just entered the &level hack level.' | |
- '&player''s last failed check was: &check.' | |
- 'Type ''/anticheat report &player'' for more information.' | |
warning: | |
player_warning: | |
- '[AntiCheat] Hacking is not permitted.' | |
- '[AntiCheat] If you continue to hack, action will be taken.' | |
chat: | |
warning: 'Stop spamming the server or you will be kicked!' | |
kick_reason: 'Kicked for spamming' | |
ban_reason: 'Banned for spamming' | |
kick_broadcast: '[AntiCheat] &player was kicked for spamming' | |
ban_broadcast: '[AntiCheat] &player was banned for spamming' | |
ban: | |
ban_reason: 'Banned by AntiCheat' | |
ban_broadcast: '[AntiCheat] &player was banned for hacking.' | |
kick: | |
kick_reason: 'Kicked by AntiCheat' | |
kick_broadcast: '[AntiCheat] &player was kicked for hacking.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment