Advertisement
psicosis611

Untitled

May 5th, 2018
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. #NoVPN [PREMIUM] by besuper_
  2. #thanks for buying
  3.  
  4. #kick player using vpn
  5. kick: false
  6.  
  7. #send alert vpn for all player with permission novpn.receive
  8. notify: true
  9.  
  10. #ban player using vpn
  11. ban: false
  12.  
  13. #enabled the blacklist
  14. blacklist: true
  15.  
  16. #enabled the blacklist
  17. whitelist: false
  18. #Just player in whitelist can join
  19. only-player-inside-can-join: false
  20.  
  21. antibot: true
  22.  
  23. antimcleaks: true
  24.  
  25. mysql: true
  26. mysql-host: localhost
  27. mysql-bdd: minecrow_minecro
  28. mysql-table: novpn
  29. mysql-user: minecrow
  30. mysql-password: password
  31.  
  32. #You can change permission
  33. permission:
  34. #for bypass kick,ban,alert
  35. bypass: novpn.bypass
  36. #receive message if player use a vpn
  37. receive_message: novpn.receive
  38.  
  39. #Permission for command
  40. check: novpn.check
  41. vpban: novpn.vpban
  42. vpkick: novpn.vpkick
  43. vpblacklist: novpn.vpblacklist
  44. vpwhitelist: novpn.vpwhitelist
  45. openconfig: novpn.config
  46. vpcheckleak: novpn.leakc
  47.  
  48. messages:
  49. #Message that the player see when he is kick
  50. message-kick: '&cYou have been kicked for using VPN.'
  51. message-notify: '&c%player% (%IP%) tried to join using vpn!'
  52. #If player is not online when execute command
  53. not_online: '&cThe player is not online.'
  54. message-ban: '&cYou have been banned for using VPN.'
  55. broadcast: '&7[&c&lNoVPN&7] &eThe player &l&a%player% &eis using &c&lVPN.'
  56.  
  57. #Message for command /vp
  58. vpcheck_message1: '&6=========&6[&aNoVPN&6]========='
  59. vpcheck_message2: '&bName: &a%player%'
  60. vpcheck_message3: '&bIP: &a%IP%'
  61. vpcheck_message4: '&bCountry: &a%country%'
  62. vpcheck_message5: '&bVPN: &a%info_vpn%'
  63. vpcheck_message6: '&6============================'
  64.  
  65. blacklist-message: '&cYou are in the black list !'
  66. addblacklist: '&a%argument% has been added to the blacklist !'
  67. removeblacklist: '&a%argument% has been removed to the blacklist !'
  68. already-blacklist: '&a%argument% was already in the blacklist!'
  69. not-in-blacklist: '&c%argument% is not in blacklist!'
  70.  
  71. whitelist-message: '&cYou are not in the white list !'
  72. addwhitelist: '&a%argument% has been added to the whitelist !'
  73. removewhitelist: '&a%argument% has been removed to the whitelist !'
  74. already-whitelist: '&a%argument% was already in the whitelist!'
  75. not-in-whitelist: '&c%argument% is not in whitelist!'
  76.  
  77. bot-kick: '&c[Antibot] Wait for reconnect!'
  78. mcleaks-kick: '&cMcLeaks account!'
  79. mcleaks-check: '&7[&6%player%&7] &6McLeaks Account : &a%result%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement