Advertisement
Guest User

Untitled

a guest
Mar 19th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. # Prefix that is displayed before all message
  2. Prefix: "&4&lRecklessCraft &a\xbb"
  3.  
  4. # Notify admins if a banned player tries to join
  5. DenyNotify: false
  6. LoadingMessage: false
  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: "Connection lost"
  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. - "Any more commands :P"
  34. Tempban:
  35. - "report clear %PLAYER%"
  36. Kick:
  37. - "Maby a broadcast?"
  38.  
  39. # Message-Settings
  40. ChatMessages:
  41. Banned: "&abanned &b%PLAYER%"
  42. Kicked: "&akicked &b%PLAYER%"
  43. AlreadyBanned: "&a%PLAYER% is already banned"
  44. Until: "&aUntil &8\xbb &7"
  45. Reason: "&aReason &8\xbb &7"
  46. BannedBy: "&aBanned by &b\xbb &a"
  47. EndingIn: "&aUnban in &b\xbb &a"
  48. Unbanned: "&b%PLAYER% &agot unbanned"
  49. NotOnline: "&aThis Player is not online!"
  50. NotBanned: "&b%PLAYER% &ais not banned"
  51. IsBanned: "&b%PLAYER% &ais banned"
  52. NoPerms: "&aYou don't have enough perms"
  53. KickExempt: "&aYou are not able to kick this Player"
  54. BanExempt: "&aYou are not able to ban this Player"
  55. PlayerHistory: "&aPlayerHistory &b\xbb"
  56. NoPlayerHistory: "&aThis Player has no Player-History"
  57. RemovedPlayerHistory: "&a%PLAYER%'s history got removed"
  58. UsagePlayerHistory: "&aUsage &b/history [get/clear] PLAYER"
  59. UsageCheck: "&aUsage: &b/check [Player]"
  60. UsageKick: "&aUsage: &b/kick [Player] <Reason>"
  61. UsageUnban: "&aUsage: &b/unban [Player]"
  62. UsageIpBan: "&aUsage: &b/banip [Player] <Reason>"
  63. UsageTempBan: "&aUsage: &b/tempban [Player] [Time] <Reason>"
  64. UsageBan: "&aUsage: &b/ban [Player] <Reason>"
  65. Loading: "&aLoading ..."
  66. BanListLayout:
  67. Header:
  68. - "&4Banlist:"
  69. - "&a&lPlayer/IP &8| &b&lUntil &8| &4&lBanned by"
  70. - "&a4Reason"
  71. - "&b"
  72. Entry:
  73. - "&b%NAME% &a| &b%UNTIL% &a| &b%BY%"
  74. - "&b%REASON%"
  75. - "&a"
  76. Footer: "&aThere are currently %NO% active bans"
  77. HistoryLayout:
  78. - '&b%DATE% &a- &b%NAME%'
  79. - "&aType &b\xbb %TYPE%"
  80. - "&aReason &b\xbb &a%REASON%"
  81. - "&cBanned by &b\xbb &a%BY%"
  82. KickLayout:
  83. - '%PREFIX% &b%OPERATOR% &4has kicked you from the server'
  84. - '&a'
  85. - "&4Reason &a\xbb &b%REASON%"
  86. - '&a'
  87. BanLayout:
  88. - '%PREFIX% &4You have been permenently banned'
  89. - '&a'
  90. - '&4Banner &a» &b%OPERATOR%'
  91. - "&4Reason &a\xbb &b%REASON%"
  92. - '&a'
  93. - '&aApply for A Unban application in the forums. Or buy a unban in the store!'
  94. - "&4Store &a\xbb &breck-less-craft.buycraft.net"
  95. - "&4Forum &a\xbb &bmcrecklesscraft.enjin.com"
  96. TempbanLayout:
  97. - '%PREFIX% &aYou have been temporary banned'
  98. - '&a'
  99. - '&4Banner &a» &b%OPERATOR%'
  100. - "&4Reason &a\xbb &b%REASON%"
  101. - "&4Until &a\xbb &b%REMAINING%"
  102. - '&a'
  103. - '&aApply for A Unban application in the forums. Or buy a unban in the store!'
  104. - "&4Store &a\xbb &breck-less-craft.buycraft.net"
  105. - "&4Forum &a\xbb &bmcrecklesscraft.enjin.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement