Advertisement
Guest User

ddd

a guest
May 30th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Description
  2.  
  3. It blocks any commands that let you see plugins. Also TAB completer should be blocked for /about, /ver, etc...
  4.  
  5. Commands
  6. Doesn't have to be like this but...
  7.  
  8. - /plsecure - Help command
  9. - /plsecure reload - Reload
  10. - /plsecure bypass <name> - Adds the player the permission (pex compatible)
  11. - /plsecure remove <name> - Removes player with the permission (pex compatible)
  12.  
  13. Permissions
  14.  
  15. plsecure.admin - All Admin commands
  16.  
  17. Plugin Files
  18.  
  19. Config
  20.  
  21. The config should be similar
  22.  
  23. enabled: true
  24. use-whitelist: true #Will not use permissions if enabled
  25. logging-enabled: false #Will use the log.txt
  26. prefix-enabled: true
  27. prefix: '&8[&9&lPluginSecurity&8)'
  28. deny-msg: '{prefix} &c&oPlugins are secured'
  29.  
  30. Whitelist
  31.  
  32. This is the whitelist if enabled in the config. Should look similar to this...
  33.  
  34. - <uuid> | <playername>
  35. - 12232339sd87w89a6e | DeezNuhtz
  36.  
  37. Logs
  38.  
  39. This is the log who tried to see your plugins...
  40.  
  41. - <playername>
  42. - Ashkar28
  43. - Ahkbar1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement