plugin.yml 780 B

123456789101112131415161718192021222324252627
  1. name: AbbaCaving
  2. main: me.lennartVH01.Main
  3. version: 0.1
  4. description: Abba Caving Management Plugin
  5. author: lennartVH01
  6. commands:
  7. abba:
  8. aliases: [ab, abbacaving]
  9. description: Abba hub command
  10. permission: AbbaCaving.basic
  11. permission-message: You don't have permission to use this command!
  12. permissions:
  13. AbbaCaving.basic:
  14. description: Gives access to basic commands
  15. default: true
  16. AbbaCaving.admin:
  17. description: Gives access to admin commands
  18. default: op
  19. AbbaCaving.joinFull:
  20. description: Allows to join full games
  21. default: op
  22. AbbaCaving.joinClosed:
  23. description: Allows to join closed games
  24. default: op
  25. AbbaCaving.allowContraband:
  26. description: Users with this permission will not be scanned for contraband
  27. default: op