Advertisement
Guest User

Untitled

a guest
Sep 12th, 2017
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.29 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: false
  20. Login:
  21. Username: "root"
  22. Password: ""
  23. Host: "127.0.0.1"
  24. Port: 3306
  25. Database: "AntiBotDeluxeEX"
  26.  
  27. # General Settings
  28. General:
  29. Prefix: "&cServer &8>> &7"
  30. Log: true
  31. Debug: true
  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. - Italy
  63. # Put Countries with space in ""
  64. - "Czech Republic"
  65.  
  66. # Manage in which Priority the Plugin should Check
  67. CheckPriorities:
  68. - AlreadyOnlinePrevention
  69. - Whitelist
  70. - ServerListPing
  71. - BlacklistCheck
  72. - MaxPlayersPerSecond
  73. - MaxConnections
  74. - ServerPerformance
  75. - GeoCheck
  76. - MaxPlayersPerIP
  77. - APNDetection
  78. - ProxyDetecting
  79. # - DNSDetection # can cause false positives
  80. - ProxyDetecting
  81.  
  82. # This Setting is about Proxy prevention
  83. ProxySettings:
  84.  
  85. #This Services can return false positives, try to remove one of this links or contact the support of the website.
  86.  
  87. #Put here your own proxy services in the following syntax:
  88. # For using " replace it with ~
  89. # For using : replace with ^
  90. #SITE:WHAT TO RETURN
  91. ProxySites:
  92. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  93. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  94. - "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0:~yes~"
  95. - "https://www.hotspotshield.com/"
  96.  
  97. # Do not change this if you dont know what this is!
  98. ProxyServices:
  99. - "bl.spamcop.net"
  100. - "all.s5h.net"
  101. - "dyna.spamrats.com"
  102. - "ubl.unsubscore.com"
  103. - "psbl.surriel.com"
  104. - "xbl.spamhaus.org"
  105. # If you having Problems with Bots add this to the list:
  106. # - "zen.spamhaus.org"
  107.  
  108.  
  109. # Block APN's to prevent servers from botting
  110. APN:
  111. - OVH
  112. - INFOLINK
  113. - GameHosting
  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. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  159. - " "
  160. - "&cErrore di connessione"
  161. - " "
  162. - "&7Si prega di aggiungere il server alla tua lista server"
  163. - "&7Percorso: &bMultiplayer -> Aggiungi Server -> mc.cryptogames.eu"
  164. - " "
  165. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  166. GeoCheck:
  167. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  168. - " "
  169. - "&cErrore di connessione"
  170. - " "
  171. - "&7La tua nazione non e' ammessa in questo server"
  172. - "&7Se pensi che sia un errore, contattaci via &bTelegram "
  173. - "&e> &b@federicogb25"
  174. - "&e> &blucasonoforte"
  175. - "&e> &bDiakh"
  176. - "&e> &blatuafacciaeuncavaliere"
  177. - " "
  178. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  179. MaxPlayersPerIP:
  180. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  181. - ""
  182. - "&cErrore di connessione"
  183. - ""
  184. - "&7Attendi qualche secondo prima di loggare nuovamente."
  185. - "&7Molti player si stanno connettendo allo stesso momento"
  186. - ""
  187. - "&7Se pensi che sia un errore, contattaci via &bTelegram "
  188. - "&e> &b@federicogb25"
  189. - "&e> &blucasonoforte"
  190. - "&e> &bDiakh"
  191. - "&e> &blatuafacciaeuncavaliere"
  192. - " "
  193. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  194. MaxPlayersPerSecond:
  195. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  196. - ""
  197. - "&cErrore di connessione"
  198. - ""
  199. - "&7Attendi qualche secondo prima di loggare nuovamente."
  200. - "&7Molti player si stanno connettendo allo stesso momento"
  201. - ""
  202. - "&7Se pensi che sia un errore, contattaci via &bTelegram "
  203. - "&e> &b@federicogb25"
  204. - "&e> &blucasonoforte"
  205. - "&e> &bDiakh"
  206. - "&e> &blatuafacciaeuncavaliere"
  207. - " "
  208. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  209. ServerPerformance:
  210. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  211. - ""
  212. - "&cErrore di connessione"
  213. - " "
  214. - "&7Il server sembra essere sotto attacco bot! Il nostro AntiBot sta provvedendo"
  215. - "&7per fermare quest'ultimo. Riprova più tardi"
  216. - ""
  217. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  218. BlacklistCheck:
  219. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  220. - ""
  221. - "&cErrore di connessione"
  222. - " "
  223. - "&7Il tuo IP sembra non essere ammesso in questo server"
  224. - " "
  225. - "&7Se pensi che sia un errore, contattaci via &bTelegram "
  226. - "&e> &b@federicogb25"
  227. - "&e> &blucasonoforte"
  228. - "&e> &bDiakh"
  229. - "&e> &blatuafacciaeuncavaliere"
  230. - " "
  231. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  232. ProxyDetecting:
  233. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  234. - ""
  235. - "&cErrore di connessione"
  236. - " "
  237. - "&c&lHEY &7Sembra che tu stia usando un Proxy / DNS,"
  238. - "&7Si prega di rimuoverlo prima di entrare nel server"
  239. - " "
  240. - "&7Se pensi che sia un errore, contattaci via &bTelegram "
  241. - "&e> &b@federicogb25"
  242. - "&e> &blucasonoforte"
  243. - "&e> &bDiakh"
  244. - "&e> &blatuafacciaeuncavaliere"
  245. - " "
  246. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  247. DNSDetection:
  248. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  249. - ""
  250. - "&cErrore di connessione"
  251. - " "
  252. - "&c&lHEY &7Sembra che tu stia usando un Proxy / DNS,"
  253. - "&7Si prega di rimuoverlo prima di entrare nel server"
  254. - " "
  255. - "&7Se pensi che sia un errore, contattaci via &bTelegram "
  256. - "&e> &b@federicogb25"
  257. - "&e> &blucasonoforte"
  258. - "&e> &bDiakh"
  259. - "&e> &blatuafacciaeuncavaliere"
  260. - " "
  261. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  262. APNDetection:
  263. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  264. - ""
  265. - "&cErrore di connessione"
  266. - " "
  267. - "&7Sembra che il tuo Hosting / Provider non sia ammesso nel server"
  268. - " "
  269. - "&7Se pensi che sia un errore, contattaci via &bTelegram "
  270. - "&e> &b@federicogb25"
  271. - "&e> &blucasonoforte"
  272. - "&e> &bDiakh"
  273. - "&e> &blatuafacciaeuncavaliere"
  274. - " "
  275. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  276. MaxConnections:
  277. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  278. - ""
  279. - "&cErrore di connessione"
  280. - " "
  281. - "&7Ti stai connettendo troppo velocemente"
  282. - " "
  283. - "&7Se pensi che sia un errore, contattaci via &bTelegram "
  284. - "&e> &b@federicogb25"
  285. - "&e> &blucasonoforte"
  286. - "&e> &bDiakh"
  287. - "&e> &blatuafacciaeuncavaliere"
  288. - " "
  289. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  290. AlreadyOnlinePrevention:
  291. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  292. - ""
  293. - "&cErrore di connessione"
  294. - " "
  295. - "&7Questo utente risulta gia' essere online nel Server"
  296. - "&7Se non sei tu, ti preghiamo di fare la richiesta di cambio password"
  297. - "&7con la massima urgenza"
  298. - "&e> &bt.me/resetpassword"
  299. - " "
  300. - "&8----&e|&8----&6|&8----&c|&8----&4| &fCrypto&cGames &4|&8----&c|&8----&6|&8----&e|&8----"
  301.  
  302.  
  303. Messages:
  304. NoPermission: "&cComando inesistente"
  305. OpenGui: "&7Loading &bDeluxe&7-&aGUI&7 from &e[&7%sender%&e]"
  306. OpenGuiOther: "&aSuccesfully &7loaded the &bDeluxe&7-&aGUI &7for &e[&7%player%&e]"
  307. RemoveNotification: "&7Switched &cBot&7-Notification &7to: &cNot Receiving notifications!"
  308. AddNotification: "&7Switched &cBot&7-Notification &7to: &aReceiving notifications!"
  309. ChangedNotification: "&aYou have changed the &cBot&7-&cNotification &7from [&e%player%&7]"
  310. IsInBlacklist: "&cThis player is already in the &7Blacklist&c!"
  311. IsntInBlacklist: "&cThis player isn't in the &7Blacklist&c!"
  312. AddedToBlacklist: "&aPlayer has been &eadded&a to the &7Blacklist&a!"
  313. RemovedFromBlacklist: "&aPlayer has been &eremoved&a from the &7Blacklist&a!"
  314. IPIsInBlacklist: "&cThis IP is already in the &7Blacklist&c!"
  315. IPIsntInBlacklist: "&cThis IP isn't in the &7Blacklist&c!"
  316. IPAddedToBlacklist: "&aIP has been &eadded&a to the &7Blacklist&a!"
  317. IPRemovedFromBlacklist: "&aIP has been &eremoved&a from the &7Blacklist&a!"
  318. PlayerWasNotOnlineSinceYet: "&cThe &eplayer&c haven't been online on your &7server&c, yet!"
  319. BlacklistsDownloading: "&7Blacklists are still downloading [&b%percent%&7%&7] &e%count% &7left!"
  320. CouldntFindPlayer: "&cThe player &7[&e%player%&7] &cisn't online on this server!"
  321. AddedToWhitelist: "&aPlayer has been &eadded&a to the &fWhitelist&a!"
  322. RemovedFromWhitelist: "&cPlayer has been &eremoved&c from the &fWhitelist&c!"
  323.  
  324.  
  325.  
  326. ConsoleCleaner:
  327. IgnoreStrings:
  328. - "UUID of player"
  329. - "logged in with entity id"
  330. - "com.mojang.authlib.GameProfile@"
  331. - "lost connection"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement