Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.22 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 &8\xbb &b"
  26. Log: true
  27. Debug: false
  28. DetailedLog: true
  29. MaxPlayersPerIP: 3
  30. MinimumAllowedTPS: 18.0
  31. MaxPlayersPerSecond: 10
  32. # From a single IP
  33. MaxConnectionsPerSecond: 5
  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: 2
  45. TimeoutKick: false
  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: false
  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: true
  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: 5
  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. - Jamaica
  134. - "El Salvador"
  135.  
  136.  
  137. # Manage in which priority the Plugin should check
  138. # To disable a check, comment it out with '#'
  139. CheckPriorities:
  140. - MaxPlayersPerSecond-hold
  141. - MaxConnectionsPerIP-hold
  142. - AlreadyOnlinePrevention
  143. - Whitelist
  144. - ServerListPing
  145. - BlacklistCheck
  146. - MaxConnections
  147. - ServerPerformance
  148. - GeoCheck
  149. - MaxPlayersPerSecond-condition
  150. - MaxPlayersPerIP
  151. - APNDetection
  152. - ProxyDetecting
  153. # Enable that if bots are still joining
  154. # - DNSDetection
  155.  
  156.  
  157. # This Setting is about Proxy prevention
  158. ProxySettings:
  159.  
  160. #This Services can return false positives, try to remove one of this links or contact the support of the website.
  161.  
  162. #Put here your own proxy services in the following syntax:
  163. # For using " replace it with ~
  164. # For using : replace with ^
  165. #SITE:WHAT TO RETURN
  166. ProxySites:
  167. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  168. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  169. - "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0:~yes~"
  170. - "http://api.antibotdeluxe.com/system/1/check?ip=%ip%:~1~"
  171. # - "http://botscout.com/test/?ip=%ip%:>"
  172.  
  173. # Do not change this if you don't know what this is!
  174. ProxyServices:
  175. - "bl.spamcop.net"
  176. - "all.s5h.net"
  177. - "dyna.spamrats.com"
  178. - "ubl.unsubscore.com"
  179. - "psbl.surriel.com"
  180. - "xbl.spamhaus.org"
  181. # If you having problems with bots add this to the list:
  182. # - "zen.spamhaus.org"
  183.  
  184. # This will search the internet for proxys to block
  185. # This is Plus only!
  186. ProxyScraper:
  187. ScrapeProxies: true
  188. Threads: 16
  189. SearchFor:
  190. # Represents proxy for high level protocols such as HTTP or FTP.
  191. - HTTP
  192. # Represents a SOCKS (V4 or V5) proxy. - mostly used to attack
  193. - SOCKS
  194.  
  195.  
  196. # Block APN's to prevent servers from botting
  197. APN:
  198. - OVH
  199. - INFOLINK
  200. - TELEF
  201. - CHINANET
  202. - GoDaddy
  203. - PARSONLINE
  204. - "CORPORACION NACIONAL"
  205. - "contabo"
  206. - "server"
  207.  
  208.  
  209. BlacklistSettings:
  210. DownloadBlacklists: true
  211. Blacklists:
  212. - "http://lists.blocklist.de/lists/all.txt"
  213. - "http://cinsscore.com/list/ci-badguys.txt"
  214. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  215. - "http://blocklist.greensnow.co/greensnow.txt"
  216. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  217. UncommonBlacklists:
  218. - "http://proxy-daily.com/"
  219. - "http://www.sslproxies24.top/"
  220. - "http://socksproxylist24.blogspot.ro/"
  221.  
  222.  
  223. # These are the messages that are sent to people who have viewing bot joins toggled.
  224. AdminAlerts:
  225. GeoCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&lGeoCheck &7[&e%country%&7]"
  226. ServerListPing: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerListPing"
  227. MaxPlayersPerIP: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerIP &7[&e%ipcount%&7]"
  228. MaxPlayersPerSecond: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerSecond &7[&e%playercount%& &7- &ep/s &7]"
  229. ServerPerformance: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerPerformance &7- Server is running quite slow %tps%"
  230. ProxyDetecting: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nProxyDetecting"
  231. DNSDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nDNSDetection"
  232. APNDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAPNDetection &7[&e%apn%&7]"
  233. BlacklistCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nBlackListCheck"
  234. AlreadyOnlinePrevention: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAlreadyOnlinePrevention"
  235. MaxConnections: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxConnections - Added them to the Blacklist"
  236. MaxConnectionsPerIP: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxConnectionsPerIP"
  237. Whitelisted: "%prefix%&f&l%name% &fgot whitelisted &aautomatically"
  238.  
  239. ServerIsUnderAttack1: "&4Server is under attack"
  240. ServerIsUnderAttack2: "&4%amount% bots per %seconds% seconds"
  241.  
  242. ServerAttackIsOver1: "&aServer attack is over"
  243. ServerAttackIsOver2: "&e%allbots% &ablocked bots"
  244.  
  245.  
  246. KickMessages:
  247. ServerListPing:
  248. - "&7AntiBot &8\xbb &b"
  249. - "&7You've got kicked from our System"
  250. - " "
  251. - "&7Please add this Server to your Minecraft Server List"
  252. - "&eMultiplayer -> Add Server -> YOURIP"
  253. - "&eWait until you see the MOTD"
  254. - " "
  255. - "&7Click Refresh and try again!"
  256. GeoCheck:
  257. - "&7AntiBot &8\xbb &b"
  258. - "&7You've got kicked from our System"
  259. - " "
  260. - "&7We do not allow your Country on this Server"
  261. - " "
  262. - "&7If you think that is an issue contact us!"
  263. MaxPlayersPerIP:
  264. - "&7AntiBot &8\xbb &b"
  265. - "&7You've got kicked from our System"
  266. - " "
  267. - "&7Too much Players from your Network are connected"
  268. - " "
  269. - "&7If you think that is an issue contact us!"
  270. MaxPlayersPerSecond:
  271. - "&7AntiBot &8\xbb &b"
  272. - "&7You've got kicked from our System"
  273. - " "
  274. - "&7Too much Players are connecting at the same time"
  275. - " "
  276. - "&7If you think that is an issue contact us!"
  277. ServerPerformance:
  278. - "&7AntiBot &8\xbb &b"
  279. - "&7You've got kicked from our System"
  280. - " "
  281. - "&7Our Server is running slow, try it again in a few seconds!"
  282. - " "
  283. - "&7If you think that is an issue contact us!"
  284. BlacklistCheck:
  285. - "&7AntiBot &8\xbb &b"
  286. - "&7You've got kicked from our System"
  287. - " "
  288. - "&7Your IP Address is blocked on this Server."
  289. - " "
  290. - "&7If you think that is an issue contact us!"
  291. ProxyDetecting:
  292. - "&7AntiBot &8\xbb &b"
  293. - "&7You've got kicked from our System"
  294. - " "
  295. - "&7Your IP Address is detected as an proxy."
  296. - " "
  297. - "&7If you think that is an issue contact us!"
  298. DNSDetection:
  299. - "&7AntiBot &8\xbb &b"
  300. - "&7You've got kicked from our System"
  301. - " "
  302. - "&7Your IP Address is detected as an proxy / dns."
  303. - " "
  304. - "&7If you think that is an issue contact us!"
  305. APNDetection:
  306. - "&7AntiBot &8\xbb &b"
  307. - "&7You've got kicked from our System"
  308. - " "
  309. - "&7Your Hosting Provider is blocked."
  310. - " "
  311. - "&7If you think that is an issue contact us!"
  312. MaxConnections:
  313. - "&7AntiBot &8\xbb &b"
  314. - "&7You've got kicked from our System"
  315. - " "
  316. - "&7You are connecting too fast."
  317. - " "
  318. - "&7If you think that is an issue contact us!"
  319. MaxConnectionsPerIP:
  320. - "&7AntiBot &8\xbb &b"
  321. - "&7You've got kicked from our System"
  322. - " "
  323. - "&7You connected with too many different accounts"
  324. - " "
  325. - "&7If you think that is an issue contact us!"
  326. AlreadyOnlinePrevention:
  327. - "&7AntiBot &8\xbb &b"
  328. - "&7You've got kicked from our System"
  329. - " "
  330. - "&7This user is already online."
  331. - " "
  332. - "&7If you think that is an issue contact us!"
  333. # If someone gets detected but somehow not blocked
  334. Error01:
  335. - "&7AntiBot &8\xbb &b"
  336. - "&7You've got kicked from our System"
  337. - " "
  338. - "&7You've got detected by our system"
  339. - "&7Due checking you something went wrong"
  340. - " "
  341. - "&7If you think that is an issue contact us!"
  342. # If someone skipped the checking
  343. Error02:
  344. - "&7AntiBot &8\xbb &b"
  345. - "&7You've got kicked from our System"
  346. - " "
  347. - "&7Due checking you something went wrong"
  348. - " "
  349. - "&7If you think that is an issue contact us!"
  350. DeluxeAI:
  351. - "&7AntiBot &8\xbb &b"
  352. - "&7You've got kicked from our System"
  353. - " "
  354. - "&7You've been blacklisted"
  355. - "&7You acted like a Bot"
  356. - " "
  357. - "&7If you think that is an issue contact us!"
  358.  
  359.  
  360. Messages:
  361. NoPermission: "&cYou don't have the &apermission&c to &eperform&c this &ocommand"
  362. OpenGui: "&7Loading &bDeluxe&7-&aGUI&7 from &e[&7%sender%&e]"
  363. OpenGuiOther: "&aSuccesfully &7loaded the &bDeluxe&7-&aGUI &7for &e[&7%player%&e]"
  364. RemoveNotification: "&7Switched &cBot&7-Notification &7to: &cNot Receiving notifications!"
  365. AddNotification: "&7Switched &cBot&7-Notification &7to: &aReceiving notifications!"
  366. ChangedNotification: "&aYou have changed the &cBot&7-&cNotification &7from [&e%player%&7]"
  367. IsInBlacklist: "&cThis player is already in the &7Blacklist&c!"
  368. IsntInBlacklist: "&cThis player isn't in the &7Blacklist&c!"
  369. AddedToBlacklist: "&aPlayer has been &eadded&a to the &7Blacklist&a!"
  370. RemovedFromBlacklist: "&aPlayer has been &eremoved&a from the &7Blacklist&a!"
  371. IPIsInBlacklist: "&cThis IP is already in the &7Blacklist&c!"
  372. IPIsntInBlacklist: "&cThis IP isn't in the &7Blacklist&c!"
  373. IPAddedToBlacklist: "&aIP has been &eadded&a to the &7Blacklist&a!"
  374. IPRemovedFromBlacklist: "&aIP has been &eremoved&a from the &7Blacklist&a!"
  375. PlayerWasNotOnlineSinceYet: "&cThe &eplayer&c haven't been online on your &7server&c, yet!"
  376. BlacklistsDownloading: "&7Blacklists are still downloading [&b%percent%&7%&7] &e%count% &7left!"
  377. CouldntFindPlayer: "&cThe player &7[&e%player%&7] &cisnot online on this server!"
  378. AddedToWhitelist: "&aPlayer has been &eadded&a to the &fWhitelist&a!"
  379. RemovedFromWhitelist: "&cPlayer has been &eremoved&c from the &fWhitelist&c!"
  380.  
  381.  
  382. # Things listed here will automatically be removed from your console.
  383. # This can clear up a lot of bots joining messages.
  384. # We do not recommend removing anything from here unless you need to.
  385. ConsoleCleaner:
  386. # If you use a fork of BungeeCord enable this
  387. Waterfall: false
  388. IgnoreStrings:
  389. - "logged in with entity id"
  390. - "com.mojang.authlib.GameProfile@"
  391. - "lost connection"
  392. - "timed"
  393. - "reset"
  394. - "UUID of player"
  395. - "InitialHandler"
  396. - "UpstreamBridge has disconnected"
  397.  
  398.  
  399. Version: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement