Advertisement
gamingod

Custom Permission Messages - config.yml - 1.0

Aug 28th, 2014
2,435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #Custom Permission Messages v1.0
  2. #by gamingod
  3. #
  4. #----------------------------
  5. #
  6. #Config Layout:
  7. #'/command':
  8. #ignoreArguments: true
  9. #^ Check if the command is "/command" or if is starts with "/command"
  10. #
  11. # ignoreCase: false
  12. #^ Sets if should check for case sensitive
  13. #
  14. # permission: 'permission.node'
  15. #^ The new required permission for the command
  16. #
  17. # no_permission_message: 'you don't have permission'
  18. #^ The message they get if they dont have permission
  19. #^ Use & for color codes and {PLAYER} for player name
  20. #
  21. #----------------------------
  22. #
  23. #If you want to check for a message, don't put "/" at the start of the command.
  24. #To report and error, send this config, and the error you are getting.
  25. #
  26. #That is all, hope you enjoy the plugin!
  27. #Donate at http://goo.gl/aAcibx
  28. #
  29. #----------------------------
  30.  
  31. '/say':
  32. ignoreArguments: true
  33. ignoreCase: false
  34. permission: 'command.say'
  35. no_permission_message: '&cYou do not have permission to use that command'
  36. '/warp_superKoolBase':
  37. ignoreArguments: false
  38. ignoreCase: false
  39. permission: 'SKP.teleport'
  40. no_permission_message: '&cYou do not have permission to use that command'
  41. 'This server sucks':
  42. ignoreArguments: false
  43. ignoreCase: true
  44. permission: 'server.sucks'
  45. no_permission_message: '&c{PLAYER}, do not lie in chat!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement