Advertisement
craftim_74

config.yml

Jul 13th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.05 KB | None | 0 0
  1. # Prefix that is displayed before all message
  2. Prefix: '&cSkyWorldBan &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: 'Inconnu'
  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: '&e&o%PLAYER% &7est banni'
  42.   Kicked: '&e&o%PLAYER% &7est kick'
  43.   AlreadyBanned: '&7%PLAYER% est déjà banni'
  44.   Until: '&cUntil &8\xbb &7'
  45.   Reason: '&cReason &8\xbb &7'
  46.   BannedBy: '&cBanned by &8\xbb &7'
  47.   EndingIn: '&cUnban in &8\xbb &7'
  48.   Unbanned: '&e&o%PLAYER% &7got unbanned'
  49.   NotOnline: '&7This Player is not online!'
  50.   NotBanned: '&e&o%PLAYER% &7is not banned'
  51.   IsBanned: '&e&o%PLAYER% &7is banned'
  52.   NoPerms: '&7Vous n'avez pas la permission'
  53.   KickExempt: '&cYou are not able to kick this Player'
  54.   BanExempt: '&cYou are not able to ban this Player'
  55.   PlayerHistory: '&cPlayerHistory &8\xbb'
  56.   NoPlayerHistory: '&cThis Player has no Player-History'
  57.   RemovedPlayerHistory: '&c%PLAYER%'s history got removed'
  58.   UsagePlayerHistory: '&cUsage &o/history [get/clear] PLAYER'
  59.   UsageCheck: '&cUsage: &o/check [IP/Player]'
  60.   UsageKick: '&cUsage: &o/kick [Player] <Reason>'
  61.   UsageUnban: '&cUsage: &o/unban [IP/Player]'
  62.   UsageIpBan: '&cUsage: &o/ban-ip [IP/Player] <Reason>'
  63.   UsageTempBan: '&cUsage: &o/tempban [Player] [Number] [S/M/H/D/W/Mo/Y] <Reason>'
  64.   UsageBan: '&cUsage: &o/ban [IP/Player] <Reason>'
  65.   Loading: '&cLoading ...'
  66. BanListLayout:
  67.   Header:
  68.  - '&7Banlist:'
  69.   - '&9&lPlayer/IP &8| &c&lUntil &8| &7&lBanned by'
  70.   - '&e&oReason'
  71.   - '&7'
  72.   Entry:
  73.  - '&9%NAME% &8| &c%UNTIL% &8| &7%BY%'
  74.   - '&7%REASON%'
  75.   - '&7'
  76.   Footer: '&7There are currently %NO% active bans'
  77. HistoryLayout:
  78. - '&c%DATE% &8- &6%NAME%'
  79. - '&cType &8\xbb %TYPE%'
  80. - '&cReason &8\xbb &7%REASON%'
  81. - '&cBanned by &8\xbb &7%BY%'
  82. KickLayout:
  83. - '%PREFIX% &7Kick'
  84. - '&7'
  85. - '&cRaison &8\xbb &7%REASON%'
  86. - '&cKick par &8\xbb &7%OPERATOR%'
  87. - '&7'
  88. BanLayout:
  89. - '%PREFIX% &7Banni'
  90. - '&7'
  91. - '&7'
  92. - '&cRaison &8\xbb &7%REASON%'
  93. - '&cBanni par &8\xbb &7%OPERATOR%'
  94. - '&7'
  95. - '&8En cas d'erreur'
  96. - '&eTeamspeak &8\xbb &c&nskyworld.voice.vg'
  97. - '&eSite WEB &8\xbb &c&nskyworld.craftwb.fr'
  98. TempbanLayout:
  99. - '%PREFIX% &7Banni temporairement'
  100. - '&7'
  101. - '&7'
  102. - '&cRaison &8\xbb &7%REASON%'
  103. - '&cBanni par &8\xbb &7%OPERATOR%'
  104. - '&cTemps restant &8\xbb &7%REMAINING%'
  105. - '&7'
  106. - '&8En cas d'erreur'
  107. - '&eTeamspeak &8\xbb &c&nskyworld.voice.vg'
  108. - '&eSite WEB &8\xbb &c&nskyworld.craftwb.fr'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement