Advertisement
Guest User

Untitled

a guest
Jan 25th, 2018
659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.46 KB | None | 0 0
  1. # _ _ ____ _ _____ _
  2. # /\ | | (_) _ \ | | | __ \ | |
  3. # / \ _ __ | |_ _| |_) | ___ | |_| | | | ___| |_ ___ _____
  4. # / /\ \ | '_ \| __| | _ < / _ \| __| | | |/ _ \ | | | \ \/ / _ \
  5. # / ____ \| | | | |_| | |_) | (_) | |_| |__| | __/ | |_| |> < __/
  6. # /_/ \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
  7. #
  8. # sponsored by https://proxycheck.io
  9. # Proxy / VPN detection by GetIPIntel.net
  10.  
  11. # AntiBotDeluxeEX Config
  12. # Welcome to AntiBotDeluxeEX and thank you for purchasing.
  13. # The default configuration should block 99% of the bots that join, although a small configuration is recommended.
  14. # Most of these configurations here have been tried and tested to work, although you are free to edit everything here.
  15. # Please read the whole config before asking for help.
  16.  
  17. # LINKS
  18. # FAQ: https://antibotdeluxe.com/webpanel/faq
  19. # Web Panel: https://antibotdeluxe.com/webpanel/
  20. # Discord: https://discord.gg/xTAzMCx
  21.  
  22.  
  23. # General Settings
  24. General:
  25. Prefix: "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  26. Log: true
  27. Debug: false
  28. DetailedLog: true
  29. MaxPlayersPerIP: 2
  30. MinimumAllowedTPS: 18.0
  31. MaxPlayersPerSecond: 10
  32. # From a single IP
  33. MaxConnectionsPerSecond: 3
  34. # How much bots need to get detected in a certain interval, standart values means that if in 10 seconds 30 bots are detected its a attack.
  35. IdentifyUnderAttack: 30
  36. IdentifyUnderAttackInterval: 10
  37. # If set to true the plugin will just alert the admins they don't have toggle enabled, people with toggle enabled would not get the alert
  38. # If set to false just the people with toggle enabled will receive the alert.
  39. AlertNonToggleUsers: false
  40. MulticraftFix: false
  41. # BungeeCordOnly
  42. CheckThreads: 10
  43. # If checking takes longer than the set value in seconds you can now decide if the player should just be allowed to join
  44. Timeout: 5
  45. TimeoutKick: true
  46.  
  47.  
  48. # If you would like to store all the information AntiBotDeluxeEX has collected in MySQL, fill in the information below.
  49. # This is completely optional and not required unless AntiBotDeluxeEX is installed on multiple servers/proxies.
  50. MySQL:
  51. UseMySQL: true
  52. Login:
  53. Username: "root"
  54. Password: "password"
  55. Host: "127.0.0.1"
  56. Port: 3306
  57. Database: "antibot"
  58.  
  59.  
  60. # IPTables configuration
  61. # If you have a Linux server with iptables installed, we highly recommend using it to prevent bots from even seeing the server as online.
  62. # This is only a Plus feature!
  63. IPTables:
  64. UseIPTables: true
  65. FirewallBlacklist: false
  66. FlushOwnRules: true
  67. BlacklistIfDetectedAsProxy: true
  68. RejectConnections:
  69. # This works better on BungeeCord
  70. # Bots sending alot of TCP Packets, this will try to reject them through the traffic.
  71. # This can help if your Server having lag issues.
  72. Reject: true
  73. ServerPort: 25565
  74. Limit: 5
  75.  
  76. # This is our Dynamic Check system
  77. DeluxeAI:
  78. # This is a percentage how likely someone a Bot is
  79. LikelyAverage: 30.0
  80. UseDeluxeAI: false
  81.  
  82. # How many connections from the same appear but on different Accounts
  83. MaxConnectionsPerIP:
  84. # Blacklist IP if limit is reached
  85. Blacklist: true
  86. Limit: 3
  87. # Time how long its stored in Minutes
  88. Time: 10
  89.  
  90.  
  91.  
  92. # AutoWhitelist ensures that once a person is confirmed to be a player, it remembers that so that they can later join over direct connect etc and not be kicked.
  93. AutoWhitelist:
  94. AutoWhitelist: true
  95. AutoWhiteListTimeInMinutes: 5
  96.  
  97.  
  98. # General Country Settings
  99. CountrySettings:
  100. # The Method is the way the plugin checks a player, if it is on blacklist the plugin will blacklist the countries
  101. # you indicated below, if it is on whitelist only the players from the indicated countries will be able to join
  102. # Example - Blacklist: Player from Germany joins a Server where Germany is Blacklisted = Disallow
  103. # Example - Whitelist: Player from Germany joins a Server where Bulgaria is Whitelisted and Germany not = Disallow
  104. # Example - Whitelist: Player from the UK joins a Server where the UK is Whitelisted = Allow
  105.  
  106. CheckingMethod: WHITELIST
  107.  
  108. # Which countries are blacklisted/whitelist.
  109. # List of country names: http://dev.maxmind.com/geoip/legacy/codes/iso3166/
  110. Countries:
  111. # Put Countries with space in ""
  112. - "Argentina"
  113. - "Chile"
  114. - "Peru"
  115. - "Uruguay"
  116. - "Paraguay"
  117. - "Venezuela"
  118. - "Guatemala"
  119. - "Honduras"
  120. - "Nicaragua"
  121. - "Dominican"
  122. - "Brazil"
  123. - "Dominican Republic"
  124. - "Ecuador"
  125. - "Colombia"
  126. - "Mexico"
  127. - "Bolivia"
  128. - "Cuba"
  129. - "Spain"
  130. - "Panama"
  131. - "Costa Rica"
  132. - "Puerto Rico"
  133. - "El Salvador"
  134.  
  135.  
  136. # Manage in which priority the Plugin should check
  137. # To disable a check, comment it out with '#'
  138. CheckPriorities:
  139. - MaxPlayersPerSecond-hold
  140. - MaxConnectionsPerIP-hold
  141. - AlreadyOnlinePrevention
  142. - Whitelist
  143. - ServerListPing
  144. - BlacklistCheck
  145. - MaxConnections
  146. - ServerPerformance
  147. - GeoCheck
  148. - MaxPlayersPerSecond-condition
  149. - MaxPlayersPerIP
  150. - APNDetection
  151. - ProxyDetecting
  152. # Enable that if bots are still joining
  153. # - DNSDetection
  154.  
  155.  
  156. # This Setting is about Proxy prevention
  157. ProxySettings:
  158.  
  159. #This Services can return false positives, try to remove one of this links or contact the support of the website.
  160.  
  161. #Put here your own proxy services in the following syntax:
  162. # For using " replace it with ~
  163. # For using : replace with ^
  164. #SITE:WHAT TO RETURN
  165. ProxySites:
  166. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  167. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  168. - "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0:~yes~"
  169. - "http://api.antibotdeluxe.com/system/1/check?ip=%ip%:~1~"
  170. # - "http://botscout.com/test/?ip=%ip%:>"
  171.  
  172. # Do not change this if you don't know what this is!
  173. ProxyServices:
  174. - "bl.spamcop.net"
  175. - "all.s5h.net"
  176. - "dyna.spamrats.com"
  177. - "ubl.unsubscore.com"
  178. - "psbl.surriel.com"
  179. - "xbl.spamhaus.org"
  180. # If you having problems with bots add this to the list:
  181. # - "zen.spamhaus.org"
  182.  
  183. # This will search the internet for proxys to block
  184. # This is Plus only!
  185. ProxyScraper:
  186. ScrapeProxies: true
  187. Threads: 16
  188. SearchFor:
  189. # Represents proxy for high level protocols such as HTTP or FTP.
  190. - HTTP
  191. # Represents a SOCKS (V4 or V5) proxy. - mostly used to attack
  192. - SOCKS
  193.  
  194.  
  195. # Block APN's to prevent servers from botting
  196. APN:
  197. - OVH
  198. - INFOLINK
  199. - TELEF
  200. - CHINANET
  201. - GoDaddy
  202. - PARSONLINE
  203. - "CORPORACION NACIONAL"
  204. - "contabo"
  205. - "server"
  206.  
  207.  
  208. BlacklistSettings:
  209. DownloadBlacklists: true
  210. Blacklists:
  211. - "http://lists.blocklist.de/lists/all.txt"
  212. - "http://cinsscore.com/list/ci-badguys.txt"
  213. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  214. - "http://blocklist.greensnow.co/greensnow.txt"
  215. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  216. UncommonBlacklists:
  217. - "http://proxy-daily.com/"
  218. - "http://www.sslproxies24.top/"
  219. - "http://socksproxylist24.blogspot.ro/"
  220.  
  221.  
  222. # These are the messages that are sent to people who have viewing bot joins toggled.
  223. AdminAlerts:
  224. GeoCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&lGeoCheck &7[&e%country%&7]"
  225. ServerListPing: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerListPing"
  226. MaxPlayersPerIP: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerIP &7[&e%ipcount%&7]"
  227. MaxPlayersPerSecond: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerSecond &7[&e%playercount%& &7- &ep/s &7]"
  228. ServerPerformance: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerPerformance &7- Server is running quite slow %tps%"
  229. ProxyDetecting: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nProxyDetecting"
  230. DNSDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nDNSDetection"
  231. APNDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAPNDetection &7[&e%apn%&7]"
  232. BlacklistCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nBlackListCheck"
  233. AlreadyOnlinePrevention: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAlreadyOnlinePrevention"
  234. MaxConnections: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxConnections - Added them to the Blacklist"
  235. MaxConnectionsPerIP: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxConnectionsPerIP"
  236. Whitelisted: "%prefix%&f&l%name% &fgot whitelisted &aautomatically"
  237.  
  238. ServerIsUnderAttack1: "&4Server is under attack"
  239. ServerIsUnderAttack2: "&4%amount% bots per %seconds% seconds"
  240.  
  241. ServerAttackIsOver1: "&aServer attack is over"
  242. ServerAttackIsOver2: "&e%allbots% &ablocked bots"
  243.  
  244.  
  245. KickMessages:
  246. ServerListPing:
  247. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  248. - "&7You've got kicked from our System"
  249. - " "
  250. - "&7Please add this Server to your Minecraft Server List"
  251. - "&eMultiplayer -> Add Server -> YOURIP"
  252. - "&eWait until you see the MOTD"
  253. - " "
  254. - "&7Click Refresh and try again!"
  255. GeoCheck:
  256. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  257. - "&7You've got kicked from our System"
  258. - " "
  259. - "&7We do not allow your Country on this Server"
  260. - " "
  261. - "&7If you think that is an issue contact us!"
  262. MaxPlayersPerIP:
  263. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  264. - "&7You've got kicked from our System"
  265. - " "
  266. - "&7Too much Players from your Network are connected"
  267. - " "
  268. - "&7If you think that is an issue contact us!"
  269. MaxPlayersPerSecond:
  270. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  271. - "&7You've got kicked from our System"
  272. - " "
  273. - "&7Too much Players are connecting at the same time"
  274. - " "
  275. - "&7If you think that is an issue contact us!"
  276. ServerPerformance:
  277. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  278. - "&7You've got kicked from our System"
  279. - " "
  280. - "&7Our Server is running slow, try it again in a few seconds!"
  281. - " "
  282. - "&7If you think that is an issue contact us!"
  283. BlacklistCheck:
  284. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  285. - "&7You've got kicked from our System"
  286. - " "
  287. - "&7Your IP Address is blocked on this Server."
  288. - " "
  289. - "&7If you think that is an issue contact us!"
  290. ProxyDetecting:
  291. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  292. - "&7You've got kicked from our System"
  293. - " "
  294. - "&7Your IP Address is detected as an proxy."
  295. - " "
  296. - "&7If you think that is an issue contact us!"
  297. DNSDetection:
  298. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  299. - "&7You've got kicked from our System"
  300. - " "
  301. - "&7Your IP Address is detected as an proxy / dns."
  302. - " "
  303. - "&7If you think that is an issue contact us!"
  304. APNDetection:
  305. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  306. - "&7You've got kicked from our System"
  307. - " "
  308. - "&7Your Hosting Provider is blocked."
  309. - " "
  310. - "&7If you think that is an issue contact us!"
  311. MaxConnections:
  312. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  313. - "&7You've got kicked from our System"
  314. - " "
  315. - "&7You are connecting too fast."
  316. - " "
  317. - "&7If you think that is an issue contact us!"
  318. MaxConnectionsPerIP:
  319. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  320. - "&7You've got kicked from our System"
  321. - " "
  322. - "&7You connected with too many different accounts"
  323. - " "
  324. - "&7If you think that is an issue contact us!"
  325. AlreadyOnlinePrevention:
  326. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  327. - "&7You've got kicked from our System"
  328. - " "
  329. - "&7This user is already online."
  330. - " "
  331. - "&7If you think that is an issue contact us!"
  332. # If someone gets detected but somehow not blocked
  333. Error01:
  334. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  335. - "&7You've got kicked from our System"
  336. - " "
  337. - "&7You've got detected by our system"
  338. - "&7Due checking you something went wrong"
  339. - " "
  340. - "&7If you think that is an issue contact us!"
  341. # If someone skipped the checking
  342. Error02:
  343. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  344. - "&7You've got kicked from our System"
  345. - " "
  346. - "&7Due checking you something went wrong"
  347. - " "
  348. - "&7If you think that is an issue contact us!"
  349. DeluxeAI:
  350. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  351. - "&7You've got kicked from our System"
  352. - " "
  353. - "&7You've been blacklisted"
  354. - "&7You acted like a Bot"
  355. - " "
  356. - "&7If you think that is an issue contact us!"
  357.  
  358.  
  359. Messages:
  360. NoPermission: "&cYou don't have the &apermission&c to &eperform&c this &ocommand"
  361. OpenGui: "&7Loading &bDeluxe&7-&aGUI&7 from &e[&7%sender%&e]"
  362. OpenGuiOther: "&aSuccesfully &7loaded the &bDeluxe&7-&aGUI &7for &e[&7%player%&e]"
  363. RemoveNotification: "&7Switched &cBot&7-Notification &7to: &cNot Receiving notifications!"
  364. AddNotification: "&7Switched &cBot&7-Notification &7to: &aReceiving notifications!"
  365. ChangedNotification: "&aYou have changed the &cBot&7-&cNotification &7from [&e%player%&7]"
  366. IsInBlacklist: "&cThis player is already in the &7Blacklist&c!"
  367. IsntInBlacklist: "&cThis player isn't in the &7Blacklist&c!"
  368. AddedToBlacklist: "&aPlayer has been &eadded&a to the &7Blacklist&a!"
  369. RemovedFromBlacklist: "&aPlayer has been &eremoved&a from the &7Blacklist&a!"
  370. IPIsInBlacklist: "&cThis IP is already in the &7Blacklist&c!"
  371. IPIsntInBlacklist: "&cThis IP isn't in the &7Blacklist&c!"
  372. IPAddedToBlacklist: "&aIP has been &eadded&a to the &7Blacklist&a!"
  373. IPRemovedFromBlacklist: "&aIP has been &eremoved&a from the &7Blacklist&a!"
  374. PlayerWasNotOnlineSinceYet: "&cThe &eplayer&c haven't been online on your &7server&c, yet!"
  375. BlacklistsDownloading: "&7Blacklists are still downloading [&b%percent%&7%&7] &e%count% &7left!"
  376. CouldntFindPlayer: "&cThe player &7[&e%player%&7] &cisnot online on this server!"
  377. AddedToWhitelist: "&aPlayer has been &eadded&a to the &fWhitelist&a!"
  378. RemovedFromWhitelist: "&cPlayer has been &eremoved&c from the &fWhitelist&c!"
  379.  
  380.  
  381. # Things listed here will automatically be removed from your console.
  382. # This can clear up a lot of bots joining messages.
  383. # We do not recommend removing anything from here unless you need to.
  384. ConsoleCleaner:
  385. # If you use a fork of BungeeCord enable this
  386. Waterfall: false
  387. IgnoreStrings:
  388. - "logged in with entity id"
  389. - "com.mojang.authlib.GameProfile@"
  390. - "lost connection"
  391. - "timed"
  392. - "reset"
  393. - "UUID of player"
  394. - "InitialHandler"
  395. - "UpstreamBridge has disconnected"
  396.  
  397.  
  398. Version: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement