Advertisement
Guest User

Advanced Ban config.yml

a guest
Jul 27th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. # Prefix that is displayed before all message
  2. Prefix: "&8[&a&lMcLeben.net&8] &8\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: "Grundlos"
  14.  
  15. # For Server-Networks [Security fix]
  16. # This IP will not be banable!
  17. BungeeCordIP: "SpirixCraft.net"
  18.  
  19. # MySQL-Settings
  20. MySQL:
  21. enabled: false
  22. IP: 51.255.59.190
  23. Port: '3306'
  24. DB-Name: minecraft
  25. Username: root
  26. Password: litabenoas
  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: "&e&o%PLAYER% &7wurde &4gebannt"
  42. Kicked: "&e&o%PLAYER% &7wurde gekickt"
  43. AlreadyBanned: "&7%PLAYER% wurde bereits gebannt"
  44. Until: "&cBis &8\xbb &7"
  45. Reason: "&cGrund &8\xbb &7"
  46. BannedBy: "&cGebannt von &8\xbb &7"
  47. EndingIn: "&cEntbann am &8\xbb &7"
  48. Unbanned: "&e&o%PLAYER% &7wurde entbannt"
  49. NotOnline: "&7Dieser Spieler ist nicht Online!"
  50. NotBanned: "&e&o%PLAYER% &7ist nicht gebannt"
  51. IsBanned: "&e&o%PLAYER% &7wurde gebannt"
  52. NoPerms: "&7Dazu hast du nicht genug Rechte"
  53. KickExempt: "&cDu darfst dieses Mitglied nicht kicken!"
  54. BanExempt: "&cDu darfst dieses Mitglied nicht bannen!"
  55. PlayerHistory: "&cBanuebersicht &8\xbb"
  56. NoPlayerHistory: "&cDer Spieler hat keine Banuebersicht"
  57. RemovedPlayerHistory: "&c%PLAYER%'s Uebersicht wurde entfernt"
  58. UsagePlayerHistory: "&cBenutze &o/history [get/clear] Spieler"
  59. UsageCheck: "&cBenutze: &o/check [IP/Spieler]"
  60. UsageKick: "&cBenutze: &o/kick [Spieker] <Grund>"
  61. UsageUnban: "&cBenutze: &o/unban [IP/Spieler]"
  62. UsageIpBan: "&cBenutze: &o/ban-ip [IP/Spieler] <Grund>"
  63. UsageTempBan: "&cBenutze: &o/tempban [Spieler] [Zeitform] [S/M/H/D/W/Mo/Y] <Grund>"
  64. UsageBan: "&cBenutze: &o/ban [IP/Spieler] <Grund>"
  65. Loading: "&cLade ..."
  66. BanListLayout:
  67. Header:
  68. - "&7Banliste:"
  69. - "&9&lSpieler &8| &c&lgebannt bis &8| &7&lgebannt von"
  70. - "&e&oGrund"
  71. - "&7"
  72. Entry:
  73. - "&9%NAME% &8| &c%UNTIL% &8| &4%BY%"
  74. - "&a%REASON%"
  75. - "&7"
  76. Footer: "&7Es sind zurzeit %NO% Aktivierte Bans"
  77. HistoryLayout:
  78. - '&c%DATE% &8- &6%NAME%'
  79. - "&cArt &8\xbb %TYPE%"
  80. - "&cGrund &8\xbb &7%REASON%"
  81. - "&cGebannt von &8\xbb &7%BY%"
  82. KickLayout:
  83. - '%PREFIX% &3Du wurdest gekickt!'
  84. - '&7'
  85. - "&cGrund &8\xbb &7%REASON%"
  86. - '&eDieser Kick dient als Warnung, jegliche Kicks werden in deiner History gespeichert.'
  87. BanLayout:
  88. - '%PREFIX% &7Du wurdest Permanent Gebannt'
  89. - '&7'
  90. - '&7'
  91. - "&cGrund &8\xbb &7%REASON%"
  92. - '&7'
  93. - '&8Du kannst einen Entbannungsantrag im Forum oder Teamspeak stellen!'
  94. - "&eTS-Ip &8\xbb &c&nMcLeben.net"
  95. - "&eForum &8\xbb &c&nMcLebenServer.net"
  96. TempbanLayout:
  97. - '%PREFIX% &7Du wurdest gebannt!'
  98. - '&7'
  99. - '&7'
  100. - "&cGrund &8\xbb &7%REASON%"
  101. - "&9Zeit &8\xbb &7%REMAINING%"
  102. - '&7'
  103. - '&8Du kannst einen Entbannungsantrag im Forum stellen oder auf dem TS'
  104. - "&eTS-Ip &8\xbb &c&nMcLeben.net"
  105. - "&eForum &8\xbb &c&nMcLebenServer.net"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement