Wiki Release: 2026.09.5 · UltimateNexus: 1.0.0 · Documentation branch: 1
UltimateNexus permissions#
UltimateNexus uses Bukkit permissions to control player and administrator command access. Test with a non-OP account because OP can mask missing permission nodes.
Player permissions#
The player command root is /nexus. Give individual nodes when you want fine-grained access, or use the player package declared by the plugin where appropriate.
unexus.nexus.player.help#
Shows help for the current command tree.
Related command: /nexus help
unexus.nexus.player.cancel#
Cancels the player-side operation currently waiting for input.
Related command: /nexus cancel
unexus.nexus.player.stats#
Shows Nexus event statistics.
Related command: /nexus stats
unexus.nexus.player.events#
Shows event information; the configured branch includes next and all.
Related command: /nexus events
unexus.nexus.player.info#
Shows information about a Nexus event.
Related command: /nexus info
unexus.nexus.player.warp#
Teleports to a Nexus with the configured delay, or manages warp settings from the admin root.
Related command: /nexus warp
Administrator permissions#
The administrative root is /unexus. Grant these permissions only to staff who need the corresponding editing action.
unexus.admin.help#
Shows help for the current command tree.
Related command: /unexus help
unexus.admin.start#
Starts a configured Nexus manually.
Related command: /unexus start
unexus.admin.stop#
Stops a running Nexus and triggers the supported cleanup flow.
Related command: /unexus stop
unexus.admin.tp#
Teleports an administrator to a Nexus.
Related command: /unexus tp
unexus.admin.reload#
Reloads UltimateNexus configuration/runtime files.
Related command: /unexus reload
unexus.admin.wand#
Gives the Nexus creation wand.
Related command: /unexus wand
unexus.admin.settotem#
Selects/changes the structure/totem used by a Nexus when the objective uses a structure.
Related command: /unexus settotem
unexus.admin.objective#
Views and edits objective type, structure render mode, boss entity, guardian entity/count/life/radius and boss shielding.
Related command: /unexus objective
unexus.admin.setlife#
Changes the stored objective/totem life value supported by the current build.
Related command: /unexus setlife
unexus.admin.create#
Creates a Nexus from the current wand/chat creation flow.
Related command: /unexus create
unexus.admin.move#
Moves a configured Nexus.
Related command: /unexus move
unexus.admin.delete#
Deletes a Nexus definition.
Related command: /unexus delete
unexus.admin.list#
Lists configured Nexus events.
Related command: /unexus list
unexus.admin.view#
Shows the Nexus configuration and is useful before/after editing.
Related command: /unexus view
unexus.admin.commands#
Manages lifecycle/reward command actions.
Related command: /unexus commands
unexus.admin.seticon#
Changes the Nexus icon.
Related command: /unexus seticon
unexus.admin.proximity#
Toggles or changes proximity behavior.
Related command: /unexus proximity
unexus.admin.scheduler#
Creates/lists/removes scheduled events and minimum-player rules.
Related command: /unexus scheduler
unexus.admin.maxtime#
Controls maximum duration and end action.
Related command: /unexus maxtime
unexus.admin.hologram#
Manages holograms through the active implementation.
Related command: /unexus hologram
unexus.admin.stats#
Shows Nexus event statistics.
Related command: /unexus stats
unexus.admin.extension#
Manages extension adapters.
Related command: /unexus extension
unexus.admin.structure#
Lists, downloads, views, edits, creates/deletes and selects structure definitions; also provides the structure wand.
Related command: /unexus structure
unexus.admin.starter#
Manages the Nexus starter item.
Related command: /unexus starter
unexus.admin.setname#
Changes the display name.
Related command: /unexus setname
unexus.admin.warp#
Teleports to a Nexus with the configured delay, or manages warp settings from the admin root.
Related command: /unexus warp
unexus.admin.settings#
Manages general Nexus settings.
Related command: /unexus settings
Permission troubleshooting#
- Test with OP disabled.
- Confirm the exact permission node in the installed
commands.yml. - If the command works but an integration action does not, check the external plugin/integration separately.
- Do not grant the global wildcard just to fix one command; grant the smallest required node first.