Island Chest

The island chest is shared storage the whole team reaches from anywhere on the island. No more running back to a base chest: open it, drop things in, and any member can pull from it.

CommandWhat it does
/is chestOpen the shared island chest
/is chest <page>Jump straight to a page

How it works

The chest is paged, so it scales well past a single double chest of space, and it is tied to the island rather than a physical block, so it cannot be blown up or stolen. Access follows the OPEN_CONTAINERS role permission, so you decide which ranks can use it.

features/island.yml
island-chest:
  enabled: true
  rows: 6      # height of each page, 1-6 (6 = a full double chest)
  pages: 3     # number of pages; reach one with /is chest <page>

Contents persist across restarts (saved per page), and every member opens the same live pages, so two people can organise the same stash at once.

A natural team stash

Use the island chest as the team's shared pool: members deposit spare materials, builders pull what they need, and nobody has to be online to hand things over.