A powerful and feature-rich island management plugin for Minecraft servers running Spigot 1.17+.
-
Island Management
- Create and manage personal islands
- Customizable island sizes
- Visual border particles
- Island expansion system with economy integration
-
Advanced Protection
- Comprehensive grief prevention
- Protection against explosions, liquids, and redstone
- Tree growth control
- Advanced block protection (pistons, dispensers, etc.)
- Falling block protection
-
Trust System
- Granular permission system
- Per-player trust management
- Permission inheritance
- GUI-based permission management
-
Economy Integration
- Island expansion costs
- Refund system for island deletion
- Configurable prices
- Spigot/Paper 1.17+
- Vault
- Any economy plugin compatible with Vault
- Download the latest release in Modrinth
- Place the JAR file in your server's
plugins
folder - Restart your server
- Configure the plugin in
plugins/XMyIsland/config.yml
- You can download the latest releases in github releases page
/xmi claim <name>
- Claim a new island/xmi menu
- Open island management menu/xmi border <show|hide>
- Toggle border visibility/xmi trust <add|remove> <player>
- Manage trusted players/xmi help
- Show help message
Admin Commands:
/xmi forcedel
- Force delete an island (Admin only)
Default permissions are handled automatically. Operators have access to all commands.
The plugin is highly configurable. See config.yml
for all options:
settings:
price-per-one-block: 20.0
delete-island-refund-percentage: 50
default-island-size: 9
max-island-size: 101
min-island-distance: 10
This project uses Maven. To build:
mvn clean package
- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
This project is licensed under GNU General Public License v3.0 - see the LICENSE file for details.
For support:
- Check the Issues section
- Create a new issue if needed
- XMyIsland Team
- Spigot Community
- Vault API Team