Guest User

Untitled

a guest
Apr 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. mysql: true
  2. mysql-database: 'jdbc:mysql://localhost:3306/banned'
  3. mysql-user: 'root'
  4. mysql-password: ''
  5. mysql-table: banlist
  6. mysql-table-ip: banlistip
  7. auto-complete: true
  8.  
  9. messages:
  10. banMsgFailed: "&cPlayer &e%victim% &cis already banned!"
  11. unbanMsg: "&aSuccessfully unbanned player &e%victim%&a!"
  12. unbanMsgGlobal: "&e%victim% &6was unbanned by &e%player%&6!"
  13. unbanMsgFailed: "&cFailed to unban &e%victim%&c!"
  14. kickAllMsg: "%player% kicked everyone. Reason: %reason%"
  15. kickMsgVictim: "You have been kicked by %player%. Reason: %reason%"
  16. kickMsgBroadcast: "&e%victim% &6was kicked by &e%player%&6. Reason: &e%reason%"
  17. kickMsgFailed: "&cKick failed: &6%victim% &cisn't online."
  18. banMsgVictim: "You have been banned by %player%. Reason: %reason%"
  19. banMsgBroadcast: "&e%victim% &6was banned by &e%player%&6. Reason: &e%reason%"
  20. tempbanMsgVictim: "You have been temp. banned by %player%. Reason: %reason%"
  21. tempbanMsgBroadcast: "&e%victim% &6was temp. banned by &e%player%&6. Reason: &e%reason%"
  22. LoginTempban: "&cYou are banned until &e%time%&c! Reason: &e%reason%"
  23. LoginBan: "&cYou are banned from this server! Reason: &e%reason%"
  24. LoginIPBan: "&cThis IP is banned!"
Add Comment
Please, Sign In to add comment