πLimit Guide
A guide on how to use each limit system.
How To Change Limit System
Open this plugin's
config.yml
.Under the key
limit-system
change that tocommand
orpermission
.Restart server or run
/ivault reload
.
Command System
The command system uses two commands to set the max amount of signs and pages for each user. This is saved in the plugin's database.
In-Game & Console:
/ivault set <maxPages/maxVaultSigns> <player> <amount>
Permission:
ivault.command.set
In-Game & Console:
/ivault add <maxPages/maxVaultSigns> <player> <amount>
Permission:
ivault.command.add
Permission System
The permission system uses two permissions to set the max amount of signs and pages for each user. This needs to be handled by a permission plugin like LuckPerms. Replace {amount}
with your desired amount. The plugin will detect the highest permission amount given to a user. We're unable to grab a player's permission when they're offline so commands like /ivault open
wouldn't work for offline players.
ivault.pages.{amount}
ivault.signs.{amount}
Last updated