plugin.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: TimeIsMoney
  2. version: ${project.version}
  3. description: Gives money for online time
  4. author: Linus122
  5. website: "https://www.spigotmc.org/resources/time-is-money.12409/"
  6. main: de.Linus122.TimeIsMoney.Main
  7. api-version: 1.13
  8. depend: [Vault]
  9. softdepend: [Essentials, PlaceholderAPI]
  10. commands:
  11. timeismoney:
  12. description: Reloads the config
  13. aliases: tim
  14. usage: /<command>
  15. permission: tim.reload
  16. atm:
  17. description: Opens the atm
  18. usage: /<command>
  19. permission: tim.use
  20. permissions:
  21. tim.*:
  22. description: Allows you to use all of the TimeIsMoney commands and features
  23. children:
  24. tim.reload: true
  25. tim.admin: true
  26. tim.use: true
  27. tim.afkbypass: true
  28. tim.atm.*: true
  29. tim.reload:
  30. description: Allows you to reload the config
  31. default: op
  32. tim.admin:
  33. description: Allows you to open the atm of another player
  34. default: op
  35. tim.use:
  36. description: Allows you to open the atm
  37. default: op
  38. tim.afkbypass:
  39. description: Allows you to get paid while afk
  40. default: op
  41. tim.atm.*:
  42. description: Allows you to create and use atm signs
  43. default: op
  44. children:
  45. tim.atm.place: true
  46. tim.atm.use: true
  47. tim.atm.place:
  48. description: Allows you to create atm signs
  49. default: op
  50. tim.atm.use:
  51. description: Allows you to use atm signs
  52. default: op