Advertisement
Guest User

a

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