Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. MySQL:
  2. enabled: false
  3. IP: localhost
  4. Port: '3306'
  5. DB-Name: bans
  6. Username: root
  7. Password: lol123
  8. ChatMessages:
  9. Banned: "&e&o%PLAYER% &7got banned"
  10. Kicked: "&e&o%PLAYER% &7got kicked"
  11. AlreadyBanned: "&7%PLAYER% is already banned"
  12. Until: "&cUntil &8\xbb &7"
  13. Reason: "&cReason &8\xbb &7"
  14. BannedBy: "&cBanned by &8\xbb &7"
  15. EndingIn: "&cUnban in &8\xbb &7"
  16. Unbanned: "&e&o%PLAYER% &7got unbanned"
  17. NotOnline: "&7This Player is not online!"
  18. NotBanned: "&e&o%PLAYER% &7is not banned"
  19. IsBanned: "&e&o%PLAYER% &7is banned"
  20. NoPerms: "&7You don't have enough perms"
  21. KickExempt: "&cYou are not able to kick this Player"
  22. BanExempt: "&cYou are not able to ban this Player"
  23. PlayerHistory: "&cPlayerHistory &8\xbb"
  24. NoPlayerHistory: "&cThis Player has no Player-History"
  25. RemovedPlayerHistory: "&c%PLAYER%'s history got removed"
  26. UsagePlayerHistory: "&cUsage &o/history [get/clear] PLAYER"
  27. UsageCheck: "&cUsage: &o/check [IP/Player]"
  28. UsageKick: "&cUsage: &o/kick [Player] <Reason>"
  29. UsageUnban: "&cUsage: &o/unban [IP/Player]"
  30. UsageIpBan: "&cUsage: &o/ban-ip [IP/Player] <Reason>"
  31. UsageTempBan: "&cUsage: &o/tempban [Player] [Number] [S/M/H/D/W/Mo/Y] <Reason>"
  32. UsageBan: "&cUsage: &o/ban [IP/Player] <Reason>"
  33. Loading: "&cLoading ..."
  34. BanListLayout:
  35. Header:
  36. - "&7Banlist:"
  37. - "&9&lPlayer/IP &8| &c&lUntil &8| &7&lBanned by"
  38. - "&e&oReason"
  39. - "&7"
  40. Entry:
  41. - "&9%NAME% &8| &c%UNTIL% &8| &7%BY%"
  42. - "&7%REASON%"
  43. - "&7"
  44. Footer: "&7There are currently %NO% active bans"
  45. HistoryLayout:
  46. - '&c%DATE% &8- &6%NAME%'
  47. - "&cType &8\xbb %TYPE%"
  48. - "&cReason &8\xbb &7%REASON%"
  49. - "&cBanned by &8\xbb &7%BY%"
  50. KickLayout:
  51. - '%PREFIX% &7Kicked'
  52. - '&7'
  53. - "&cReason &8\xbb &7%REASON%"
  54. - '&7'
  55. BanLayout:
  56. - '%PREFIX% &7Permenently banned'
  57. - '&7'
  58. - '&7'
  59. - "&cReason &8\xbb &7%REASON%"
  60. - '&7'
  61. - '&8Unban application in TS or forum'
  62. - "&eTS-Ip &8\xbb &c&ncomming soon"
  63. - "&eForum &8\xbb &c&ncomming soon"
  64. TempbanLayout:
  65. - '%PREFIX% &7Temporary banned'
  66. - '&7'
  67. - '&7'
  68. - "&cReason &8\xbb &7%REASON%"
  69. - "&cUntil &8\xbb &7%REMAINING%"
  70. - '&7'
  71. - '&8Unban application in TS or forum'
  72. - "&eTS-Ip &8\xbb &c&ncomming soon"
  73. - "&eForum &8\xbb &c&ncomming soon"
  74. # Commands that get executed when a player
  75. # get kicked or banned | Vars: %PLAYER%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement