Advertisement
Digital_beast

Untitled

Jul 20th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 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. only-player-inside-can-join: false
  13. max-ip-check: false
  14. ip_per_account: 2
  15. antibot: false
  16. antimcleaks: true
  17. blocked-country:
  18. enabled: true
  19. message: '&cYour country is not allowed!'
  20. blocked:
  21. - China
  22. mysql:
  23. enabled: false
  24. host: localhost
  25. bdd: my_database
  26. table: novpn
  27. user: root
  28. password: password
  29. permission:
  30. bypass: novpn.bypass
  31. receive_message: novpn.receive
  32. check: novpn.check
  33. vpban: novpn.vpban
  34. vpkick: novpn.vpkick
  35. vpblacklist: novpn.vpblacklist
  36. vpwhitelist: novpn.vpwhitelist
  37. openconfig: novpn.config
  38. vpcheckleak: novpn.leakc
  39. vpreload: novpn.reload
  40. messages:
  41. message-kick: '&cYou have been kicked for using VPN.'
  42. message-notify: '&c%player% (%IP%) tried to join using vpn!'
  43. not_online: '&cThe player is not online.'
  44. message-ban: '&cYou have been banned for using VPN.'
  45. broadcast: '&7[&c&lNoVPN&7] &eThe player &l&a%player% &eis using &c&lVPN.'
  46. vpcheck_message1: '&6=========&6[&aNoVPN&6]========='
  47. vpcheck_message2: '&bName: &a%player%'
  48. vpcheck_message3: '&bIP: &a%IP%'
  49. vpcheck_message4: '&bCountry: &a%country%'
  50. vpcheck_message5: '&bVPN: &a%info_vpn%'
  51. vpcheck_message6: '&6============================'
  52. blacklist-message: '&cYou are in the black list !'
  53. addblacklist: '&a%argument% has been added to the blacklist !'
  54. removeblacklist: '&a%argument% has been removed to the blacklist !'
  55. already-blacklist: '&a%argument% was already in the blacklist!'
  56. not-in-blacklist: '&c%argument% is not in blacklist!'
  57. whitelist-message: '&cYou are not in the white list !'
  58. addwhitelist: '&a%argument% has been added to the whitelist !'
  59. removewhitelist: '&a%argument% has been removed to the whitelist !'
  60. already-whitelist: '&a%argument% was already in the whitelist!'
  61. not-in-whitelist: '&c%argument% is not in whitelist!'
  62. bot-kick: '&c[Antibot] Wait for reconnect!'
  63. mcleaks-kick: '&cMcLeaks account!'
  64. mcleaks-check: '&7[&6%player%&7] &6McLeaks Account : &a%result%'
  65. max_ip: '&cToo many account connected with one IP. (Max %max%)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement