Advertisement
Emivg

Untitled

Aug 25th, 2019
819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. debug: false
  2. kick: false
  3. notify: true
  4. ban: false
  5. cache: true
  6. blacklist:
  7. enabled: true
  8. add-on-kick: false
  9. add-on-ban: false
  10. whitelist:
  11. enabled: false
  12. max-ip-check: true
  13. ip_per_account: 2
  14. antibot: false
  15. antimcleaks:
  16. enabled: false
  17. online_check: false
  18. blocked-country:
  19. enabled: true
  20. message: '&cTu país está bloqueado! &9¿Hablas español? &bEntra en &b&ndiscord.gg/wachinanii'
  21. blocked:
  22. - Åland
  23. - Albania
  24. - Algeria
  25. - Australia
  26. - Austria
  27. - Bangladesh
  28. - Barbados
  29. - Belgium
  30. - Bermuda
  31. - Bosnia and Herzegovina
  32. - Brazil
  33. - Bulgaria
  34. - Cambodia
  35. - Cameroon
  36. - Canada
  37. - Chad
  38. - China
  39. - Croatia
  40. - Curaçao
  41. - Cyprus
  42. - Czechia
  43. - Denmark
  44. - Egypt
  45. - Estonia
  46. - Ethiopia
  47. - Finland
  48. - France
  49. - Georgia
  50. - Germany
  51. - Greece
  52. - Guernsey
  53. - Hashemite Kingdom of Jordan
  54. - Hong Kong
  55. - Hungary
  56. - Iceland
  57. - India
  58. - Indonesia
  59. - Iran
  60. - Iraq
  61. - Ireland
  62. - Israel
  63. - Japan
  64. - Jersey
  65. - Kenya
  66. - Kosovo
  67. - Kuwait
  68. - Kyrgyzstan
  69. - Latvia
  70. - Lebanon
  71. - Luxembourg
  72. - Macao
  73. - Malaysia
  74. - Maldives
  75. - Mayotte
  76. - Mongolia
  77. - Montenegro
  78. - Morocco
  79. - Namibia
  80. - Nepal
  81. - Netherlands
  82. - New Zealand
  83. - Nigeria
  84. - North Macedonia
  85. - Norway
  86. - Pakistan
  87. - Palestine
  88. - Philippines
  89. - Poland
  90. - Qatar
  91. - Republic of Lithuania
  92. - Romania
  93. - Russia
  94. - Réunion
  95. - Saudi Arabia
  96. - Seychelles
  97. - Singapore
  98. - Slovakia
  99. - Slovenia
  100. - South Africa
  101. - South Korea
  102. - Sri Lanka
  103. - Sweden
  104. - Switzerland
  105. - Taiwan
  106. - Thailand
  107. - Tunisia
  108. - Turkey
  109. - Ukraine
  110. - United Arab Emirates
  111. - United Kingdom
  112. - United States
  113. - Vietnam
  114. - Zambia
  115. mysql:
  116. enabled: false
  117. host: localhost
  118. bdd: my_database
  119. table: novpn
  120. user: root
  121. password: password
  122. permission:
  123. bypass: novpn.bypass
  124. receive_message: novpn.receive
  125. check: novpn.check
  126. vpban: novpn.vpban
  127. vpkick: novpn.vpkick
  128. vpblacklist: novpn.vpblacklist
  129. vpwhitelist: novpn.vpwhitelist
  130. openconfig: novpn.config
  131. vpcheckleak: novpn.leakc
  132. vpreload: novpn.reload
  133. messages:
  134. message-kick: '&cHas sido expulsado por utilizar una VPN.'
  135. message-notify: '&c%player% (%IP%) ha intentando entrar con una vpn!'
  136. not_online: '&cEl jugador no está conectado.'
  137. message-ban: '&cHas sido baneado por utilizar una VPN.'
  138. broadcast: '&7[&c&lNoVPN&7] &eEl jugador &l&a%player% &eestá usando una &c&lVPN.'
  139. vpcheck_message1: '&6=========&6[&aNoVPN&6]========='
  140. vpcheck_message2: '&bNombre: &a%player%'
  141. vpcheck_message3: '&bIP: &a%IP%'
  142. vpcheck_message4: '&bPaís: &a%country%'
  143. vpcheck_message5: '&bVPN: &a%info_vpn%'
  144. vpcheck_message6: '&6============================'
  145. blacklist-message: '&cEstás en la lista negra!'
  146. addblacklist: '&a%argument% ha sido añadido a la lista negra!'
  147. removeblacklist: '&a%argument% ha sido eliminado de la lista negra!'
  148. already-blacklist: '&a%argument% ya estaba en la lista negra!'
  149. not-in-blacklist: '&c%argument% no está en la lista negra!'
  150. whitelist-message: '&cNo estás en la whitelist!'
  151. addwhitelist: '&a%argument% ha sido añadido a la whitelist!'
  152. removewhitelist: '&a%argument% has been removed to the whitelist !'
  153. already-whitelist: '&a%argument% was already in the whitelist!'
  154. not-in-whitelist: '&c%argument% is not in whitelist!'
  155. bot-kick: '&c[Antibot] Espera antes de reconectar!'
  156. mcleaks-kick: '&cMcLeaks account!'
  157. mcleaks-check: '&7[&6%player%&7] &6McLeaks Account : &a%result%'
  158. max_ip: '&cDemasiadas cuentas conectadas con la misma IP. (Max %max%)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement