Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1. # _ _ ____ _ _____ _
  2.  
  3.  
  4.  
  5. # /\ | | (_) _ \ | | | __ \ | |
  6.  
  7.  
  8.  
  9. # / \ _ __ | |_ _| |_) | ___ | |_| | | | ___| |_ ___ _____
  10.  
  11.  
  12.  
  13. # / /\ \ | '_ \| __| | _ < / _ \| __| | | |/ _ \ | | | \ \/ / _ \
  14.  
  15.  
  16.  
  17. # / ____ \| | | | |_| | |_) | (_) | |_| |__| | __/ | |_| |> < __/
  18.  
  19.  
  20.  
  21. # /_/ \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. ### AntiBotDeluxeEX Config
  30.  
  31.  
  32.  
  33. #
  34.  
  35.  
  36.  
  37. # NOTE: Most of these configurations here have been tried and tested to work.
  38.  
  39.  
  40.  
  41. # It is not recommended that you change them unless you are
  42.  
  43.  
  44.  
  45. # getting bots joining your server.
  46.  
  47.  
  48.  
  49. #
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. # Please insert your MySQL Data to store the datas
  58.  
  59.  
  60.  
  61. # It is not needed!
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. MySQL:
  70.  
  71.  
  72.  
  73. UseMySQL: false
  74.  
  75.  
  76.  
  77. Login:
  78.  
  79.  
  80.  
  81. Username: "root"
  82.  
  83.  
  84.  
  85. Password: ""
  86.  
  87.  
  88.  
  89. Host: "127.0.0.1"
  90.  
  91.  
  92.  
  93. Port: 3306
  94.  
  95.  
  96.  
  97. Database: "AntiBotDeluxeEX"
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. # General Settings
  106.  
  107.  
  108.  
  109. General:
  110.  
  111.  
  112.  
  113. Prefix: "&4&lAntiBot"
  114.  
  115.  
  116.  
  117. Log: true
  118.  
  119.  
  120.  
  121. Debug: false
  122.  
  123.  
  124.  
  125. MaxPlayersPerIP: 8
  126.  
  127.  
  128.  
  129. MinimumAllowedTPS: 14.0
  130.  
  131.  
  132.  
  133. MaxPlayersPerSecond: 5
  134.  
  135.  
  136.  
  137. MaxConnectionsPerSecond: 5
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. # Warmup means that the Plugin waits a certain amount of time before start checking
  150.  
  151.  
  152.  
  153. # Useful when your server has a lot of poeple joining after restart
  154.  
  155.  
  156.  
  157. Warumup:
  158.  
  159.  
  160.  
  161. UseWarmup: true
  162.  
  163.  
  164.  
  165. WarmupTime: 20
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. # Autowhitelisting whitelists a player if he played on a server and did some things to be sure his is not a bot
  178.  
  179.  
  180.  
  181. AutoWhitelist:
  182.  
  183.  
  184.  
  185. AutoWhitelist: true
  186.  
  187.  
  188.  
  189. AutoWhiteListTimeInMinutes: 5
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197. # General Country Settings
  198.  
  199.  
  200.  
  201. CountrySettings:
  202.  
  203.  
  204.  
  205. # The Method is the way the plugin checks a player, if it is on blacklist the plugin will blacklist the countries
  206.  
  207.  
  208.  
  209. # you indicated below, if it is on whitelist only the players from the indicated countries will be able to join
  210.  
  211.  
  212.  
  213. # Example - Blacklist: Player A from Germany joins a Server where Germany is Blacklisted = Disallow
  214.  
  215.  
  216.  
  217. # Example - Whitelist: Player B from Germany joins a Server where Bulgaria is Whitelisted and Germany not = Disallow
  218.  
  219.  
  220.  
  221. # Example - Whitelist: Player C from Bulgaria joins a Server where Bulgaria is Whitelisted = Allow
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. CheckingMethod: WHITELIST
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237. # Which Countries are blacklisted / whitelist (List: http://dev.maxmind.com/geoip/legacy/codes/iso3166/)
  238.  
  239.  
  240.  
  241. Countries:
  242.  
  243.  
  244.  
  245. - Germany
  246.  
  247.  
  248.  
  249. - Bulgaria
  250.  
  251.  
  252.  
  253. - Austria
  254.  
  255.  
  256.  
  257. - Switzerland
  258.  
  259.  
  260.  
  261. # Put Countries with space in ""
  262.  
  263.  
  264.  
  265. - "Czech Republic"
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. # Manage in which Priority the Plugin should Check
  274.  
  275.  
  276.  
  277. CheckPriorities:
  278.  
  279.  
  280.  
  281. - Whitelist
  282.  
  283.  
  284.  
  285. - BlacklistCheck
  286.  
  287.  
  288.  
  289. - MaxPlayersPerSecond
  290.  
  291.  
  292.  
  293. - MaxConnections
  294.  
  295.  
  296.  
  297. - ServerPerformance
  298.  
  299.  
  300.  
  301. - MaxPlayersPerIP
  302.  
  303.  
  304.  
  305. - APNDetection
  306.  
  307.  
  308.  
  309. # - DNSDetection # can cause false positives
  310.  
  311.  
  312.  
  313. - ProxyDetecting
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. # This Setting is about Proxy prevention
  322.  
  323.  
  324.  
  325. ProxySettings:
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333. #This Services can return false positives, try to remove one of this links or contact the support of the website.
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341. #Put here your own proxy services in the following syntax:
  342.  
  343.  
  344.  
  345. # For using " replace it with ~
  346.  
  347.  
  348.  
  349. # For using : replace with ^
  350.  
  351.  
  352.  
  353. #SITE:WHAT TO RETURN
  354.  
  355.  
  356.  
  357. ProxySites:
  358.  
  359.  
  360.  
  361. - "http://www.stopforumspam.com/api?ip=%ip%:<appears>yes</appears>"
  362.  
  363.  
  364.  
  365. - "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%:Y"
  366.  
  367.  
  368.  
  369. - "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0:~yes~"
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377. # Do not change this if you dont know what this is!
  378.  
  379.  
  380.  
  381. ProxyServices:
  382.  
  383.  
  384.  
  385. - "bl.spamcop.net"
  386.  
  387.  
  388.  
  389. - "all.s5h.net"
  390.  
  391.  
  392.  
  393. - "dyna.spamrats.com"
  394.  
  395.  
  396.  
  397. - "ubl.unsubscore.com"
  398.  
  399.  
  400.  
  401. - "psbl.surriel.com"
  402.  
  403.  
  404.  
  405. - "xbl.spamhaus.org"
  406.  
  407.  
  408.  
  409. # If you having Problems with Bots add this to the list:
  410.  
  411.  
  412.  
  413. # - "zen.spamhaus.org"
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425. # Block APN's to prevent servers from botting
  426.  
  427.  
  428.  
  429. APN:
  430.  
  431.  
  432.  
  433. - OVH
  434.  
  435.  
  436.  
  437. - INFOLINK
  438.  
  439.  
  440.  
  441. - TELEF
  442.  
  443.  
  444.  
  445. - CHINANET
  446.  
  447.  
  448.  
  449. - GoDaddy
  450.  
  451.  
  452.  
  453. - PARSONLINE
  454.  
  455.  
  456.  
  457. - "CORPORACION NACIONAL"
  458.  
  459.  
  460.  
  461. - "contabo"
  462.  
  463.  
  464.  
  465. - "server"
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. BlacklistSettings:
  474.  
  475.  
  476.  
  477. DownloadBlacklists: true
  478.  
  479.  
  480.  
  481. Blacklists:
  482.  
  483.  
  484.  
  485. - "https://lists.blocklist.de/lists/ssh.txt"
  486.  
  487.  
  488.  
  489. - "https://lists.blocklist.de/lists/mail.txt"
  490.  
  491.  
  492.  
  493. - "https://lists.blocklist.de/lists/apache.txt"
  494.  
  495.  
  496.  
  497. - "https://lists.blocklist.de/lists/imap.txt"
  498.  
  499.  
  500.  
  501. - "https://lists.blocklist.de/lists/ftp.txt"
  502.  
  503.  
  504.  
  505. - "https://lists.blocklist.de/lists/sip.txt"
  506.  
  507.  
  508.  
  509. - "https://lists.blocklist.de/lists/bots.txt"
  510.  
  511.  
  512.  
  513. - "https://lists.blocklist.de/lists/strongips.txt"
  514.  
  515.  
  516.  
  517. - "https://lists.blocklist.de/lists/bruteforcelogin.txt"
  518.  
  519.  
  520.  
  521. - "https://lists.blocklist.de/lists/all.txt"
  522.  
  523.  
  524.  
  525. - "http://www.openbl.org/lists/base.txt"
  526.  
  527.  
  528.  
  529. - "http://cinsscore.com/list/ci-badguys.txt"
  530.  
  531.  
  532.  
  533. - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
  534.  
  535.  
  536.  
  537. - "http://blocklist.greensnow.co/greensnow.txt"
  538.  
  539.  
  540.  
  541. - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549. AdminAlerts:
  550.  
  551.  
  552.  
  553. GeoCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &cGeoCheck &7[&e%country%&7]"
  554.  
  555.  
  556.  
  557. ServerListPing: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerListPing"
  558.  
  559.  
  560.  
  561. MaxPlayersPerIP: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerIP &7[&e%ipcount%&7]"
  562.  
  563.  
  564.  
  565. MaxPlayersPerSecond: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxPlayersPerSecond &7[&e%playercount%& &7- &ep/s &7]"
  566.  
  567.  
  568.  
  569. ServerPerformance: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nServerPerformance &7- Server is running quite slow %tps%"
  570.  
  571.  
  572.  
  573. ProxyDetecting: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nProxyDetecting"
  574.  
  575.  
  576.  
  577. DNSDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nDNSDetection"
  578.  
  579.  
  580.  
  581. APNDetection: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAPNDetection &7[&e%apn%&7]"
  582.  
  583.  
  584.  
  585. BlacklistCheck: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nBlackListCheck"
  586.  
  587.  
  588.  
  589. AlreadyOnlinePrevention: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nAlreadyOnlinePrevention"
  590.  
  591.  
  592.  
  593. MaxConnections: "%prefix%&f&l%name% &7[&e%ip%&7] &fgot detected &7- &0&l&nMaxConnections - Added them to the Blacklist"
  594.  
  595.  
  596.  
  597. Whitelisted: "%prefix%&f&l%name% &fgot whitelisted &aautomatically"
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609. KickMessages:
  610.  
  611.  
  612.  
  613. ServerListPing:
  614.  
  615.  
  616.  
  617. - "&4&lBlaze&6&lVortex"
  618.  
  619.  
  620.  
  621. - "&fPlease fallow these steps:"
  622.  
  623.  
  624.  
  625. - " "
  626.  
  627.  
  628.  
  629. - "&6Add &4&lBlaze&6&lVortex&f to your Minecraft Serverlist"
  630.  
  631.  
  632.  
  633. - "&4&lMultiplayer &8&l» &4&lAdd Server &8&l» &6&lPlay&f.&4&lBlaze&6&lVortex&f.&4&l.com"
  634.  
  635.  
  636.  
  637. - " "
  638.  
  639.  
  640.  
  641. - "&fClick Refresh and try again!"
  642.  
  643.  
  644.  
  645. GeoCheck:
  646.  
  647.  
  648.  
  649. - "&4&lBlaze&6&lVortex"
  650.  
  651.  
  652.  
  653. - "&fYou got disconnected:"
  654.  
  655.  
  656.  
  657. - " "
  658.  
  659.  
  660.  
  661. - "&fWe do not allow your Country on this Server"
  662.  
  663.  
  664.  
  665. - " "
  666.  
  667.  
  668.  
  669. - "&4&lIf you think that is an issue contact us!"
  670.  
  671.  
  672.  
  673. MaxPlayersPerIP:
  674.  
  675.  
  676.  
  677. - "&4&lBlaze&6&lVortex"
  678.  
  679.  
  680.  
  681. - "&fYou got disconnected:"
  682.  
  683.  
  684.  
  685. - " "
  686.  
  687.  
  688.  
  689. - "&fToo much Players from your Network are connected"
  690.  
  691.  
  692.  
  693. - " "
  694.  
  695.  
  696.  
  697. - "&fIf you think that is an issue contact us!"
  698.  
  699.  
  700.  
  701. MaxPlayersPerSecond:
  702.  
  703.  
  704.  
  705. - "&4&lBlaze&6&lVortex"
  706.  
  707.  
  708.  
  709. - "&fYou got disconnected:"
  710.  
  711.  
  712.  
  713. - " "
  714.  
  715.  
  716.  
  717. - "&fToo much Players are connecting at the same time"
  718.  
  719.  
  720.  
  721. - " "
  722.  
  723.  
  724.  
  725. - "&fIf you think that is an issue contact us!"
  726.  
  727.  
  728.  
  729. ServerPerformance:
  730.  
  731.  
  732.  
  733. - "&4&lBlaze&6&lVortex"
  734.  
  735.  
  736.  
  737. - "&fYou got disconnected:"
  738.  
  739.  
  740.  
  741. - " "
  742.  
  743.  
  744.  
  745. - "&fOur Server is running slow, try it again in a few seconds!"
  746.  
  747.  
  748.  
  749. - " "
  750.  
  751.  
  752.  
  753. - "&fIf you think that is an issue contact us!"
  754.  
  755.  
  756.  
  757. BlacklistCheck:
  758.  
  759.  
  760.  
  761. - "&4&lBlaze&6&lVortex"
  762.  
  763.  
  764.  
  765. - "&fYou got disconnected:"
  766.  
  767.  
  768.  
  769. - " "
  770.  
  771.  
  772.  
  773. - "&fYour IP Address is blocked on this Server."
  774.  
  775.  
  776.  
  777. - " "
  778.  
  779.  
  780.  
  781. - "&fIf you think that is an issue contact us!"
  782.  
  783.  
  784.  
  785. ProxyDetecting:
  786.  
  787.  
  788.  
  789. - "&4&lBlaze&6&lVortex"
  790.  
  791.  
  792.  
  793. - "&fYou got disconnected:"
  794.  
  795.  
  796.  
  797. - " "
  798.  
  799.  
  800.  
  801. - "&fYour IP Address is detected as an proxy."
  802.  
  803.  
  804.  
  805. - " "
  806.  
  807.  
  808.  
  809. - "&fIf you think that is an issue contact us!"
  810.  
  811.  
  812.  
  813. DNSDetection:
  814.  
  815.  
  816.  
  817. - "&4&lBlaze&6&lVortex"
  818.  
  819.  
  820.  
  821. - "&fYou got disconnected:"
  822.  
  823.  
  824.  
  825. - " "
  826.  
  827.  
  828.  
  829. - "&fYour IP Address is detected as an proxy / dns."
  830.  
  831.  
  832.  
  833. - " "
  834.  
  835.  
  836.  
  837. - "&fIf you think that is an issue contact us!"
  838.  
  839.  
  840.  
  841. APNDetection:
  842.  
  843.  
  844.  
  845. - "&4&lBlaze&6&lVortex"
  846.  
  847.  
  848.  
  849. - "&fYou got disconnected:"
  850.  
  851.  
  852.  
  853. - " "
  854.  
  855.  
  856.  
  857. - "&fYour Hosting Provider is blocked."
  858.  
  859.  
  860.  
  861. - " "
  862.  
  863.  
  864.  
  865. - "&fIf you think that is an issue contact us!"
  866.  
  867.  
  868.  
  869. MaxConnections:
  870.  
  871.  
  872.  
  873. - "&4&lBlaze&6&lVortex"
  874.  
  875.  
  876.  
  877. - "&fYou got disconnected:"
  878.  
  879.  
  880.  
  881. - " "
  882.  
  883.  
  884.  
  885. - "&fYou are connecting too fast."
  886.  
  887.  
  888.  
  889. - " "
  890.  
  891.  
  892.  
  893. - "&fIf you think that is an issue contact us!"
  894.  
  895.  
  896.  
  897. AlreadyOnlinePrevention:
  898.  
  899.  
  900.  
  901. - "&4&lBlaze&6&lVortex"
  902.  
  903.  
  904.  
  905. - "&fYou got disconnected:"
  906.  
  907.  
  908.  
  909. - " "
  910.  
  911.  
  912.  
  913. - "&fThis user is already online."
  914.  
  915.  
  916.  
  917. - " "
  918.  
  919.  
  920.  
  921. - "&fIf you think that is an issue contact us!"
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933. Messages:
  934.  
  935.  
  936.  
  937. NoPermission: "&cYou don't have the &apermission&c to &eperform&c this &ocommand"
  938.  
  939.  
  940.  
  941. OpenGui: "&fLoading &bDeluxe&f-&aGUI&f from &e[&f%sender%&e]"
  942.  
  943.  
  944.  
  945. OpenGuiOther: "&aSuccesfully &floaded the &bDeluxe&f-&aGUI &ffor &e[&f%player%&e]"
  946.  
  947.  
  948.  
  949. RemoveNotification: "&fSwitched &cBot&f-Notification &fto: &cNot Receiving notifications!"
  950.  
  951.  
  952.  
  953. AddNotification: "&fSwitched &cBot&f-Notification &fto: &aReceiving notifications!"
  954.  
  955.  
  956.  
  957. ChangedNotification: "&aYou have changed the &cBot&f-&cNotification &ffrom [&e%player%&f]"
  958.  
  959.  
  960.  
  961. IsInBlacklist: "&cThis player is already in the &fBlacklist&c!"
  962.  
  963.  
  964.  
  965. IsntInBlacklist: "&cThis player isn't in the &fBlacklist&c!"
  966.  
  967.  
  968.  
  969. AddedToBlacklist: "&aPlayer has been &eadded&a to the &fBlacklist&a!"
  970.  
  971.  
  972.  
  973. RemovedFromBlacklist: "&aPlayer has been &eremoved&a from the &fBlacklist&a!"
  974.  
  975.  
  976.  
  977. IPIsInBlacklist: "&cThis IP is already in the &fBlacklist&c!"
  978.  
  979.  
  980.  
  981. IPIsntInBlacklist: "&cThis IP isn't in the &fBlacklist&c!"
  982.  
  983.  
  984.  
  985. IPAddedToBlacklist: "&aIP has been &eadded&a to the &fBlacklist&a!"
  986.  
  987.  
  988.  
  989. IPRemovedFromBlacklist: "&aIP has been &eremoved&a from the &fBlacklist&a!"
  990.  
  991.  
  992.  
  993. PlayerWasNotOnlineSinceYet: "&cThe &eplayer&c haven't been online on your &fserver&c, yet!"
  994.  
  995.  
  996.  
  997. BlacklistsDownloading: "&fBlacklists are still downloading [&b%percent%&f%&f] &e%count% &fleft!"
  998.  
  999.  
  1000.  
  1001. CouldntFindPlayer: "&cThe player &f[&e%player%&f] &cisn't online on this server!"
  1002.  
  1003.  
  1004.  
  1005. AddedToWhitelist: "&aPlayer has been &eadded&a to the &fWhitelist&a!"
  1006.  
  1007.  
  1008.  
  1009. RemovedFromWhitelist: "&cPlayer has been &eremoved&c from the &fWhitelist&c!"
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025. ConsoleCleaner:
  1026.  
  1027.  
  1028.  
  1029. IgnoreStrings:
  1030.  
  1031.  
  1032.  
  1033. - "UUID of player"
  1034.  
  1035.  
  1036.  
  1037. - "logged in with entity id"
  1038.  
  1039.  
  1040.  
  1041. - "com.mojang.authlib.GameProfile@"
  1042.  
  1043.  
  1044.  
  1045. - "lost connection"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement