Navigator
Who can open the navigator, hold its item, and see each category.
To control access to the worlds navigator GUI and item assignment, configure the following nodes:
Permission Nodes
Opening the Navigator
Enables the /worlds command to open the navigator inventory.
Permission:
buildsystem.navigatorDefault: Granted to all players (
true).
Receiving the Navigator Item
Enables receiving and using the physical clock navigator item specified in config.yml. If this node is denied or not held, the item will not be placed in the player's inventory on join, and they cannot interact with it to open the menu.
Permission:
buildsystem.navigator.itemDefault: Granted to all players (
true).
Per-Category Access
Controls a single navigator category, by id. This is one node for two things: whether the category's tab shows in the navigator, and whether its /worlds <categoryId> command shortcut works. Deny it to hide a category from a player and disable its command at the same time.
Permission:
buildsystem.navigator.category.<categoryId>(e.g.buildsystem.navigator.category.public,buildsystem.navigator.category.archive, or a custombuildsystem.navigator.category.events)Default: Allowed unless explicitly set to
false. The node is consulted only when an admin has set it, so by default every category is visible and every shortcut works, matching how the navigator shows all categories out of the box.
Last updated