Permission
Most QuickShop features are controlled by permissions, you are able to control most features by using QuickShop-Hikari's permissions.
Basic LuckPerms Guide
To give a group a specific permission, you can use:
Grant: /lp group <group> permission set <permission> true
To revoke it, execute:
Revoke: /lp group <group> permission unset <permission>
If a permission is included in a Simple Permission, you can explicit override to disable it:
Force disable: /lp group <group> permission set <permission> false
If you don't know what is the name of your group, use default
.
To learn more about LuckPerms, you can read their wiki at here.
Simple Permissions
QuickShop provides a simple permission that allows you to quickly setup permissions, they are:
quickshop.player
which contains all sub permission nodes that players required.
quickshop.moderator
which contains all sub permission nodes that moderators required.
The biggest advantage of using Simple Permission is that when a new permission is added to QuickShop, it will be automatically authorized without additional configuration.
Details Permissions
There is a detailed list of all QuickShop-Hikari permission nodes, you can grant/revoke them by using command.
See plugin.yml -> permissions node.