Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2017
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. # _ _ ____ _ _____ _
  2. # /\ | | (_) _ \ | | | __ \ | |
  3. # / \ _ __ | |_ _| |_) | ___ | |_| | | | ___| |_ ___ _____
  4. # / /\ \ | '_ \| __| | _ < / _ \| __| | | |/ _ \ | | | \ \/ / _ \
  5. # / ____ \| | | | |_| | |_) | (_) | |_| |__| | __/ | |_| |> < __/
  6. # /_/ \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
  7.  
  8. ### AntiBotDeluxeEX Config
  9. #
  10. # NOTE: Most of these configurations here have been tried and tested to work.
  11. # It is not recommended that you change them unless you are
  12. # getting bots joining your server.
  13. #
  14.  
  15. # Please insert your MySQL Data to store the datas
  16. # It is not needed!
  17.  
  18. MySQL:
  19. UseMySQL: true
  20. Login:
  21. Username:
  22. Password:
  23. Host:
  24. Port:
  25. Database:
  26.  
  27. # General Settings
  28. General:
  29. Prefix: "SOME_PREFIX_IDK"
  30. Log: true
  31. Debug: false
  32. MaxPlayersPerIP: 4
  33. MinimumAllowedTPS: 18.0
  34. MaxPlayersPerSecond: 5
  35. MaxConnectionsPerSecond: 3
  36.  
  37.  
  38. # Warmup means that the Plugin waits a certain amount of time before start checking
  39. # Useful when your server has a lot of poeple joining after restart
  40. Warumup:
  41. UseWarmup: false
  42. WarmupTime: 20
  43.  
  44.  
  45. # Autowhitelisting whitelists a player if he played on a server and did some things to be sure his is not a bot
  46. AutoWhitelist:
  47. AutoWhitelist: true
  48. AutoWhiteListTimeInMinutes: 5
  49.  
  50. # General Country Settings
  51. CountrySettings:
  52. # The Method is the way the plugin checks a player, if it is on blacklist the plugin will blacklist the countries
  53. # you indicated below, if it is on whitelist only the players from the indicated countries will be able to join
  54. # Example - Blacklist: Player A from Germany joins a Server where Germany is Blacklisted = Disallow
  55. # Example - Whitelist: Player B from Germany joins a Server where Bulgaria is Whitelisted and Germany not = Disallow
  56. # Example - Whitelist: Player C from Bulgaria joins a Server where Bulgaria is Whitelisted = Allow
  57.  
  58. CheckingMethod: BLACKLIST
  59.  
  60. # Which Countries are blacklisted / whitelist (List: http://dev.maxmind.com/geoip/legacy/codes/iso3166/)
  61. Countries:
  62. - "Czech Republic"
  63.  
  64. # Manage in which Priority the Plugin should Check
  65. CheckPriorities:
  66. - AlreadyOnlinePrevention
  67. - Whitelist
  68. # - ServerListPing
  69. - BlacklistCheck
  70. - MaxPlayersPerSecond
  71. - MaxConnections
  72. - ServerPerformance
  73. - GeoCheck
  74. - MaxPlayersPerIP
  75. - APNDetection
  76. # - DNSDetection # can cause false positives
  77. - ProxyDetecting
  78.  
  79. # This Setting is about Proxy prevention
  80. ProxySettings:
  81.  
  82. #This Services can return false positives, try to remove one of this links or contact the support of the website.
  83.  
  84. #Put here your own proxy services in the following syntax:
  85. # For using " replace it with ~
  86. # For using : replace with ^
  87. #SITE:WHAT TO RETURN
  88. ProxySites:
  89. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  90. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  91. - "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0:~yes~"
  92.  
  93. # Do not change this if you dont know what this is!
  94. ProxyServices:
  95. - "bl.spamcop.net"
  96. - "all.s5h.net"
  97. - "dyna.spamrats.com"
  98. - "ubl.unsubscore.com"
  99. - "psbl.surriel.com"
  100. - "xbl.spamhaus.org"
  101. # If you having Problems with Bots add this to the list:
  102. # - "zen.spamhaus.org"
  103.  
  104.  
  105. # Block APN's to prevent servers from botting
  106. APN:
  107. - OVH
  108. - INFOLINK
  109. - TELEF
  110. - CHINANET
  111. - GoDaddy
  112. - PARSONLINE
  113. - "CORPORACION NACIONAL"
  114. - "contabo"
  115. - "server"
  116.  
  117. BlacklistSettings:
  118. DownloadBlacklists: true
  119. Blacklists:
  120. - "https://lists.blocklist.de/lists/ssh.txt"
  121. - "https://lists.blocklist.de/lists/mail.txt"
  122. - "https://lists.blocklist.de/lists/apache.txt"
  123. - "https://lists.blocklist.de/lists/imap.txt"
  124. - "https://lists.blocklist.de/lists/ftp.txt"
  125. - "https://lists.blocklist.de/lists/sip.txt"
  126. - "https://lists.blocklist.de/lists/bots.txt"
  127. - "https://lists.blocklist.de/lists/strongips.txt"
  128. - "https://lists.blocklist.de/lists/bruteforcelogin.txt"
  129. - "https://lists.blocklist.de/lists/all.txt"
  130. - "http://www.openbl.org/lists/base.txt"
  131. - "http://cinsscore.com/list/ci-badguys.txt"
  132. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  133. - "http://blocklist.greensnow.co/greensnow.txt"
  134. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement