Mine Island is a survival-focused Spigot plugin that gives each player their own floating island, providing a safe and private space to build, expand, and create unique bases.
Overview Mine Island generates a dedicated island for each player in a separate
islands world.
Players can freely build, expand, and enjoy their personal space without worrying about griefing.
Features
Personal Islands: Every player gets their own island to customize and develop.
Structured Land System: Islands are 100x100 blocks big, with a 90x90 usable area in the center.
Zone Ownership: Islands are divided into 10x10 zones (9x9 usable). Players begin with the central zone and can gradually expand.
Upgradeable Land: Expand islands by purchasing additional zones.
Configurable Economy: Customize expansion costs.
Plugin Integration: Needs Vault and an Economy Plugin for full economy and utility support.
Prerequisites
Minecraft server running Spigot, Paper, or a compatible fork.
Vault plugin installed.
Java 21 or higher recommended.
Installation Steps
Download the latest MineIsland.jar from Spigot or the GitHub releases page.
Place the .jar file in your server's plugins folder.
Restart your server to load the plugin.
Adjust settings in settings.yml as needed.
Commands & Permissions The main command is:
/mineisland <args> Alias:
/mi <args>
Subcommands
Command
Permission
Explanation
/mineisland new
mineisland.command.new
Create a new island.
/mineisland tp
mineisland.command.tp
Teleport to your island.
/mineisland back
mineisland.command.back
Return to the fallback world.
/mineisland menu
mineisland.command.menu
Open the island management menu.
/mineisland setspawn
mineisland.command.setspawn
Set a new spawn point for your island.
/mineisland help
mineisland.command.help
Show help information.
Other Permissions
Permission
Explanation
mineisland.admin
Full plugin access; bypasses island movement restrictions.
Default Files
Code (Text):
# Configuration version
Version: 3
# Language setting
Locale: en
# Basic price setting
Basic_Price: 100.0
# Increasing percentage setting (stored as percentage string, e.g., "15%")
Increasing_Percentage: "50%"
# Player message prefix
Prefix: "&8[&2MineIsland&8]&7 "
# Fallback world name, used when player falls out of their island
Fallback_World: "world"
# When enabled, players will respawn at their bed location if it is set;
# if not set, they will respawn at the fallback world spawn point.
Respawn_At_Bed_Location: true
# Expand island feature, when disabled players already own all their areas, they cannot expand further
Expandable_Mode: true
Code (Text):
Messages:
Assigning_New_Island: "Assigning you a new island..."
Building_Spawn_Platform: "Building your spawn platform..."
New_Area: "You have successfully bought this area!"
Cannot_Afford_Area: "You can't afford to buy this area!"
Cannot_Enter_Area: "You are not allowed to enter this area!"
Cannot_Build_Here: "You are not allowed to build here!"
Island_Left: "You have left your island."
Not_In_Island_World: "You are not in your island!"
No_Fallback_World_Set: "No fallback world is set! Please contact an administrator."
No_Permission: "You don't have permission to use this command."
Not_Island_Owner: "You are not the owner of this island."
Teleported_To_Island: "You have been teleported to your island."
Already_Own_Island: "You already own an island."
Cannot_Set_Spawn_Here: "You cannot set the spawn point here."
Spawn_Set: "Spawn point has been set."
Unknown_Command: "Unknown command. Use '/mineisland help'"
HelpMessage:
Helpmessage_Line1: "&8------------------------------------"
Helpmessage_Line2: "&6&lMineIsland Commands"
Helpmessage_Line3: "&7Use &e/mineisland <command> &7to manage your island."
Helpmessage_Line4: ""
Helpmessage_Line5: "&e/mineisland new &7- Create a new island"
Helpmessage_Line6: "&e/mineisland tp &7- Teleport to your island"
Helpmessage_Line7: "&e/mineisland back &7- Return to the main world"
Helpmessage_Line8: "&e/mineisland menu &7- Open the management menu"
Helpmessage_Line9: "&e/mineisland setspawn &7- Set your island spawn point"
Helpmessage_Line10: "&8------------------------------------"
IslandMenu:
Information_Lore_Line1: "This is your island menu, you can manage the areas of your island here"
Information_Lore_Line2: "You already own the IRON GOLD blocks areas, and can buy the IRON ORE areas"
Information_Lore_Line3: "Hovering on the area allows you to see the price and your balance"
Issues & Feature Requests Found a bug or have an idea to improve the plugin? Open an issue on GitHub, send me a message on Spigot or Telegram (
@Pietro0135).