Advertisement
Guest User

mbanproxy config

a guest
Jun 27th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. # MBanProxyVPN By Manercraft
  2. #
  3. #Connection Log
  4. LogPlayer: true
  5. #
  6. #Auto reset log file
  7. AutoReset:
  8. Active: true
  9. Lines: 100
  10. #
  11. #MySQL Configuration
  12. MySQL:
  13. Host: localhost
  14. Port: 3306
  15. Database: MBanProxyVPN
  16. Username: root
  17. Password: password
  18. #
  19. #
  20. # ==== Coutry Checker ====
  21. #Allowed Country
  22. #https://countrycode.org/ Check the "ISO CODES"
  23. CountryCheck:
  24. Active: false
  25. Message: "&cYour country &7(%country)&c isn't allowed to log in !\n&bUnjustified ? &6Please go to: \n&ehttp://my-server.com/"
  26. Mode: 1
  27. #There are two modes:
  28. #1 => All country in the list below are allowed to connect to the server, others are prohibited
  29. #2 => ALl country in the list below are NOT allowed to connect to the server, others are NOT prohibited.
  30. #
  31. #Default: 1
  32. CountryList:
  33. - USA
  34. - GB
  35. - FR
  36. - CA
  37. - BE
  38. #
  39. # ==== IP Tools ====
  40. # Maximum number of online players on the same IP
  41. # 0 = Unlimited
  42. SameIP:
  43. MaxOnlinePlayers: 5
  44. Message: "&cYou have exceeded the maximum number of player(s) connected to your IP"
  45. #
  46. # ==== Anti VPN/Proxy ====
  47. #
  48. #Auto Ban proxy/VPN IP (Method 2)
  49. AutoBanIP: false
  50. ActiveAntiVPNProxy: false
  51. #
  52. HostNameBan:
  53. # HotspotShield
  54. - ""
  55. # IP Redator
  56. - ""
  57. # PixelFucker
  58. - ""
  59. # TheRemailer
  60. - ""
  61. # Tor Exit
  62. - ""
  63. - ""
  64. - ""
  65. #RedStation
  66. - ""
  67. #VPN Gate
  68. - ""
  69. #
  70. #Commands executed when a VPN/Proxy is detected on a player
  71. #Set ExecuteCommands: [] for disable this function
  72. #DONT INSERT THE '/' OF THE COMMAND !
  73. #Variable:
  74. # %player : Player's name | %uuid : Player's UUID | %ip : Player's IP
  75. # For kick on BungeeCord, please used kickm %player reason
  76. ExecuteCommands:
  77. - 'kick %player &c&lVPN/Proxy are not allowed'
  78. #
  79. #IP Check Method [Method 1: Check a Proxy IP File]
  80. Check:
  81. #Method 1
  82. UrlProxy: false
  83. #Method 3
  84. HostNameBan: false
  85. #Method 4
  86. Botscout: true
  87. #Method 5
  88. GetIPIntel: true
  89. #Method 6
  90. ForumSpam: false
  91. #Method 7
  92. Shroomery: true
  93. #Method 8
  94. IPHubV1: false
  95. #Method 9
  96. #You must register at https://iphub.info/ => See Pricings => Select a offers (there is a free with 50 requests/minut) -> Get the key and write it in Key:
  97. #It is recommended to disable method 8 if you enable method 9 (IPHubV1)
  98. #IPHubV2 is faster than IPHubV2
  99. IPHubV2:
  100. Active: true
  101. Key: "MTAzOlVVNzV6Vmg0aHRUQmJXQUlHREhRVUx5a3ltbGVYVE5O"
  102. #
  103. #Info Mode - Display in the console and/or in game when an IP is detected as proxy/VPN IP
  104. InfosMode:
  105. Console: true
  106. InGame: true
  107. Message:
  108. Console: "&0[&c&lWizardry&0] : %ip detect - Player %player - Method %meth"
  109. InGame: "&0[&c&lWizardry&0]&f : %player &c&lis using VPN/Proxy and got kick"
  110. #
  111. #he debug mode sends a message every time a player connects to the console
  112. #[MBanProxyVPN] Debug: %ip - %player - SAFE
  113. #Or display BAN
  114. Debug: false
  115. #
  116. #
  117. #Config version DON'T TOUCH
  118. Version: 1.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement