Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. # _ _ ____ _ _____ _
  2. # /\ | | (_) _ \ | | | __ \ | |
  3. # / \ _ __ | |_ _| |_) | ___ | |_| | | | ___| |_ ___ _____
  4. # / /\ \ | '_ \| __| | _ < / _ \| __| | | |/ _ \ | | | \ \/ / _ \
  5. # / ____ \| | | | |_| | |_) | (_) | |_| |__| | __/ | |_| |> < __/
  6. # /_/ \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
  7.  
  8. ### AntiBotDeluxeEX Config
  9. #
  10. # NOTE: Most of these configurations here have been tried and tested to work.
  11. # It is not recommended that you change them unless you are
  12. # getting bots joining your server.
  13. #
  14.  
  15.  
  16. # Kickmessages are the messages if a player / bot get kicked.
  17. KickMessages:
  18. # The message if the Plugin detects parallels with the ip address and the database
  19. BlackListed:
  20. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been kicked!"
  21. - ""
  22. - "&6Reason: &cYou are on the BlackList!"
  23.  
  24. # The message if the Plugin detects a Proxy/ VPN.
  25. Proxy:
  26. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been kicked!"
  27. - ""
  28. - "&6Reason: &cProxy is detected!"
  29.  
  30. # The message if the Server is not containing in the Serverlist of your server in his Minecraft Serverlist.
  31. NotPinged:
  32. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been kicked!"
  33. - ""
  34. - "&6Reason: &cPlease add our Server to your Minecraft Server list!"
  35. - "&c "
  36. - "&cMake sure you can see the motd before connecting."
  37.  
  38. # The message if currently to many players joining at the exact same time.
  39. TooMuchPlayers:
  40. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been kicked!"
  41. - ""
  42. - "&6Reason: &cThere are too much players logging in at the time!"
  43.  
  44. # The message if the a Player with the exact same name is already online.
  45. AlreadyOnline:
  46. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been kicked!"
  47. - ""
  48. - "&6Reason: &cA user with your name is already online!"
  49.  
  50. # The message if a player with a specific country is not allowed to play on your server.
  51. CountryBlocked:
  52. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been kicked!"
  53. - ""
  54. - "&6Reason: &cYour Country is blocked on this server!"
  55.  
  56. # The message if already too much players with the same ip are connected.
  57. TooMuchIPs:
  58. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been kicked!"
  59. - ""
  60. - "&6Reason: &cToo much Players with your ip are logged in!"
  61.  
  62. # The message if the server is running slow
  63. TPSOverload:
  64. - "&7[&7AntiBot&b&lDeluxe&7]&7\xbb &cYou have been kicked!"
  65. - ""
  66. - "&6Reason: &cOur Server is running slow try it again in few minutes!"
  67.  
  68.  
  69. # The Messages that will be shown in the ActionBar when the Server is getting botted!
  70. AdminAlert:
  71. Blacklisted: "&6%player% &7[%ip%] &ctried to join. &e(Blacklisted)"
  72. NotPinged: "&6%player% &7[%ip%] &ctried to join. &e(No-Serverlist)"
  73. Proxy: "&6%player% &7[%ip%] &ctried to join. &e(Proxy)"
  74. MaxIPs: "&6%player% &7[%ip%] &cconntected %value% times with the same IP. &e(Multi-IP)"
  75. TooMuchPlayers: "&6%player% &7[%ip%] &ctried to join. &e(%value%/pps)"
  76. DoubleAccount: "&6%player% &7[%ip%] &cconntected with a second account &6%other% &7[%otherip%]. &e(Multi-IP)"
  77. Whitelisted: "&6The Player %player% has been added to the WhiteList automatically!"
  78. AlreadyOnline: "&6%player% &7[%ip%] &ctried to connect but a user with this name is already online"
  79. TPSOverload: "&6%player% &7[%ip%] &ctried to connect but server tps is too overloaded! &7(TPS: &9%tps%&7)"
  80. CountryBlocked: "&6%player% &7[%ip%] &ctried to join. &e(Country: %country%)"
  81. ServerIsUnderAttack1: "&4!!! SERVER IS UNDER ATTACK &4!!!"
  82. ServerIsUnderAttack2: "&4!!! &c%blocked%/%time%s blocked connections &4!!!"
  83. ServerAttackIsOver1: "&a!!! SERVER ATTACK IS OVER &a!!!"
  84. ServerAttackIsOver2: "&a!!! &e%blocked% &ablocked connections &a!!!"
  85. Whitelisted: "&6The Player %player% has been added to the WhiteList automatically!"
  86.  
  87.  
  88. # This Setting is about Proxy prevention
  89. ProxySettings:
  90.  
  91. # Should i check for proxies?
  92. ProxyCheck: true
  93.  
  94. # Should i check for countries?
  95. CountryCheck: false
  96.  
  97. # Should i allow or dissallow the countries?
  98. # Whitelist: Allow just the configurated Countries
  99. # Blacklist: Allow any country except the one indicated below
  100. CountryMethod: Blacklist
  101.  
  102. #Put here your own proxy services in the following syntax:
  103. #SITE:WHAT TO RETURN
  104. ProxySites:
  105. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  106. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  107.  
  108. # Server has to be pinged (added to the serverlist)
  109. PingSettings:
  110.  
  111. # Should i check for it?
  112. PingCheck: true
  113.  
  114. # MultiIP Blocking
  115. MaxIPSettings:
  116. # Should i check for it?
  117. MaxIPCheck: true
  118.  
  119. #How much players with exact the same ip should be allowed to play?
  120. MaxIPs: 2
  121.  
  122. # How much players per second able to join
  123. MaxPlayerSettings:
  124.  
  125. # Should i check for it?
  126. MaxPlayerCheck: true
  127.  
  128. #How much Players per second should be allowed?
  129. PlayersPerSec: 3
  130.  
  131. # Connect to IPBlacklist to detect Proxys
  132. BlackListSettings:
  133. BlacklistDownload: true
  134. BlackListCheck: true
  135. Blacklist1: true
  136. Blacklist2: true
  137. Blacklist3: true
  138. AdditionalBlacklists:
  139. - "http://yourblacklisthere.com"
  140.  
  141. # Check if a player with the same name is already online
  142. AlreadyOnlineSettings:
  143.  
  144. # Should i check for it?
  145. AlreadyOnlineCheck: true
  146.  
  147. # Settings if a Player connect with a second account.
  148. DoubleAccountSettings:
  149.  
  150. # Should i check for it?
  151. DoubleAccountChecking: true
  152.  
  153. # Blocking Players if the server is overloaded
  154. TPSSettings:
  155.  
  156. # Should i check for it?
  157. TPSChecking: true
  158.  
  159. # What should be the minimum of tps
  160. MinTPS: 17.0
  161.  
  162. # The Messages that will be shown in the Chat!
  163. NoPermission: "&cYou dont have permission to perform this command!"
  164. WhitelistAdded: "&cThe player %player% has been added to the WhiteList!"
  165. WhitelistRemoved: "&cThe player %player% has been removed from the WhiteList!"
  166. BlacklistAdded: "&cThe IP %player% has been added to the BlackList!"
  167. BlacklistRemoved: "&cThe IP %player% has been removed from the BlackList!"
  168. AlreadyOnWhitelist: "&cThe player %player% is already on the WhiteList!"
  169. NotOnWhitelist: "&cThe player %player% is not on the WhiteList!"
  170. AlreadyOnBlacklist: "&cThe player %player% is already on the BlackList!"
  171. NotOnBlacklist: "&cThe player %player% is not on the BlackList!"
  172. ForPlayersOnly: "&cYou cannot execute this command as console!"
  173. ToggleBotMessageOn: "&cYou are now receiveing Bot-Messages!"
  174. ToggleBotMessageOff: "&cYou are no longer receiveing Bot-Messages!"
  175. PluginReloaded: "&cThe plugin has been reloaded!"
  176. PlayerNotOnline: "&cThe player is not online!"
  177. PlayerNotFound: "&cThe player could not be found!"
  178. StringIsNotAnIP: "&cThe IP you entered is not an real IP, if there is an Player with this ip he is now the victim."
  179. FoundPlayers: "&aI found &e%amount% &aplayers, will check through them now!"
  180. SearchHeader: "&c&oName &8| &e&oAddress &8| &7&oCountry"
  181. SearchOutput: "&c&o%Name% &8| &e&o%address% &8| &7&o%country%"
  182. FilesDeleted: "&cAll &e%amount% &cplayerdatas got deleted!"
  183.  
  184. # Which countries should be allowed to play on your server?
  185. Countries:
  186. - Austria
  187. - Bulgaria
  188. General:
  189. Prefix: "&7AntiBot&bDeluxe &8\xbb &a"
  190. Log: false
  191. IsUnderAttackUpdateTime: 30
  192. IsUnderAttackAmount: 150
  193. Warmup:
  194. Warmup: true
  195. WarmupTime: 20
  196. Debug: false
  197. AutoWhitelist: true
  198. AutoWhitelistTime: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement