Permissions
Permissions
You must use a permission manager like LuckPerms which supports .*
permissions notation.
Bukkit doesn't support this notation by default!
What | Permission |
---|---|
Allow using recipe, more info. |
|
See item in |
|
Search permission in |
|
See category in GUI. | Use the category permission, please check /ia GUI page. |
Show |
|
Shows a tab list with emojis based on search term. |
|
Use emojis in chat. |
|
Use emojis in commands. |
|
Use emojis in signs. |
|
Use emojis in books. |
|
Use emojis in anvil rename field. |
|
Use an emoji. |
|
Use text-effects in chat. |
|
Use text-effects in signs. |
|
Use text-effects in books. |
|
Use text-effects in anvil rename field. |
|
Use a text-effect. |
Examples (full list here):
|
Use the emote command (player emotes). |
|
Use an emote (player emotes). |
Example:
|
Permission to see an HUD. |
|
Permission to see all HUD. |
|
Stops player huds values from increasing or decreasing based on events. |
|
Stops the player hud value from increasing or decreasing called by commands. |
|
Stops the player hud value from increasing or decreasing called by API. |
|
Bypass kick on refuse resourcepack |
|
Bypass player placed blocks can't drop loot |
|
Break custom block |
Example:
Permission: |
Place custom block |
Example:
Permission: |
Break furniture |
Example:
Permission: |
Place furniture |
Example:
Permission: |
WorldGuard flags
WorldGuardExample permissions setup
Permission | Action |
---|---|
| open |
| see all items in |
| use |
| use all recipes |
| see all categories in |
| use |
| suggest emojis when using |
| replace emoji text |
| replace emoji text |
| replace emoji text |
| replace emoji text |
| access to all emojis |
Where can I get categories permissions?
ItemsAdder default categories
Open the categories.yml
file to read all the permissions to see categories.
The default ItemsAdder pack categories files are inside each namespace
folder.
For example: contents/iasurvival/configs/categories.yml
For example if you want to make players see ALL the categories of default ItemsAdder you just have to give ia.menu.*
permission.
Addons categories
If you're installing an addon you may search for a categories.yml
file inside contents/<ADDON NAME>/configs
, usually they put the categories there, so you can find also their permissions.
Creating my categories
To create your categories just read the tutorial
Recipes menuLast updated