As commented by Artakia & SchreddarPwnz on Spigot
Is your feature request related to a problem? Please describe.
As a server administrator
I want to be able to limit the number of animals my players can tame
So that I can offer tiered rewards for player ranks
Describe the solution you'd like
A set of configurable permissions to implement taming limits
Describe alternatives you've considered
Creating a section in the config for dynamic permission use
e.g.:
tame-limit:
user: 10
donor: 20
to have the permissions stablemaster.tame.user and stablemaster.tame.donor
Additional context
- Users will still require the applicable general taming permission
- Will need to store every single tamed animal in the storage YML file, not just horses (breaking change!)
As commented by Artakia & SchreddarPwnz on Spigot
Is your feature request related to a problem? Please describe.
As a server administrator
I want to be able to limit the number of animals my players can tame
So that I can offer tiered rewards for player ranks
Describe the solution you'd like
A set of configurable permissions to implement taming limits
Describe alternatives you've considered
Creating a section in the config for dynamic permission use
e.g.:
to have the permissions
stablemaster.tame.userandstablemaster.tame.donorAdditional context