Advertisement
Guest User

plugin.yml

a guest
May 21st, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. name: ChatManager
  2. version: 1.0
  3. main: me.GamerDuck123.ChatManager.ChatManager
  4. author: GamerDuck123
  5. description: A simple plugin for Chat Management
  6.  
  7. commands:
  8. Broadcast:
  9. aliases: [BC, BC]
  10. usage: /<command>
  11. description: A command for custom broadcast!
  12. ClearChat:
  13. aliases: [CC, CC]
  14. usage: /<command>
  15. description: A command to clear chat!
  16. GlobalMute:
  17. usage: /<command>
  18. description: A command to mute chat
  19. ChatManager:
  20. usage: /<command>
  21. description: A command for custom broadcast!
  22.  
  23. permissions:
  24. chathanager.reload:
  25. description: permission reload the config
  26. default: op
  27. ChatManager.GlobalMute:
  28. description: use /globalmute
  29. default: op
  30. ChatManager.ClearChat:
  31. description: use /clearchat
  32. default: op
  33. ChatManager.BroadCast:
  34. description: use /broadcast
  35. default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement