# π Nations
This is the official repository for the **Nations Plugin** – a Minecraft plugin that adds nation creation and management features to your server.
---
## β¨ Features
- Create and disband nations
- Invite, accept, or deny nation invites
- Leave nations at any time
- Nation ownership and leadership system
- Configurable nation data stored in `nations.yml`
- Tab-completion for commands
- Admin commands for server operators
---
## βοΈ Process
The plugin generates a `nations.yml` in `plugins/Nations/`.
Example structure:
```yaml
exampleNation:
owner: Steve (UUID)
members:
- Alex (UUID)
- Notch (UUID)
```
---
## βοΈ License
This project is licensed under the **Nations Plugin License**.
- β You may **download and use** this plugin on your Minecraft server.
- β You may **not modify, redistribute, re-publish, or create derivative works**.
- β You may **not sell or re-upload** this plugin.
More information of the license [here](https://github.com/D3monSlayr/Nations?tab=License-1-ov-file)

