TerritoryPlugin is a Bukkit/Spigot plugin for Minecraft that allows players to mark and create territories within the game.
- Mark two points to create a territory.
- Create territories with customizable settings.
- Delete territories by name.
- List all existing territories.
- Particle effects to visualize territories.
/territory mark
- Mark territory points./territory create <name>
- Create a territory between marked points./territory delete <name>
- Delete a territory by name./territory list
- List all territories./territory help
- Show help message.
- Download the latest release from the Releases page.
- Place the JAR file in your Bukkit/Spigot server's
plugins
folder. - Restart your server.
- In-game, use the command
/territory mark
to mark two points for your territory. - Use
/territory create <name>
to create a territory with the given name. - Manage your territories with
/territory delete <name>
and/territory list
.
- Customize particle effects and other settings in the
config.yml
file.
Feel free to contribute to the development of TerritoryPlugin by forking the repository and submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.