Advertisement
Guest User

Untitled

a guest
May 7th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. #The Message that will be shown when a player is not allowed to join the Server!
  2. KickMessages:
  3. BlackListed:
  4. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been Kicked!"
  5. - ""
  6. - "&6Reason: &cYou are on the BlackList!"
  7. Proxy:
  8. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been Kicked!"
  9. - ""
  10. - "&6Reason: &cProxy is detected!"
  11. NotPinged:
  12. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been Kicked!"
  13. - ""
  14. - "&6Reason: &cPlease add our Server to your Minecraft Server list!"
  15. TooMuchPlayers:
  16. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been Kicked!"
  17. - ""
  18. - "&6Reason: &cThere are too much players logging in at the time!"
  19. AlreadyOnline:
  20. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been Kicked!"
  21. - ""
  22. - "&6Reason: &cA user with your Name is already online!"
  23. TooMuchIPs:
  24. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been Kicked!"
  25. - ""
  26. - "&6Reason: &cToo much Players with your ip are logged in!"
  27. #The Messages that will be shown in the ActionBar when the Server is getting Botted!
  28. AdminAlert:
  29. Blacklisted: "&6%player% &7[%ip%] &ctried to join. &e(Blacklisted)"
  30. NotPinged: "&6%player% &7[%ip%] &ctried to join. &e(No-Serverlist)"
  31. Proxy: "&6%player% &7[%ip%] &ctried to join. &e(Proxy)"
  32. MaxIPs: "&6%player% &7[%ip%] &cconntected %value% times with the same IP. &e(Multi-IP)"
  33. TooMuchPlayers: "&cMore than %value% Players connecting one time. &e(%player% [%ip%])"
  34. DoubleAccount: "&6%player% &7[%ip%] &cconntected with a second account &6%other% &7[%otherip%]. &e(Multi-IP)"
  35. Whitelisted: "&6The Player %player% has been added to the WhiteList automatically!"
  36. AlreadyOnline: "&6%player% &7[%ip%] &ctried to connect but a user with this name is already online"
  37.  
  38.  
  39. ProxySettings:
  40. #Proxy Percent buggy
  41. ProxyMax: 70
  42. PercentCheck: false
  43. ProxyCheck: true
  44.  
  45. #Server has to be pinged (added to the serverlist)
  46. PingSettings:
  47. PingCheck: true
  48.  
  49. #MultiIP Blocking
  50. MaxIPSettings:
  51. MaxIPCheck: true
  52. MaxIPs: 4
  53.  
  54. #How much players per second able to join
  55. MaxPlayerSettings:
  56. MaxPlayerCheck: true
  57. PlayersPerSec: 10
  58.  
  59. #Connect to IPBlacklist to detect Proxys
  60. BlackListSettings:
  61. Blacklist: true
  62.  
  63. #Check if a player with the same name is already online
  64. AlreadyOnlineSettings:
  65. AlreadyOnlineCheck: true
  66.  
  67. #Message if a Player connect with a second account.
  68. DoubleAccountSettings:
  69. DoubleAccountChecking: true
  70.  
  71. #The Messages that will be shown in the Chat!
  72. NoPermission: "&cYou dont have permission to perform this command!"
  73. WhitelistAdded: "&cThe Player %player% has been added to the WhiteList!"
  74. WhitelistRemoved: "&cThe Player %player% has been removed from the WhiteList!"
  75. BlacklistAdded: "&cThe Player %player% has been added to the BlackList!"
  76. BlacklistRemoved: "&cThe Player %player% has been removed from the BlackList!"
  77. AlreadyOnWhitelist: "&cThe Player %player% is already on the WhiteList!"
  78. NotOnWhitelist: "&cThe Player %player% is not on the WhiteList!"
  79. AlreadyOnBlacklist: "&cThe Player %player% is already on the BlackList!"
  80. NotOnBlacklist: "&cThe Player %player% is not on the BlackList!"
  81. ForPlayersOnly: "&cYou cannot execute this command as console!"
  82. ToggleBotMessageOn: "&cYou are now receiveing Bot-Messages!"
  83. ToggleBotMessageOff: "&cYou are no longer receiveing Bot-Messages!"
  84. PluginReloaded: "&cThe Plugin has been reloaded!"
  85. PlayerNotOnline: "&cThe Player is not online!"
  86.  
  87.  
  88. General:
  89. RestartOnError: true
  90. Log: true
  91. AutoWhitelist: true
  92. DetailsOnStart: false
  93. Warmup:
  94. Warmup: false
  95. WarmupTime: 120
  96. Debug: false
  97. #The time in Minutes
  98. AutoWhitelistTime: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement