UltimateUIDocs
Archived upstream docs · Features depend on the installed plugin version; not all features have been verified.

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 1Column 2
ultimateui.command.useAccess to the base /uui command and help menu.
ultimateui.command.openAllows opening a UI via the /uui open command.
ultimateui.command.closeAllows closing a UI via the /uui close command.
ultimateui.command.createAllows creating new interfaces via /uui create.
ultimateui.command.editAllows entering edit mode via /uui edit.
ultimateui.command.deleteAllows deleting interfaces via /uui delete.
ultimateui.command.reloadAllows 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:

ini
name: shop_menu
permission: server.vip.shop
screen:
  width: 1920
  height: 1080