Advertisement
MrJayse

Untitled

Dec 31st, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. # Prefix that is displayed before all message
  2. Prefix: "&cMP-Bans &8"
  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: false
  11.  
  12. # This will be the reason if no reason got entered
  13. DefaultReason: "Соединение прервано!"
  14.  
  15. # For Server-Networks [Security fix]
  16. # This IP will not be banable!
  17. BungeeCordIP: "77.40.53.98"
  18.  
  19. # MySQL-Settings
  20. MySQL:
  21. enabled: true
  22. IP: 164.132.205.162
  23. Port: '3306'
  24. DB-Name: mc_main
  25. table: dle_lk_banlist
  26. history_table: dle_lk_banlist_history
  27. Username: mc_main
  28. Password: S2j1V0c3M4q3V7o2
  29. srv_id: 8
  30.  
  31. # Commands that get executed when a player
  32. # get kicked or banned | Vars: %PLAYER%
  33. CommandsOn:
  34. Ban:
  35. # - "report clear %PLAYER%"
  36. # - "Any more commands :P"
  37. Tempban:
  38. # - "report clear %PLAYER%"
  39. Kick:
  40. # - "Maby a broadcast?"
  41.  
  42. # Message-Settings
  43. ChatMessages:
  44. Banned: "&e&o%PLAYER% &7got banned"
  45. Kicked: "&e&o%PLAYER% &7got kicked"
  46. AlreadyBanned: "&7%PLAYER% is already banned"
  47. Until: "&cUntil &8 &7"
  48. Reason: "&cReason &8 &7"
  49. BannedBy: "&cBanned by &8 &7"
  50. EndingIn: "&cUnban in &8 &7"
  51. Unbanned: "&e&o%PLAYER% &7got unbanned"
  52. NotOnline: "&7This Player is not online!"
  53. NotBanned: "&e&o%PLAYER% &7is not banned"
  54. IsBanned: "&e&o%PLAYER% &7is banned"
  55. NoPerms: "&7You don't have enough perms"
  56. KickExempt: "&cYou are not able to kick this Player"
  57. BanExempt: "&cYou are not able to ban this Player"
  58. PlayerHistory: "&cPlayerHistory &8"
  59. NoPlayerHistory: "&cThis Player has no Player-History"
  60. RemovedPlayerHistory: "&c%PLAYER%'s history got removed"
  61. UsagePlayerHistory: "&cUsage &o/history [get/clear] PLAYER"
  62. UsageCheck: "&cUsage: &o/check [IP/Player]"
  63. UsageKick: "&cUsage: &o/kick [Player] <Reason>"
  64. UsageUnban: "&cUsage: &o/unban [IP/Player]"
  65. UsageIpBan: "&cUsage: &o/ban-ip [IP/Player] <Reason>"
  66. UsageTempBan: "&cUsage: &o/tempban [Player] [Number] [S/M/H/D/W/Mo/Y] <Reason>"
  67. UsageBan: "&cUsage: &o/ban [IP/Player] <Reason>"
  68. Loading: "&cLoading ..."
  69. BanListLayout:
  70. Header:
  71. - "&7Banlist:"
  72. - "&9&lPlayer/IP &8| &c&lUntil &8| &7&lBanned by"
  73. - "&e&oReason"
  74. - "&7"
  75. Entry:
  76. - "&9%NAME% &8| &c%UNTIL% &8| &7%BY%"
  77. - "&7%REASON%"
  78. - "&7"
  79. Footer: "&7There are currently %NO% active bans"
  80. HistoryLayout:
  81. - '&c%DATE% &8- &6%NAME%'
  82. - "&cType &8 %TYPE%"
  83. - "&cReason &8 &7%REASON%"
  84. - "&cBanned by &8 &7%BY%"
  85. KickLayout:
  86. - '%PREFIX% &7Kicked'
  87. - '&7'
  88. - "&cReason &8 &7%REASON%"
  89. - '&7'
  90. BanLayout:
  91. - '%PREFIX% &7Permenently banned'
  92. - '&7'
  93. - '&7'
  94. - "&cReason &8 &7%REASON%"
  95. - '&7'
  96. - '&8Unban application in TS or forum'
  97. - "&eTS-Ip &8 &c&ncomming soon"
  98. - "&eForum &8 &c&ncomming soon"
  99. TempbanLayout:
  100. - '%PREFIX% &7Temporary banned'
  101. - '&7'
  102. - '&7'
  103. - "&cReason &8 &7%REASON%"
  104. - "&cUntil &8 &7%REMAINING%"
  105. - '&7'
  106. - '&8Unban application in TS or forum'
  107. - "&eTS-Ip &8 &c&ncomming soon"
  108. - "&eForum &8 &c&ncomming soon"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement