Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.93 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 passwords
  16.  
  17. MySQL:
  18. UseMySQL: true
  19. Login:
  20. Username: "minecraft_abd"
  21. Password: "xxxxxxxxx"
  22. Host: "127.0.0.1"
  23. Port: 3306
  24. Database: "minecraft_abd"
  25.  
  26. # General Settings
  27. General:
  28. Prefix: "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  29. Log: true
  30. Debug: false
  31. MaxPlayersPerIP: 4
  32. MinimumAllowedTPS: 17.0
  33. MaxPlayersPerSecond: 6
  34. MaxConnectionsPerSecond: 4
  35.  
  36.  
  37. # Warmup means that the Plugin waits a certain amount of time before start checking
  38. # Useful when your server has a lot of poeple joining after restart
  39. Warumup:
  40. UseWarmup: true
  41. WarmupTime: 20
  42.  
  43.  
  44. # Autowhitelisting whitelists a player if he played on a server and did some things to be sure his is not a bot
  45. AutoWhitelist:
  46. AutoWhitelist: true
  47. AutoWhiteListTimeInMinutes: 3
  48.  
  49. # General Country Settings
  50. CountrySettings:
  51. # The Method is the way the plugin checks a player, if it is on blacklist the plugin will blacklist the countries
  52. # you indicated below, if it is on whitelist only the players from the indicated countries will be able to join
  53. # Example - Blacklist: Player A from Germany joins a Server where Germany is Blacklisted = Disallow
  54. # Example - Whitelist: Player B from Germany joins a Server where Bulgaria is Whitelisted and Germany not = Disallow
  55. # Example - Whitelist: Player C from Bulgaria joins a Server where Bulgaria is Whitelisted = Allow
  56.  
  57. CheckingMethod: WHITELIST
  58.  
  59. # Which Countries are blacklisted / whitelist (List: http://dev.maxmind.com/geoip/legacy/codes/iso3166/)
  60. Countries:
  61. - Guadeloupe
  62. - Canada
  63. - France
  64. - "French Guiana"
  65. - "France Metropolitan"
  66. - "French Polynesia"
  67. - Reunion
  68. - Réunion
  69. - Algeria
  70. - Belgium
  71. - Switzerland
  72. - Benin
  73. - Mayotte
  74. - "Saint Pierre and Miquelon"
  75. - "Saint Barthélemy"
  76. - "Burkina Faso"
  77. - "Côte d'Ivoire"
  78. - Guinea-Bissau
  79. - Mali
  80. - Niger
  81. - Senegal
  82. - Togo
  83. - Martinique
  84.  
  85. # Manage in which Priority the Plugin should Check
  86. CheckPriorities:
  87. - Whitelist
  88. - ServerListPing
  89. - MaxConnections
  90. - BlacklistCheck
  91. - ServerPerformance
  92. - GeoCheck
  93. - MaxPlayersPerSecond
  94. - MaxPlayersPerIP
  95. - APNDetection
  96. - DNSDetection
  97. - ProxyDetecting
  98.  
  99. # This Setting is about Proxy prevention
  100. ProxySettings:
  101.  
  102. #This Services can return false positives, try to remove one of this links or contact the support of the website.
  103.  
  104. #Put here your own proxy services in the following syntax:
  105. # For using " replace it with ~
  106. # For using : replace with ^
  107. #SITE:WHAT TO RETURN
  108. ProxySites:
  109. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  110. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  111. - "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0:~no~"
  112.  
  113. # Do not change this if you dont know what this is!
  114. ProxyServices:
  115. - "bl.spamcop.net"
  116. - "all.s5h.net"
  117. - "dyna.spamrats.com"
  118. - "ubl.unsubscore.com"
  119. - "psbl.surriel.com"
  120. - "xbl.spamhaus.org"
  121. # If you having Problems with Bots add this to the list:
  122. # - "zen.spamhaus.org"
  123.  
  124.  
  125. # Block APN's to prevent servers from botting
  126. APN:
  127. - OVH
  128. - INFOLINK
  129. - TELEF
  130. - CHINANET
  131. - GoDaddy
  132. - PARSONLINE
  133. - "CORPORACION NACIONAL"
  134.  
  135. BlacklistSettings:
  136. DownloadBlacklists: true
  137. Blacklists:
  138. - "https://lists.blocklist.de/lists/ssh.txt"
  139. - "https://lists.blocklist.de/lists/mail.txt"
  140. - "https://lists.blocklist.de/lists/apache.txt"
  141. - "https://lists.blocklist.de/lists/imap.txt"
  142. - "https://lists.blocklist.de/lists/ftp.txt"
  143. - "https://lists.blocklist.de/lists/sip.txt"
  144. - "https://lists.blocklist.de/lists/bots.txt"
  145. - "https://lists.blocklist.de/lists/strongips.txt"
  146. - "https://lists.blocklist.de/lists/bruteforcelogin.txt"
  147. - "https://lists.blocklist.de/lists/all.txt"
  148. - "http://www.openbl.org/lists/base.txt"
  149. - "http://cinsscore.com/list/ci-badguys.txt"
  150. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  151. - "http://blocklist.greensnow.co/greensnow.txt"
  152. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  153.  
  154. AdminAlerts:
  155. GeoCheck: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cGeoCheck &7[&e%country%&7]"
  156. ServerListPing: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cServerListPing"
  157. MaxPlayersPerIP: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cMaxPlayersPerIP &7[&e%ipcount%&7]"
  158. MaxPlayersPerSecond: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cMaxPlayersPerSecond &7[&e%playercount%& &7- &ep/s &7]"
  159. ServerPerformance: "%prefix%&9%name% &7[&e%ip%&7] &9got fetched &7- &cServerPerformance &7- Server is running quite slow %tps%"
  160. ProxyDetecting: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cProxyDetecting"
  161. DNSDetection: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cDNSDetection"
  162. APNDetection: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cAPNDetection &7[&e%apn%&7]"
  163. BlacklistCheck: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cBlackListCheck"
  164. MaxConnections: "%prefix%&9%name% &7[&e%ip%&7] &9got detected &7- &cMaxConnections - Added him to the Blacklist"
  165. Whitelisted: "%prefix%&9%name% &9got whitelisted automatically"
  166.  
  167.  
  168. KickMessages:
  169. ServerListPing:
  170. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  171. - "&7You've got kicked from our System"
  172. - " "
  173. - "&7Please add this Server to your Minecraft Serverlist"
  174. - "&eMultiplayer -> Add Server -> YOURIP"
  175. - " "
  176. - "&7Click Refresh and try again!"
  177. GeoCheck:
  178. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  179. - "&7You've got kicked from our System"
  180. - " "
  181. - "&7We do not allow your Country on this Server"
  182. - " "
  183. - "&7If you think that is an issue contact us!"
  184. MaxPlayersPerIP:
  185. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  186. - "&7You've got kicked from our System"
  187. - " "
  188. - "&7Too much Players from your Network are connected"
  189. - " "
  190. - "&7If you think that is an issue contact us!"
  191. MaxPlayersPerSecond:
  192. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  193. - "&7You've got kicked from our System"
  194. - " "
  195. - "&7Too much Players are connecting at the same time"
  196. - " "
  197. - "&7If you think that is an issue contact us!"
  198. ServerPerformance:
  199. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  200. - "&7You've got kicked from our System"
  201. - " "
  202. - "&7Our Server is running slow, try it again in a few seconds!"
  203. - " "
  204. - "&7If you think that is an issue contact us!"
  205. BlacklistCheck:
  206. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  207. - "&7You've got kicked from our System"
  208. - " "
  209. - "&7Your IP Address is blocked on this Server."
  210. - " "
  211. - "&7If you think that is an issue contact us!"
  212. ProxyDetecting:
  213. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  214. - "&7You've got kicked from our System"
  215. - " "
  216. - "&7Your IP Address is detected as an proxy."
  217. - " "
  218. - "&7If you think that is an issue contact us!"
  219. DNSDetection:
  220. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  221. - "&7You've got kicked from our System"
  222. - " "
  223. - "&7Your IP Address is detected as an proxy / dns."
  224. - " "
  225. - "&7If you think that is an issue contact us!"
  226. APNDetection:
  227. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  228. - "&7You've got kicked from our System"
  229. - " "
  230. - "&7Your Hosting Provider is blocked."
  231. - " "
  232. - "&7If you think that is an issue contact us!"
  233. MaxConnections:
  234. - "&7AntiBot&bDeluxe&eE&6X &8\xbb &b"
  235. - "&7You've got kicked from our System"
  236. - " "
  237. - "&7Your connecting toof fast."
  238. - " "
  239. - "&7If you think that is an issue contact us!"
  240.  
  241. Messages:
  242. NoPermission: "&cYou don't have the &apermission&c to &eperform&c this &ocommand"
  243. OpenGui: "&7Loading &bDeluxe&7-&aGUI&7 from &e[&7%sender%&e]"
  244. OpenGuiOther: "&aSuccesfully &7loaded the &bDeluxe&7-&aGUI &7for &e[&7%player%&e]"
  245. RemoveNotification: "&7Switched &cBot&7-Notification &7to: &cNot Receiving notifications!"
  246. AddNotification: "&7Switched &cBot&7-Notification &7to: &aReceiving notifications!"
  247. ChangedNotification: "&aYou have changed the &cBot&7-&cNotification &7from [&e%player%&7]"
  248. IsInBlacklist: "&cThis player is already in the &7Blacklist&c!"
  249. IsntInBlacklist: "&cThis player isn't in the &7Blacklist&c!"
  250. AddedToBlacklist: "&aPlayer has been &eadded&a to the &7Blacklist&a!"
  251. RemovedFromBlacklist: "&aPlayer has been &eremoved&a from the &7Blacklist&a!"
  252. IPIsInBlacklist: "&cThis IP is already in the &7Blacklist&c!"
  253. IPIsntInBlacklist: "&cThis IP isn't in the &7Blacklist&c!"
  254. IPAddedToBlacklist: "&aIP has been &eadded&a to the &7Blacklist&a!"
  255. IPRemovedFromBlacklist: "&aIP has been &eremoved&a from the &7Blacklist&a!"
  256. PlayerWasNotOnlineSinceYet: "&cThe &eplayer&c haven't been online on your &7server&c, yet!"
  257. BlacklistsDownloading: "&7Blacklists are still downloading [&b%percent%&7%&7] &e%count% &7left!"
  258. CouldntFindPlayer: "&cThe player &7[&e%player%&7] &cisn't online on this server!"
  259. AddedToWhitelist: "&aPlayer has been &eadded&a to the &fWhitelist&a!"
  260. RemovedFromWhitelist: "&cPlayer has been &eremoved&c from the &fWhitelist&c!"
  261.  
  262.  
  263.  
  264. ConsoleCleaner:
  265. IgnoreStrings:
  266. - "UUID of player"
  267. - "logged in with entity id"
  268. - "com.mojang.authlib.GameProfile@"
  269. - "lost connection"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement