Advertisement
Guest User

Untitled

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