# 🌍 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)