Quick Start

This is the fastest path from a running server to a working island. If you have not installed the plugin yet, read Installation first.

For players

    1. Open the hub

      Type /is. The bare command opens the island menu, which is the intended way to play. Everything below also has a chat shortcut if you prefer typing.

    2. Create an island

      Click create, or run /is create. To pick a mode directly, use /is create oneblock or /is create chunkblock. With no mode it uses the server default.

    3. Get to work

      You are teleported to your new island. /is home always brings you back. /is sethome sets where that is.

    4. Bring friends

      /is invite <player> sends an invite, and they run /is accept. Manage everyone from /is members.

One command to remember

Almost everything is reachable from the /is menu. The chat subcommands exist for speed, but a new player only needs to know /is.

For server owners

A brand new install is already playable. When you are ready to tailor it, these are the first knobs most owners reach for:

GoalWhere
Change the default modeisland.default-mode in config.yml
Let players own several islandsisland.max-per-player in config.yml
Set what blocks are worthblock-values in config.yml
Turn the bank interest on or offeconomy.bank-interest in config.yml
Edit live with sliders/is admin config in game
Set the server spawn/is admin setspawn where you stand

Once you are comfortable, the Configuration page walks the whole file top to bottom.

Where to go next