MuteBefehl Wiki

Starter Kit

Inventory given to new players on first join.

When a player joins for the first time, the starter kit drops a configured set of items into their inventory. Useful for survival worlds where new players need a starting boost.

Configuration

StarterKit:
  Enabled: true
  Items:
    - material: WOODEN_SWORD
      amount: 1
    - material: BREAD
      amount: 16
KeyDescription
materialBukkit material name. Use the vanilla constant (WOODEN_SWORD, BREAD, ...).
amountStack size.

Items always use their vanilla display name. Item names are deliberately not configurable so the client's locale picks the correct translation; setting a name manually used to cause language-mixing issues when admins added items in one language while players ran the game in another.

See Starter Kit config.

Notes

  • The kit is given exactly once per player. The flag is stored in data.yml.
  • If the inventory is full when joining, leftover items drop at the player's feet.

On this page