New:
- Shared limits
- limits can be shared between commands! Like /day and /night limited to 5 uses combined. So player have to choose if he use /day or /night.
Code (Text):
/day:
limit: 2
shared_limit:
- /night
/night:
limit: 2
shared_limit:
- /day
Some other small fixes and optimisations.
Next version will include custom per-command permissions with configurable "permission needed" messages.