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

MiniKoth usage#

Player creation flow#

  1. Player accesses /koth mini and the configured creation action.
  2. The addon checks creation cooldown, per-player event limit and global concurrent-event limit.
  3. The player selects/creates the mini event area using the configured flow/wand.
  4. Size/world/region/land-plugin restrictions are validated.
  5. The event receives the configured player event name and lifetime/capture limits.
  6. The player can preview/list/start/delete it through the MiniKoth command branch.
  7. With destroy.enabled: true, temporary events can be automatically destroyed after the configured number of runs.

Supplied safety limits#

  • creation cooldown: 60 minutes (not persistent across reloads);
  • per-player limit: 1 event;
  • maximum simultaneous player events: 1;
  • maximum size: 6;
  • max_sky: true, so the selected horizontal size can extend vertically;
  • maximum execution time: 300 seconds;
  • maximum capture time: 180 seconds;
  • loot type: DROP;
  • loot max amount: 100;
  • loot chance: 100%.

Land restrictions#

enabled_plugin_region can restrict creation to land the player owns/can edit in supported land plugins such as PlotSquared, Lands and IridiumSkyblock V4. Use this when player-created KOTHs must stay inside private territory.