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
| Key | Description |
|---|---|
material | Bukkit material name. Use the vanilla constant (WOODEN_SWORD, BREAD, ...). |
amount | Stack 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.