Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
2,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. # MBanProxyVPN By Maner_
  2. #
  3. # Storage System: sqlite (Local Database system) OR mysql (Remote Database system) | If you don't know, leave sqlite
  4. Storage: MySQL
  5. # If you select MySQL, you must configure the connection
  6. # MySQL Configuration
  7. MySQL:
  8. Host: XXXXX
  9. Port: 3306
  10. Database: XXXXX-8
  11. Username: XXXXX-8
  12. Password: XXXXX
  13. #
  14. # Server security - If you have bot attacks, and your server is saturated, the plugin can be disabled temporarily to avoid spam web requests.
  15. # - On a spigot server, the plugin will be disabled when server whitelist is enabled
  16. Security:
  17. Whitelist: false
  18. #
  19. # ==== Execute Commands VPN/Proxy ===
  20. # Commands executed when a VPN/Proxy is detected on a player
  21. # Set ExecuteCommands: [] for disable this function
  22. #
  23. # /!\ DONT INSERT THE '/' OF THE COMMAND ! /!\
  24. #
  25. #Variable:
  26. # %player : Player's name | %uuid : Player's UUID | %ip : Player's IP
  27. #
  28. # =========================================================
  29. # For kick on BungeeCord, please used kickm %player reason
  30. # =========================================================
  31. #
  32. ExecuteCommands:
  33. - 'kick %player &cIP of Proxy/VPN detects ! \n&6Abusive? Make a post on the forum'
  34. #
  35. #
  36. # ==== Coutry Checker ====
  37. # Allows you to manage the list of player countries on the server
  38. # https://countrycode.org/ Check the "ISO CODES" to add/delete countries
  39. CountryCheck:
  40. Active: true
  41. Mode: 1
  42. Token: "N/A" # Go to https://ipgeolocation.io/pricing | Free plan: 50 000 requests/month
  43. #There are two modes:
  44. #1 => All country in the list below are allowed to connect to the server, others are prohibited
  45. #2 => ALl country in the list below are NOT allowed to connect to the server, others are NOT prohibited.
  46. #
  47. #Default: 1
  48. #You can add UNKNOW
  49. CountryList:
  50. - DE
  51. - CHE
  52. - AUT
  53. ExecuteCommands:
  54. - "kick %player &cEs wurde eine VPN / Proxy erkannt! &6(%country)!\n&6Bei Problemen &cTS3 Support&7: &4StroboBude.de &7- &6Ticket&7: &4www.StroboBude.de/ticketsystem"
  55. #
  56. # ==== IP Tools ====
  57. # Maximum number of online players on the same IP
  58. # 0 = Unlimited
  59. SameIP:
  60. MaxOnlinePlayers: 1
  61. Message: "&cDu hast die Anzahl der Logins mit gleicher IP Überschritten&4!"
  62. #
  63. # ==== Anti VPN/Proxy ====
  64. #
  65. #Auto Ban proxy/VPN IP (Method 2)
  66. AutoBanIP: true
  67. ActiveAntiVPNProxy: true
  68. #
  69. HostNameBan:
  70. # HotspotShield
  71. - "anchorfree"
  72. # IP Redator
  73. - "ipredator.se"
  74. # PixelFucker
  75. - "pixelfucker.org"
  76. # TheRemailer
  77. - "theremailer.net"
  78. # Tor Exit
  79. - "tor-exit"
  80. - "torexit"
  81. - "exitpoint"
  82. #RedStation
  83. - "redstation"
  84. #VPN Gate
  85. - "opengw.net"
  86. #PureVPN
  87. - "pointtoserver.com"
  88. #Ivacy
  89. - "dns2use.com"
  90. - "ivacy.net"
  91. #Safervpn
  92. - "safervpn.com"
  93. - "safersoftware.net"
  94. #VyprVpn
  95. - "goldenfrog.com"
  96. #NordVPN
  97. - "nordvpn.com"
  98. #
  99. #IP Check Method [Method 1: Check a Proxy IP File]
  100. #Methods that require registration are very powerful
  101. Check:
  102. #Method 1
  103. UrlProxy: true
  104. #Method 3
  105. HostNameBan: true
  106. #Method 4 May create slowdowns
  107. Botscout: false
  108. #Method 5
  109. #You need give an email. Don't insert a junk email or your ip will be banned. If this is the case, contact the site support.
  110. GetIPIntel:
  111. Active: false
  112. Token: "Insert your EMAIL here"
  113. #Method 6
  114. ForumSpam: true
  115. #Method 7
  116. Shroomery: true
  117. #Method 8 (Free Plan: 50 req/min & 2000 req/day)
  118. #You must register at https://iphub.info/ => See Pricings => In the footer, there is a link for the free plan -> API key
  119. IPHub:
  120. Active: true
  121. Token: "XXXXXXXXXXW9kZXV4VXBDeWphZ2xOZlJXdHh4eHhTRDg0NzNHRw"
  122. #Method 9 (Free Plan: 5000 req/month)
  123. #You must register at https://www.ipqualityscore.com/ => Go to your Dashboard => Proxy/VPN Detection API => Proxy/VPN Detection Dashboard => API Documentation => Private Key
  124. IPQualityScore:
  125. Active: false
  126. Token: "Insert your here"
  127. #Methode 10 (Free Plan: 1000 req/day)
  128. #You must register at https://proxycheck.io/pricing/ => Check your mail => API Key
  129. ProxyCheckio:
  130. Active: true
  131. Token: "XXXXXXXX7-0z6d86-o63605-30v25c"
  132. #
  133. #Info Mode - Display in the console and/or in game when an IP is detected as proxy/VPN IP
  134. InfosMode:
  135. Console: true
  136. InGame: true
  137. Message:
  138. Console: "[MBanProxyVPN] : %ip detect - Player %player - Method %meth"
  139. InGame:
  140. Message: "&7[&6&lS&8&lB&7] &cVPN : IP: &3%ip &4- &3%player - Art %meth - %s Sekunden"
  141. Permission: "sb.vpn" # Permission for receive the message, Leave empty for all players to receive the message
  142. #
  143. #Connection Log
  144. LogPlayer: true
  145. #
  146. #Auto reset log file
  147. AutoReset:
  148. Active: true
  149. Lines: 500
  150. #
  151. #Run system commands when a player is detected as VPN/Proxy
  152. #Be careful, if you don't know what you're doing, it can be dangerous
  153. #This system allows you to use iptable to ban ips The %ip is replaced by the ip of the player
  154. #Leave blank to disable this feature
  155. SystemCmd: ""
  156. #
  157. #The debug mode sends a message every time a player connects to the console
  158. #[MBanProxyVPN] Debug: %ip - %player - SAFE
  159. #Or display BAN
  160. Debug: false
  161. #
  162. #
  163. #Config version DON'T TOUCH
  164. Version: 1.14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement