Skip to main content

權限

Permissions control most QuickShop features, and you can control most features using QuickShop-Hikari's permissions.

LuckPerms 基本指南

要為群組提供特定權限,你可以使用:
授予: /lp group <group> permission set <permission> true

要撤銷它,輸入:
撤回: /lp group <group> permission unset <permission>

If a permission is included in a Simple Permission, you can explicitly override to disable it:
Force disable: /lp group <group> permission set <permission> false

If you don't know what the name of your group is, use default.
To learn more about LuckPerms, 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 includes all sub permission nodes that moderators required.

The most significant 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.