TribeCraft Wiki · Release 2026.09.5
Wiki Release: 2026.09.5 · UltimateKoth: 2.26.1 · Documentation branch: 2

UltimateKoth permissions#

UltimateKoth 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 /koth. Give individual nodes when you want fine-grained access, or use the player package declared by the plugin where appropriate.

ukoth.player.help#

Shows the help for the current command tree.

Related command: /koth help

ukoth.player.cancel#

Cancels the player-side operation currently waiting for input.

Related command: /koth cancel

ukoth.player.stats#

Shows KOTH statistics available to the player.

Related command: /koth stats

ukoth.player.events#

Shows KOTH event information. The configured branch includes next and all.

Related command: /koth events

ukoth.player.info#

Shows information about a KOTH/event.

Related command: /koth info

ukoth.player.loots#

Shows configured loot information to players.

Related command: /koth loots

ukoth.player.warp#

Lists available KOTH warps or teleports with warp go, subject to the configured teleport delay and permission bypass.

Related command: /koth warp

Administrator permissions#

The administrative root is /ukoth. Grant these permissions only to staff who need the corresponding editing action.

ukoth.admin.help#

Shows the help for the current command tree.

Related command: /ukoth help

ukoth.admin.start#

Starts a configured KOTH manually. Use this before enabling a scheduler so the event itself can be validated.

Related command: /ukoth start

ukoth.admin.stop#

Stops a running KOTH.

Related command: /ukoth stop

ukoth.admin.tp#

Teleports an administrator to a configured KOTH.

Related command: /ukoth tp

ukoth.admin.reload#

Reloads UltimateKoth configuration/runtime files.

Related command: /ukoth reload

ukoth.admin.wand#

Gives the KOTH region-selection wand.

Related command: /ukoth wand

ukoth.admin.create#

Creates a KOTH from the current selection/creation flow.

Related command: /ukoth create

ukoth.admin.move#

Moves the configured KOTH using the supported editing flow.

Related command: /ukoth move

ukoth.admin.delete#

Deletes a configured KOTH.

Related command: /ukoth delete

ukoth.admin.list#

Lists configured KOTHs.

Related command: /ukoth list

ukoth.admin.view#

Shows the current settings for a KOTH and can be used as the starting point for editing.

Related command: /ukoth view

ukoth.admin.commands#

Manages console/player command actions attached to KOTH lifecycle/rewards.

Related command: /ukoth commands

ukoth.admin.loots#

Shows configured loot information to players.

Related command: /ukoth loots

ukoth.admin.keys#

Manages KOTH key blocks, key items and key teleport/setup actions.

Related command: /ukoth keys

ukoth.admin.seticon#

Changes the icon used to represent a KOTH.

Related command: /ukoth seticon

ukoth.admin.proximity#

Toggles or changes the KOTH proximity radius.

Related command: /ukoth proximity

ukoth.admin.scheduler#

Creates, lists and removes scheduled starts and configures minimum-player requirements.

Related command: /ukoth scheduler

ukoth.admin.setcapture#

Changes capture-related settings for a KOTH.

Related command: /ukoth setcapture

ukoth.admin.maxtime#

Controls the maximum event time and the action taken when that time is reached.

Related command: /ukoth maxtime

ukoth.admin.hologram#

Creates/manages holograms through the active hologram implementation.

Related command: /ukoth hologram

ukoth.admin.stats#

Shows KOTH statistics available to the player.

Related command: /ukoth stats

ukoth.admin.extension#

Lists/downloads/updates/reloads supported extensions.

Related command: /ukoth extension

ukoth.admin.adminmode#

Toggles the administrative editing mode supported by the build.

Related command: /ukoth adminmode

ukoth.admin.starter#

Manages the KOTH starter item/behavior.

Related command: /ukoth starter

ukoth.admin.setpos#

Updates a stored KOTH position.

Related command: /ukoth setpos

ukoth.admin.setname#

Changes the display name of a KOTH.

Related command: /ukoth setname

ukoth.admin.warp#

Lists available KOTH warps or teleports with warp go, subject to the configured teleport delay and permission bypass.

Related command: /ukoth warp

ukoth.admin.settings#

Opens/manages general KOTH settings.

Related command: /ukoth settings

ukoth.admin.mode#

Changes the event mode; the supplied modes.yml includes the normal KOTH mode and PercentageEvent.

Related command: /ukoth mode

ukoth.admin.setcenter#

Sets/updates the KOTH center position.

Related command: /ukoth setcenter

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.