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

Rewards, keys and warps#

Reward commands#

/ukoth commands list|add|remove manages command actions associated with KOTH behavior. Add one harmless command first, finish a KOTH, and verify it fires in the expected lifecycle/winner context before adding economy or crate rewards.

Keep reward commands idempotent where possible; repeated testing is easier when a command cannot accidentally grant a large reward twice.

Loot entries#

/ukoth loots exposes add, list, type, chance and amount. During staging, use an obvious item and guaranteed chance so you can distinguish “loot did not execute” from “random chance did not select it”.

Key system#

The supplied configuration enables KOTH keys by default and uses TRIPWIRE_HOOK as the default icon. Acceptable key blocks include configured block types, and the key hologram can display instructions above them.

The admin command branch provides listblocks, toggle, wand, give, blocktp and setblock actions. Configure the key block only after a normal KOTH reward works.

Warp behavior#

The supplied default allows player warp and uses a 3 second teleport time. Permission ukoth.bypass.warp_teleport bypasses that delay.

Player flow:

  • /koth warp list — inspect available warp targets where supported.
  • /koth warp go <koth> — start the KOTH teleport flow.

If teleport is cancelled, check movement/combat cancellation rules and whether the KOTH still allows player warp.

Starter item#

Config.koth.starter.default_enabled is enabled in the supplied configuration. The default starter is a glowing SLIME_BALL. Use /ukoth starter administration to test the item before distributing it through kits or menus.