
This simple plugin adds kit chests to your minecraft server.
KitChests lets you place physical loot chests in your world that act as per-player starter kits or rewards.
Instead of having players type /kit, they just open a chest at spawn. The catch is that the loot is instanced per-player: if Player A empties the chest, it stays fully stocked for Player B who hasn't opened it yet. Each player can only take the items once.
Support is available on my discord server.
/kitchest create./kitchest create - Look at a filled chest and run this to convert it into a KitChest. (Permission: kitchests.admin)/kitchest remove - Look at a KitChest to revert it back to a normal chest and wipe its data. (Permission: kitchests.admin)messages:
create_success: "<green>KitChest created successfully!</green>"
remove_success: "<green>KitChest removed.</green>"
not_looking_at_chest: "<red>You must be looking at a chest.</red>"
already_kitchest: "<red>This is already a KitChest.</red>"
not_a_kitchest: "<red>This is not a KitChest.</red>"
no_permission: "<red>You do not have permission.</red>"
invalid_usage: "<red>Usage: /kitchest <create|remove></red>"
cannot_break: "<red>You cannot break a KitChest! Use /kitchest remove first.</red>"