UltimateUI guide
UI Permissions
In this guide, you will learn how to test the UI you have created.
Detailed permission nodes that allow you to restrict usage of /uui commands. These are registered in the plugin.yml and control access to core management features like creating, editing, and reloading interfaces.
| Column 1 | Column 2 |
|---|---|
| ultimateui.command.use | Access to the base /uui command and help menu. |
| ultimateui.command.open | Allows opening a UI via the /uui open command. |
| ultimateui.command.close | Allows closing a UI via the /uui close command. |
| ultimateui.command.create | Allows creating new interfaces via /uui create. |
| ultimateui.command.edit | Allows entering edit mode via /uui edit. |
| ultimateui.command.delete | Allows deleting interfaces via /uui delete. |
| ultimateui.command.reload | Allows reloading the plugin configuration. |
Page Permissions#
You can set permissions for each page individually if you want to restrict access to a specific page only for selected groups of players. You can do this by editing the .yml file and adding the permission: line.
Example page permission:
name: shop_menu
permission: server.vip.shop
screen:
width: 1920
height: 1080