Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. # _ _ ____ _ _____ _
  2. # /\ | | (_) _ \ | | | __ \ | |
  3. # / \ _ __ | |_ _| |_) | ___ | |_| | | | ___| |_ ___ _____
  4. # / /\ \ | '_ \| __| | _ < / _ \| __| | | |/ _ \ | | | \ \/ / _ \
  5. # / ____ \| | | | |_| | |_) | (_) | |_| |__| | __/ | |_| |> < __/
  6. # /_/ \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
  7. #
  8.  
  9.  
  10. ###############################
  11. ## Info ##
  12. ###############################
  13.  
  14. # FAQ (Offline): https://antibotdeluxe.com/webpanel/faq
  15. # Web Panel (Offline): https://antibotdeluxe.com/webpanel/
  16. # Discord: https://discord.gg/xTAzMCx
  17.  
  18. # If you require support, join our Discord as that is the ONLY location that we provide it.
  19. # Anonymous statistics are sent to bStats.
  20.  
  21. # Thank you for purchasing AntiBotDeluxe.
  22. # The default config requires very little configuring to make it fit your server.
  23.  
  24. Version: 10
  25.  
  26.  
  27. ###############################
  28. ## General ##
  29. ###############################
  30.  
  31. General:
  32. # The prefix of all messages.
  33. Prefix: '&7AntiBot&bDeluxe &8ยป &7'
  34. # Enable or disable the AntiBotDeluxe log. If this is disabled, you will not receive support, as essential data is contained here.
  35. Log: true
  36. # You must enable this if you use a modified proxy, eg Waterfall, Hexacord or Travertine.
  37. Log4J: true
  38. # If enabled the Console will be spammed with for you useless Developer stuff
  39. Debug: false
  40. # Should we show a animation while there is no attack?
  41. Animation: true
  42. # Let Whitelisted players pass
  43. Whitelist: true
  44.  
  45. ConsoleFilter:
  46. - "logged in with entity id"
  47. - "com.mojang.authlib.GameProfile@"
  48. - "lost connection"
  49. - "timed"
  50. - "reset"
  51. - "UUID of player"
  52. - "InitialHandler"
  53. - "UpstreamBridge has disconnected"
  54.  
  55. AutoWhitelist:
  56. Enabled: true
  57. ActTime: 240
  58.  
  59. Storage:
  60. # Options Available: MySQL, FlatFile
  61. # If you are only running AntiBotDeluxe on one server, flat-file is recommended.
  62. Mode: FlatFile
  63.  
  64. # Here you can set how the configuration file should update
  65. # Available options: LIVE, FREQUENTLY, NEVER
  66. # FREQUENTLY will cause a minutely update, when set on NEVER the use of /ab reload is needed.
  67. ConfigUpdate: FREQUENTLY
  68.  
  69. MySQL:
  70. Host: 'x'
  71. Username: 'x'
  72. Password: x''
  73. Database: rocketmc_antibotdeluxe
  74. MaximumPoolSize: 10
  75. MinimumIdle: 10
  76. MaximumLifetime: 1800000
  77. ConnectionTimeOut: 5000
  78.  
  79. ###############################
  80. ## Geo ##
  81. ###############################
  82.  
  83. Geographical:
  84. Mode: Blacklist
  85. Countries:
  86. - "Indonesia"
  87. - "China"
  88. - "Russia"
  89. - "India"
  90. - "Colombia"
  91. - "Argentina"
  92. - "Ukraine"
  93. - "South Africa"
  94. - "Taiwan"
  95.  
  96. Firewall:
  97. Enabled: false
  98.  
  99. # apt install ipset
  100. Firewall: IPSet
  101. FirewallSettings:
  102. IPSet:
  103. # How long IPs are blocked
  104. Timeout: 3600
  105.  
  106. AddCommand: "sudo ipset -A proxies %ip%"
  107. RemoveCommand: "sudo ipset -D proxies %ip%"
  108.  
  109. # Flush all rules only added by AntiBotDeluxe on every plugin load.
  110. # Disabled by default to keep rules for following attacks.
  111. Flush: false
  112.  
  113. # Blacklist a IP if they get blacklisted.
  114. # This wont add IP's that are downloaded
  115. # This option allows efficient mitigation of attacks and is recommended.
  116. AddWhenBlacklisted: true
  117.  
  118. ProxyScraper:
  119. Enabled: false
  120. Threads: 350
  121.  
  122. # Toggle proxy types to scrape for.
  123. # SOCKS is more common for bot attacks.
  124. SearchFor:
  125. HTTP: true
  126. SOCKS: true
  127.  
  128.  
  129. ###############################
  130. ## Checks ##
  131. ###############################
  132.  
  133. Checks:
  134. # This is the order of how checks work. You can comment them out here to disable them but is not recommended for blocking bots.
  135. # The default order is highly recommended to keep.
  136.  
  137. Priority:
  138. ServerListPing:
  139. Condition: "ConnectionsPerSecond > 10"
  140. Nameprefix:
  141. Condition: "ConnectionsPerSecond > -1"
  142. SmartHeuristic:
  143. Condition: "ConnectionsPerSecond > 5"
  144. BlacklistCheck:
  145. Condition: "ConnectionsPerSecond > -1"
  146. MaxAccountsPerIP:
  147. Condition: "ConnectionsPerSecond > -1"
  148. ForceRejoin:
  149. Condition: "ConnectionsPerSecond > 1"
  150. MaxPlayersPerIP:
  151. Condition: "ConnectionsPerSecond > -1"
  152. GeoCheck:
  153. Condition: "ConnectionsPerSecond > -1"
  154. ProxyDetection:
  155. Condition: "ConnectionsPerSecond > -1"
  156.  
  157. # This is looking on how often a IP tries to connect with different names in a specific time, other then MaxPlayersPerIP this is not checking the online players
  158. MaxAccountsPerIP:
  159. Value: 5
  160. Action: Blacklist
  161.  
  162. MaxPlayersPerIP:
  163. Value: 2
  164.  
  165. Nameprefix:
  166. Blockprefix:
  167. - "MCBot_"
  168. - "MCSpam_"
  169. - "Bot_"
  170.  
  171. # Define the percentage of SmartHeuristic
  172. # The first value has to be reached if its very likely a bot
  173. # The second value has to be reached if its not that likely a bot
  174. # Therefore a higher percentage needs to be reached.
  175. SmartHeuristics:
  176. Percentage: 90.0
  177. Unlikely:
  178. Percentage: 99.0
  179.  
  180. # Enable or disable checks to use the hold dynamic mode for.
  181. # If you do not know what this is, leave it alone.
  182. Hold:
  183. - MaxPlayersPerSecond
  184. - MaxAccountsPerIP
  185. ###############################
  186. ## Blacklist ##
  187. ###############################
  188.  
  189. Blacklist:
  190. # Configure the sites where blacklisted IPs are loaded from.
  191. # The default settings are accurately chosen to be efficient and with few false positives.
  192. Synchronization:
  193. SyncBlacklist: false
  194. DirectAccess:
  195. - "http://lists.blocklist.de/lists/all.txt"
  196. - "http://cinsscore.com/list/ci-badguys.txt"
  197. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  198. - "http://blocklist.greensnow.co/greensnow.txt"
  199. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  200. ClickAccess:
  201. - "http://proxy-daily.com/"
  202. - "http://www.sslproxies24.top/"
  203. - "http://socksproxylist24.blogspot.ro/"
  204.  
  205. ###############################
  206. ## Proxy ##
  207. ###############################
  208.  
  209. # These sites check if an account is a proxy.
  210. # The condition just disables the site if requirements aren't reached.
  211. #
  212. # HIGHLY RECOMMENDED: Register on https://proxycheck.io/ and get a free API KEY !
  213. # Then replace the URL like this:
  214. # URL: "http://proxycheck.io/v2/%ip%?key=API KEY HERE&vpn=1"
  215.  
  216.  
  217. ProxySettings:
  218. Sites:
  219. '1':
  220. URL: "http://proxycheck.io/v2/%ip%?key=x&vpn=1"
  221. Keyword: "\"yes\""
  222. Action: BLACKLIST
  223. '2':
  224. URL: "http://check.getipintel.net/check.php?ip=%ip%&format=json&contact=contato@rocketmc.com.br&flags=m"
  225. Keyword: "\"result\":\"1\""
  226. Action: BLACKLIST
  227. '3':
  228. URL: "http://api.vpnblocker.net/v2/json/%ip%"
  229. Keyword: "\"host-ip\": true"
  230. Action: BLACKLIST
  231.  
  232.  
  233. ###############################
  234. ## Locale ##
  235. ###############################
  236.  
  237. Locale:
  238. # Available presets are English (EN), French (FR), German* (DE), Italian* (IT), Dutch* (NL), Turkish* (TU), Romanian* (RO),
  239. # Messages are configurable over in the messages_locale.yml.
  240. # You can enter the name of your presence here.
  241. # * = Currently in progress - Can not be used
  242. Preset: EN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement