Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.48 KB | None | 0 0
  1. # _ _ ____ _ _____ _
  2.  
  3. # /\ | | (_) _ \ | | | __ \ | |
  4.  
  5. # / \ _ __ | |_ _| |_) | ___ | |_| | | | ___| |_ ___ _____
  6.  
  7. # / /\ \ | '_ \| __| | _ < / _ \| __| | | |/ _ \ | | | \ \/ / _ \
  8.  
  9. # / ____ \| | | | |_| | |_) | (_) | |_| |__| | __/ | |_| |> < __/
  10.  
  11. # /_/ \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
  12.  
  13.  
  14.  
  15. ### AntiBotDeluxeEX Config
  16.  
  17. #
  18.  
  19. # NOTE: Most of these configurations here have been tried and tested to work.
  20.  
  21. # It is not recommended that you change them unless you are
  22.  
  23. # getting bots joining your server.
  24.  
  25. #
  26.  
  27.  
  28.  
  29. # Please insert your MySQL Data to store the datas
  30.  
  31. # It is not needed!
  32.  
  33.  
  34.  
  35. MySQL:
  36.  
  37. UseMySQL: false
  38.  
  39. Login:
  40.  
  41. Username: "root"
  42.  
  43. Password: ""
  44.  
  45. Host: "127.0.0.1"
  46.  
  47. Port: 3306
  48.  
  49. Database: "AntiBotDeluxeEX"
  50.  
  51.  
  52.  
  53. # General Settings
  54.  
  55. General:
  56.  
  57. Prefix: "&4&lAntiBot"
  58.  
  59. Log: true
  60.  
  61. Debug: false
  62.  
  63. MaxPlayersPerIP: 8
  64.  
  65. MinimumAllowedTPS: 14.0
  66.  
  67. MaxPlayersPerSecond: 5
  68.  
  69. MaxConnectionsPerSecond: 5
  70.  
  71.  
  72.  
  73.  
  74.  
  75. # Warmup means that the Plugin waits a certain amount of time before start checking
  76.  
  77. # Useful when your server has a lot of poeple joining after restart
  78.  
  79. Warumup:
  80.  
  81. UseWarmup: true
  82.  
  83. WarmupTime: 5
  84.  
  85.  
  86.  
  87.  
  88.  
  89. # Autowhitelisting whitelists a player if he played on a server and did some things to be sure his is not a bot
  90.  
  91. AutoWhitelist:
  92.  
  93. AutoWhitelist: true
  94.  
  95. AutoWhiteListTimeInMinutes: 5
  96.  
  97.  
  98.  
  99. # General Country Settings
  100.  
  101. CountrySettings:
  102.  
  103. # The Method is the way the plugin checks a player, if it is on blacklist the plugin will blacklist the countries
  104.  
  105. # you indicated below, if it is on whitelist only the players from the indicated countries will be able to join
  106.  
  107. # Example - Blacklist: Player A from Germany joins a Server where Germany is Blacklisted = Disallow
  108.  
  109. # Example - Whitelist: Player B from Germany joins a Server where Bulgaria is Whitelisted and Germany not = Disallow
  110.  
  111. # Example - Whitelist: Player C from Bulgaria joins a Server where Bulgaria is Whitelisted = Allow
  112.  
  113.  
  114.  
  115. CheckingMethod: WHITELIST
  116.  
  117.  
  118.  
  119. # Which Countries are blacklisted / whitelist (List: http://dev.maxmind.com/geoip/legacy/codes/iso3166/)
  120.  
  121. Countries:
  122.  
  123. - Germany
  124.  
  125. - Bulgaria
  126.  
  127. - Austria
  128.  
  129. - Switzerland
  130.  
  131. # Put Countries with space in ""
  132.  
  133. - "Czech Republic"
  134.  
  135.  
  136.  
  137. # Manage in which Priority the Plugin should Check
  138.  
  139. CheckPriorities:
  140.  
  141. - AlreadyOnlinePrevention
  142.  
  143. - Whitelist
  144.  
  145. - BlacklistCheck
  146.  
  147. - MaxPlayersPerSecond
  148.  
  149. - MaxConnections
  150.  
  151. - ServerPerformance
  152.  
  153. - MaxPlayersPerIP
  154.  
  155. - APNDetection
  156.  
  157. # - DNSDetection # can cause false positives
  158.  
  159. - ProxyDetecting
  160.  
  161.  
  162.  
  163. # This Setting is about Proxy prevention
  164.  
  165. ProxySettings:
  166.  
  167.  
  168.  
  169. #This Services can return false positives, try to remove one of this links or contact the support of the website.
  170.  
  171.  
  172.  
  173. #Put here your own proxy services in the following syntax:
  174.  
  175. # For using " replace it with ~
  176.  
  177. # For using : replace with ^
  178.  
  179. #SITE:WHAT TO RETURN
  180.  
  181. ProxySites:
  182.  
  183. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  184.  
  185. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  186.  
  187. - "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0:~yes~"
  188.  
  189.  
  190.  
  191. # Do not change this if you dont know what this is!
  192.  
  193. ProxyServices:
  194.  
  195. - "bl.spamcop.net"
  196.  
  197. - "all.s5h.net"
  198.  
  199. - "dyna.spamrats.com"
  200.  
  201. - "ubl.unsubscore.com"
  202.  
  203. - "psbl.surriel.com"
  204.  
  205. - "xbl.spamhaus.org"
  206.  
  207. # If you having Problems with Bots add this to the list:
  208.  
  209. # - "zen.spamhaus.org"
  210.  
  211.  
  212.  
  213.  
  214.  
  215. # Block APN's to prevent servers from botting
  216.  
  217. APN:
  218.  
  219. - OVH
  220.  
  221. - INFOLINK
  222.  
  223. - TELEF
  224.  
  225. - CHINANET
  226.  
  227. - GoDaddy
  228.  
  229. - PARSONLINE
  230.  
  231. - "CORPORACION NACIONAL"
  232.  
  233. - "contabo"
  234.  
  235. - "server"
  236.  
  237.  
  238.  
  239. BlacklistSettings:
  240.  
  241. DownloadBlacklists: true
  242.  
  243. Blacklists:
  244.  
  245. - "https://lists.blocklist.de/lists/ssh.txt"
  246.  
  247. - "https://lists.blocklist.de/lists/mail.txt"
  248.  
  249. - "https://lists.blocklist.de/lists/apache.txt"
  250.  
  251. - "https://lists.blocklist.de/lists/imap.txt"
  252.  
  253. - "https://lists.blocklist.de/lists/ftp.txt"
  254.  
  255. - "https://lists.blocklist.de/lists/sip.txt"
  256.  
  257. - "https://lists.blocklist.de/lists/bots.txt"
  258.  
  259. - "https://lists.blocklist.de/lists/strongips.txt"
  260.  
  261. - "https://lists.blocklist.de/lists/bruteforcelogin.txt"
  262.  
  263. - "https://lists.blocklist.de/lists/all.txt"
  264.  
  265. - "http://www.openbl.org/lists/base.txt"
  266.  
  267. - "http://cinsscore.com/list/ci-badguys.txt"
  268.  
  269. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  270.  
  271. - "http://blocklist.greensnow.co/greensnow.txt"
  272.  
  273. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  274.  
  275.  
  276.  
  277. AdminAlerts:
  278.  
  279. GeoCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &cGeoCheck &7[&e%country%&7]"
  280.  
  281. ServerListPing: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerListPing"
  282.  
  283. MaxPlayersPerIP: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerIP &7[&e%ipcount%&7]"
  284.  
  285. MaxPlayersPerSecond: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerSecond &7[&e%playercount%& &7- &ep/s &7]"
  286.  
  287. ServerPerformance: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerPerformance &7- Server is running quite slow %tps%"
  288.  
  289. ProxyDetecting: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nProxyDetecting"
  290.  
  291. DNSDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nDNSDetection"
  292.  
  293. APNDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAPNDetection &7[&e%apn%&7]"
  294.  
  295. BlacklistCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nBlackListCheck"
  296.  
  297. AlreadyOnlinePrevention: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAlreadyOnlinePrevention"
  298.  
  299. MaxConnections: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxConnections - Added them to the Blacklist"
  300.  
  301. Whitelisted: "%prefix%&f&l%name% &fgot whitelisted &aautomatically"
  302.  
  303.  
  304.  
  305.  
  306.  
  307. KickMessages:
  308.  
  309. ServerListPing:
  310.  
  311. - "&4&lBlaze&6&lVortex"
  312.  
  313. - "&fPlease fallow these steps:"
  314.  
  315. - " "
  316.  
  317. - "&6Add &4&lBlaze&6&lVortex&f to your Minecraft Serverlist"
  318.  
  319. - "&4&lMultiplayer &8&l» &4&lAdd Server &8&l» &6&lPlay&f.&4&lBlaze&6&lVortex&f.&4&l.com"
  320.  
  321. - " "
  322.  
  323. - "&fClick Refresh and try again!"
  324.  
  325. GeoCheck:
  326.  
  327. - "&4&lBlaze&6&lVortex"
  328.  
  329. - "&fYou've got kicked from our System"
  330.  
  331. - " "
  332.  
  333. - "&fWe do not allow your Country on this Server"
  334.  
  335. - " "
  336.  
  337. - "&4&lIf you think that is an issue contact us!"
  338.  
  339. MaxPlayersPerIP:
  340.  
  341. - "&4&lBlaze&6&lVortex"
  342.  
  343. - "&fYou've got kicked from our System"
  344.  
  345. - " "
  346.  
  347. - "&fToo much Players from your Network are connected"
  348.  
  349. - " "
  350.  
  351. - "&fIf you think that is an issue contact us!"
  352.  
  353. MaxPlayersPerSecond:
  354.  
  355. - "&4&lBlaze&6&lVortex"
  356.  
  357. - "&fYou've got kicked from our System"
  358.  
  359. - " "
  360.  
  361. - "&fToo much Players are connecting at the same time"
  362.  
  363. - " "
  364.  
  365. - "&fIf you think that is an issue contact us!"
  366.  
  367. ServerPerformance:
  368.  
  369. - "&4&lBlaze&6&lVortex"
  370.  
  371. - "&fYou've got kicked from our System"
  372.  
  373. - " "
  374.  
  375. - "&fOur Server is running slow, try it again in a few seconds!"
  376.  
  377. - " "
  378.  
  379. - "&fIf you think that is an issue contact us!"
  380.  
  381. BlacklistCheck:
  382.  
  383. - "&4&lBlaze&6&lVortex"
  384.  
  385. - "&fYou've got kicked from our System"
  386.  
  387. - " "
  388.  
  389. - "&fYour IP Address is blocked on this Server."
  390.  
  391. - " "
  392.  
  393. - "&fIf you think that is an issue contact us!"
  394.  
  395. ProxyDetecting:
  396.  
  397. - "&4&lBlaze&6&lVortex"
  398.  
  399. - "&fYou've got kicked from our System"
  400.  
  401. - " "
  402.  
  403. - "&fYour IP Address is detected as an proxy."
  404.  
  405. - " "
  406.  
  407. - "&fIf you think that is an issue contact us!"
  408.  
  409. DNSDetection:
  410.  
  411. - "&4&lBlaze&6&lVortex"
  412.  
  413. - "&fYou've got kicked from our System"
  414.  
  415. - " "
  416.  
  417. - "&fYour IP Address is detected as an proxy / dns."
  418.  
  419. - " "
  420.  
  421. - "&fIf you think that is an issue contact us!"
  422.  
  423. APNDetection:
  424.  
  425. - "&4&lBlaze&6&lVortex"
  426.  
  427. - "&fYou've got kicked from our System"
  428.  
  429. - " "
  430.  
  431. - "&fYour Hosting Provider is blocked."
  432.  
  433. - " "
  434.  
  435. - "&fIf you think that is an issue contact us!"
  436.  
  437. MaxConnections:
  438.  
  439. - "&4&lBlaze&6&lVortex"
  440.  
  441. - "&fYou've got kicked from our System"
  442.  
  443. - " "
  444.  
  445. - "&fYou are connecting too fast."
  446.  
  447. - " "
  448.  
  449. - "&fIf you think that is an issue contact us!"
  450.  
  451. AlreadyOnlinePrevention:
  452.  
  453. - "&4&lBlaze&6&lVortex"
  454.  
  455. - "&fYou've got kicked from our System"
  456.  
  457. - " "
  458.  
  459. - "&fThis user is already online."
  460.  
  461. - " "
  462.  
  463. - "&fIf you think that is an issue contact us!"
  464.  
  465.  
  466.  
  467.  
  468.  
  469. Messages:
  470.  
  471. NoPermission: "&cYou don't have the &apermission&c to &eperform&c this &ocommand"
  472.  
  473. OpenGui: "&fLoading &bDeluxe&f-&aGUI&f from &e[&f%sender%&e]"
  474.  
  475. OpenGuiOther: "&aSuccesfully &floaded the &bDeluxe&f-&aGUI &ffor &e[&f%player%&e]"
  476.  
  477. RemoveNotification: "&fSwitched &cBot&f-Notification &fto: &cNot Receiving notifications!"
  478.  
  479. AddNotification: "&fSwitched &cBot&f-Notification &fto: &aReceiving notifications!"
  480.  
  481. ChangedNotification: "&aYou have changed the &cBot&f-&cNotification &ffrom [&e%player%&f]"
  482.  
  483. IsInBlacklist: "&cThis player is already in the &fBlacklist&c!"
  484.  
  485. IsntInBlacklist: "&cThis player isn't in the &fBlacklist&c!"
  486.  
  487. AddedToBlacklist: "&aPlayer has been &eadded&a to the &fBlacklist&a!"
  488.  
  489. RemovedFromBlacklist: "&aPlayer has been &eremoved&a from the &fBlacklist&a!"
  490.  
  491. IPIsInBlacklist: "&cThis IP is already in the &fBlacklist&c!"
  492.  
  493. IPIsntInBlacklist: "&cThis IP isn't in the &fBlacklist&c!"
  494.  
  495. IPAddedToBlacklist: "&aIP has been &eadded&a to the &fBlacklist&a!"
  496.  
  497. IPRemovedFromBlacklist: "&aIP has been &eremoved&a from the &fBlacklist&a!"
  498.  
  499. PlayerWasNotOnlineSinceYet: "&cThe &eplayer&c haven't been online on your &fserver&c, yet!"
  500.  
  501. BlacklistsDownloading: "&fBlacklists are still downloading [&b%percent%&f%&f] &e%count% &fleft!"
  502.  
  503. CouldntFindPlayer: "&cThe player &f[&e%player%&f] &cisn't online on this server!"
  504.  
  505. AddedToWhitelist: "&aPlayer has been &eadded&a to the &fWhitelist&a!"
  506.  
  507. RemovedFromWhitelist: "&cPlayer has been &eremoved&c from the &fWhitelist&c!"
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515. ConsoleCleaner:
  516.  
  517. IgnoreStrings:
  518.  
  519. - "UUID of player"
  520.  
  521. - "logged in with entity id"
  522.  
  523. - "com.mojang.authlib.GameProfile@"
  524.  
  525. - "lost connection"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement