Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. # Prefix that is displayed before all message
  2. Prefix: "&cMinetopiaBan &8\xbb"
  3.  
  4. # Notify admins if a banned player tries to join
  5. DenyNotify: false
  6. LoadingMessage: true
  7.  
  8. # Disable UUID usage for cracked servers
  9. # Early versions of the webpanel will NOT work if this is disabled
  10. UseUUID: true
  11.  
  12. # This will be the reason if no reason got entered
  13. DefaultReason: "Connectie verloren"
  14.  
  15. # For Server-Networks [Security fix]
  16. # This IP will not be banable!
  17. BungeeCordIP: "342.123.213.423"
  18.  
  19. # MySQL-Settings
  20. MySQL:
  21. enabled: false
  22. IP: localhost
  23. Port: '3306'
  24. DB-Name: bans
  25. Username: root
  26. Password: lol123
  27.  
  28. # Commands that get executed when a player
  29. # get kicked or banned | Vars: %PLAYER%
  30. CommandsOn:
  31. Ban:
  32. - "report clear %PLAYER%"
  33. Tempban:
  34. - "report clear %PLAYER%"
  35. Kick:
  36. - ""
  37.  
  38. # Message-Settings
  39. ChatMessages:
  40. Banned: "&e&o%PLAYER% &7is verbannen"
  41. Kicked: "&e&o%PLAYER% &7is gekickt"
  42. AlreadyBanned: "&7%PLAYER% is al verbannen"
  43. Until: "&cVerbannen tot &8\xbb &7"
  44. Reason: "&cReden &8\xbb &7"
  45. BannedBy: "&cVerbannen door &8\xbb &7"
  46. EndingIn: "&cDuurt tot &8\xbb &7"
  47. Unbanned: "&e&o%PLAYER% &7is geunbanned"
  48. NotOnline: "&7%PLAYER% is niet online!"
  49. NotBanned: "&e&o%PLAYER% &7is niet geband"
  50. IsBanned: "&e&o%PLAYER% &7is geband"
  51. NoPerms: "&7You don't have enough perms"
  52. KickExempt: "&cYou are not able to kick this Player"
  53. BanExempt: "&cYou are not able to ban this Player"
  54. PlayerHistory: "&cSpelerGeschiedenis &8\xbb"
  55. NoPlayerHistory: "&cDeze speler heeft nog geen ban geschiedenis!"
  56. RemovedPlayerHistory: "&c%PLAYER%'s geschiedenis is verwijdert"
  57. UsagePlayerHistory: "&cUsage &o/history [get/clear] PLAYER"
  58. UsageCheck: "&cUsage: &o/check [IP/Player]"
  59. UsageKick: "&cUsage: &o/kick [Player] <Reason>"
  60. UsageUnban: "&cUsage: &o/unban [IP/Player]"
  61. UsageIpBan: "&cUsage: &o/ban-ip [IP/Player] <Reason>"
  62. UsageTempBan: "&cUsage: &o/tempban [Player] [Number] [S/M/H/D/W/Mo/Y] <Reason>"
  63. UsageBan: "&cProbeer: &o/ban [IP/Player] <Reason>"
  64. Loading: "&cAan het laden..."
  65. BanListLayout:
  66. Header:
  67. - "&7Banlijst:"
  68. - "&9&lPlayer/IP &8| &c&lUntil &8| &7&lVerbannen door"
  69. - "&e&oReden"
  70. - "&7"
  71. Entry:
  72. - "&9%NAME% &8| &c%UNTIL% &8| &7%BY%"
  73. - "&7%REASON%"
  74. - "&7"
  75. Footer: "&7Er zijn momenteel %NO% actieve verbanningen"
  76. HistoryLayout:
  77. - '&c%DATE% &8- &6%NAME%'
  78. - "&cType &8\xbb %TYPE%"
  79. - "&cReden &8\xbb &7%REASON%"
  80. - "&cVerbannen door &8\xbb &7%BY%"
  81. KickLayout:
  82. - '%PREFIX% &7Erruit geschopt'
  83. - '&7'
  84. - "&cReden &8\xbb &7%REASON%"
  85. - '&7'
  86. BanLayout:
  87. - '%PREFIX% &7Voor altijd verbannen'
  88. - '&7'
  89. - '&7'
  90. - "&cReden &8\xbb &7%REASON%"
  91. - '&7'
  92. - '&8Je kunt een unban aanvragen'
  93. - "&eEmail &8\xbb &c&naltijdnoah@gmail.com"
  94. - "&eTwitter &8\xbb &c&ntwitter.com/koningdertrolls/
  95. TempbanLayout:
  96. - '%PREFIX% &7Tijdelijk verbannen'
  97. - '&7'
  98. - '&7'
  99. - "&cReden &8\xbb &7%REASON%"
  100. - "&cDuurt tot &8\xbb &7%REMAINING%"
  101. - '&7'
  102. - '&8Je kunt een unban aanvragen'
  103. - "&eEmail &8\xbb &c&naltijdnoah@gmail.com"
  104. - "&eTwitter &8\xbb &c&ntwitter.com/koningdertrolls/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement