Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.13 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: "root"
  22. Password: ""
  23. Host: "localhost"
  24. Port: 3306
  25. Database: "AntiBotDeluxeEX"
  26.  
  27. # General Settings
  28. General:
  29. Prefix: "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  30. Log: true
  31. Debug: false
  32. MaxPlayersPerIP: 2
  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: WHITELIST
  59.  
  60. # Which Countries are blacklisted / whitelist (List: http://dev.maxmind.com/geoip/legacy/codes/iso3166/)
  61. Countries:
  62. - Germany
  63. - Bulgaria
  64. - Austria
  65. - Switzerland
  66. # Put Countries with space in ""
  67. - "Czech Republic"
  68.  
  69. # Manage in which Priority the Plugin should Check
  70. CheckPriorities:
  71. - AlreadyOnlinePrevention
  72. - Whitelist
  73. - ServerListPing
  74. - BlacklistCheck
  75. - MaxPlayersPerSecond
  76. - MaxConnections
  77. - ServerPerformance
  78. - GeoCheck
  79. - MaxPlayersPerIP
  80. - APNDetection
  81. # - DNSDetection # can cause false positives
  82. - ProxyDetecting
  83.  
  84. # This Setting is about Proxy prevention
  85. ProxySettings:
  86.  
  87. #This Services can return false positives, try to remove one of this links or contact the support of the website.
  88.  
  89. #Put here your own proxy services in the following syntax:
  90. # For using " replace it with ~
  91. # For using : replace with ^
  92. #SITE:WHAT TO RETURN
  93. ProxySites:
  94. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  95. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  96. - "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0:~yes~"
  97.  
  98. # Do not change this if you dont know what this is!
  99. ProxyServices:
  100. - "bl.spamcop.net"
  101. - "all.s5h.net"
  102. - "dyna.spamrats.com"
  103. - "ubl.unsubscore.com"
  104. - "psbl.surriel.com"
  105. - "xbl.spamhaus.org"
  106. # If you having Problems with Bots add this to the list:
  107. # - "zen.spamhaus.org"
  108.  
  109.  
  110. # Block APN's to prevent servers from botting
  111. APN:
  112. - OVH
  113. - INFOLINK
  114. - TELEF
  115. - CHINANET
  116. - GoDaddy
  117. - PARSONLINE
  118. - "CORPORACION NACIONAL"
  119. - "contabo"
  120. - "server"
  121.  
  122. BlacklistSettings:
  123. DownloadBlacklists: true
  124. Blacklists:
  125. - "https://lists.blocklist.de/lists/ssh.txt"
  126. - "https://lists.blocklist.de/lists/mail.txt"
  127. - "https://lists.blocklist.de/lists/apache.txt"
  128. - "https://lists.blocklist.de/lists/imap.txt"
  129. - "https://lists.blocklist.de/lists/ftp.txt"
  130. - "https://lists.blocklist.de/lists/sip.txt"
  131. - "https://lists.blocklist.de/lists/bots.txt"
  132. - "https://lists.blocklist.de/lists/strongips.txt"
  133. - "https://lists.blocklist.de/lists/bruteforcelogin.txt"
  134. - "https://lists.blocklist.de/lists/all.txt"
  135. - "http://www.openbl.org/lists/base.txt"
  136. - "http://cinsscore.com/list/ci-badguys.txt"
  137. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  138. - "http://blocklist.greensnow.co/greensnow.txt"
  139. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  140.  
  141. AdminAlerts:
  142. GeoCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &cGeoCheck &7[&e%country%&7]"
  143. ServerListPing: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerListPing"
  144. MaxPlayersPerIP: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerIP &7[&e%ipcount%&7]"
  145. MaxPlayersPerSecond: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerSecond &7[&e%playercount%& &7- &ep/s &7]"
  146. ServerPerformance: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerPerformance &7- Server is running quite slow %tps%"
  147. ProxyDetecting: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nProxyDetecting"
  148. DNSDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nDNSDetection"
  149. APNDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAPNDetection &7[&e%apn%&7]"
  150. BlacklistCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nBlackListCheck"
  151. AlreadyOnlinePrevention: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAlreadyOnlinePrevention"
  152. MaxConnections: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxConnections - Added them to the Blacklist"
  153. Whitelisted: "%prefix%&f&l%name% &fgot whitelisted &aautomatically"
  154.  
  155.  
  156. KickMessages:
  157. ServerListPing:
  158. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  159. - "&7You've got kicked from our System"
  160. - " "
  161. - "&7Please add this Server to your Minecraft Serverlist"
  162. - "&eMultiplayer -> Add Server -> YOURIP"
  163. - " "
  164. - "&7Click Refresh and try again!"
  165. GeoCheck:
  166. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  167. - "&7You've got kicked from our System"
  168. - " "
  169. - "&7We do not allow your Country on this Server"
  170. - " "
  171. - "&7If you think that is an issue contact us!"
  172. MaxPlayersPerIP:
  173. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  174. - "&7You've got kicked from our System"
  175. - " "
  176. - "&7Too much Players from your Network are connected"
  177. - " "
  178. - "&7If you think that is an issue contact us!"
  179. MaxPlayersPerSecond:
  180. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  181. - "&7You've got kicked from our System"
  182. - " "
  183. - "&7Too much Players are connecting at the same time"
  184. - " "
  185. - "&7If you think that is an issue contact us!"
  186. ServerPerformance:
  187. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  188. - "&7You've got kicked from our System"
  189. - " "
  190. - "&7Our Server is running slow, try it again in a few seconds!"
  191. - " "
  192. - "&7If you think that is an issue contact us!"
  193. BlacklistCheck:
  194. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  195. - "&7You've got kicked from our System"
  196. - " "
  197. - "&7Your IP Address is blocked on this Server."
  198. - " "
  199. - "&7If you think that is an issue contact us!"
  200. ProxyDetecting:
  201. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  202. - "&7You've got kicked from our System"
  203. - " "
  204. - "&7Your IP Address is detected as an proxy."
  205. - " "
  206. - "&7If you think that is an issue contact us!"
  207. DNSDetection:
  208. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  209. - "&7You've got kicked from our System"
  210. - " "
  211. - "&7Your IP Address is detected as an proxy / dns."
  212. - " "
  213. - "&7If you think that is an issue contact us!"
  214. APNDetection:
  215. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  216. - "&7You've got kicked from our System"
  217. - " "
  218. - "&7Your Hosting Provider is blocked."
  219. - " "
  220. - "&7If you think that is an issue contact us!"
  221. MaxConnections:
  222. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  223. - "&7You've got kicked from our System"
  224. - " "
  225. - "&7You are connecting too fast."
  226. - " "
  227. - "&7If you think that is an issue contact us!"
  228. AlreadyOnlinePrevention:
  229. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  230. - "&7You've got kicked from our System"
  231. - " "
  232. - "&7This user is already online."
  233. - " "
  234. - "&7If you think that is an issue contact us!"
  235.  
  236.  
  237. Messages:
  238. NoPermission: "&cYou don't have the &apermission&c to &eperform&c this &ocommand"
  239. OpenGui: "&7Loading &bDeluxe&7-&aGUI&7 from &e[&7%sender%&e]"
  240. OpenGuiOther: "&aSuccesfully &7loaded the &bDeluxe&7-&aGUI &7for &e[&7%player%&e]"
  241. RemoveNotification: "&7Switched &cBot&7-Notification &7to: &cNot Receiving notifications!"
  242. AddNotification: "&7Switched &cBot&7-Notification &7to: &aReceiving notifications!"
  243. ChangedNotification: "&aYou have changed the &cBot&7-&cNotification &7from [&e%player%&7]"
  244. IsInBlacklist: "&cThis player is already in the &7Blacklist&c!"
  245. IsntInBlacklist: "&cThis player isn't in the &7Blacklist&c!"
  246. AddedToBlacklist: "&aPlayer has been &eadded&a to the &7Blacklist&a!"
  247. RemovedFromBlacklist: "&aPlayer has been &eremoved&a from the &7Blacklist&a!"
  248. IPIsInBlacklist: "&cThis IP is already in the &7Blacklist&c!"
  249. IPIsntInBlacklist: "&cThis IP isn't in the &7Blacklist&c!"
  250. IPAddedToBlacklist: "&aIP has been &eadded&a to the &7Blacklist&a!"
  251. IPRemovedFromBlacklist: "&aIP has been &eremoved&a from the &7Blacklist&a!"
  252. PlayerWasNotOnlineSinceYet: "&cThe &eplayer&c haven't been online on your &7server&c, yet!"
  253. BlacklistsDownloading: "&7Blacklists are still downloading [&b%percent%&7%&7] &e%count% &7left!"
  254. CouldntFindPlayer: "&cThe player &7[&e%player%&7] &cisn't online on this server!"
  255. AddedToWhitelist: "&aPlayer has been &eadded&a to the &fWhitelist&a!"
  256. RemovedFromWhitelist: "&cPlayer has been &eremoved&c from the &fWhitelist&c!"
  257.  
  258.  
  259.  
  260. ConsoleCleaner:
  261. IgnoreStrings:
  262. - "UUID of player"
  263. - "logged in with entity id"
  264. - "com.mojang.authlib.GameProfile@"
  265. - "lost connection"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement