Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. # Prefix that is displayed before all message
  2. Prefix: "&cSANCTION &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: false
  11.  
  12. # This will be the reason if no reason got entered
  13. DefaultReason: "Connection perdu"
  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: true
  22. IP: localhost
  23. Port: '3306'
  24. DB-Name: plugin_ban
  25. Username: plugin_ban
  26. Password: ******
  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% &7à etait ban"
  42. Kicked: "&e&o%PLAYER% &7à etait kick"
  43. AlreadyBanned: "&7%PLAYER% est deja banni"
  44. Until: "&cTemp &8\xbb &7"
  45. Reason: "&cRaison &8\xbb &7"
  46. BannedBy: "&cBan par &8\xbb &7"
  47. EndingIn: "&cUnban dans &8\xbb &7"
  48. Unbanned: "&e&o%PLAYER% &7à etait débanni"
  49. NotOnline: "&7Le joueurs n'est pas en ligne!"
  50. NotBanned: "&e&o%PLAYER% &7n'est pas banni"
  51. IsBanned: "&e&o%PLAYER% &7est banni"
  52. NoPerms: "&7Pas la permissions!"
  53. KickExempt: "&cVous etes pas en mesure de kick ce joueur"
  54. BanExempt: "&cVous etes pas en mesure de bannir ce joueur"
  55. PlayerHistory: "&cHistorique du joueur &8\xbb"
  56. NoPlayerHistory: "&cCe joueurs n'a pas d'historique"
  57. RemovedPlayerHistory: "&c%PLAYER%'s historique supprimer"
  58. UsagePlayerHistory: "&cUtilise &o/history [get/clear] PLAYER"
  59. UsageCheck: "&cUtilise: &o/check [IP/Player]"
  60. UsageKick: "&cUtilise: &o/kick [Player] <Raison>"
  61. UsageUnban: "&cUtilise: &o/unban [IP/Player]"
  62. UsageIpBan: "&cUtilise: &o/ban-ip [IP/Player] <Raison>"
  63. UsageTempBan: "&cUtilise: &o/tempban [Player] [Nombre] [S/M/H/D/W/Mo/Y] <Raison>"
  64. UsageBan: "&cUtilise: &o/ban [IP/Player] <Raison>"
  65. Loading: "&cChargement ..."
  66. BanListLayout:
  67. Header:
  68. - "&7&l&nBanlist:"
  69. - "&7"
  70. - "&9Player/IP &8| &cUntil &8| &7Ban par &8| &eRaison"
  71. - "&7"
  72. Entry:
  73. - "&9%NAME% &8| &c%UNTIL% &8| &7%BY% &8| &7%REASON%"
  74. - "&7"
  75. Footer: "&7Il y a actuellement %NO% ban(s) actif"
  76. HistoryLayout:
  77. - '&c%DATE% &8- &6%NAME%'
  78. - "&cType: &8\xbb %TYPE%"
  79. - "&cRaison:&8\xbb &7%REASON%"
  80. - "&cBan par: &8\xbb &7%BY%"
  81. KickLayout:
  82. - '%PREFIX% &7Kick'
  83. - '&7'
  84. - "&cRaison: &8\xbb &7%REASON%"
  85. - '&7'
  86. BanLayout:
  87. - '%PREFIX% &7Ban Permanent'
  88. - '&7'
  89. - '&7'
  90. - "&cRaison: &8\xbb &7%REASON%"
  91. - '&7'
  92. - "&eTS: &8\xbb &c&ncomming soon"
  93. - "&eForum: &8\xbb &c&ncomming soon"
  94. TempbanLayout:
  95. - '%PREFIX% &7Ban Temporaire'
  96. - '&7'
  97. - '&7'
  98. - "&cRaison: &8\xbb &7%REASON%"
  99. - "&cTemps: &8\xbb &7%REMAINING%"
  100. - '&7'
  101. - "&eTS: &8\xbb &c&ncomming soon"
  102. - "&eForum: &8\xbb &c&ncomming soon"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement