⚔️ ClanPlus – Advanced Clan System (GUI + Chat + Multi-language)
Created with ❤️ by
LordDarz
![[IMG]](//proxy.spigotmc.org/b2bc2fc974c0b98959b769dc5d1dba321cb8c2aa/68747470733a2f2f692e696d6775722e636f6d2f556c684c6c79652e706e67)
Features
- Fully functional clan system with GUI support
- Create, leave, and manage clans easily in-game
- Built-in clan-only chat: `/clan <message>`
- Optional [CLAN] prefix in global chat
- Multi-language support: English & Spanish
- Vault + EssentialsXChat support for advanced formatting (optional)
- Configurable permissions
- Clean and lightweight YAML-based data storage
- Built with compatibility in mind for Bukkit, Spigot, and Mohist
- Tested on 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.21
Installation
1. Download and drop `ClanPlus.jar` into your `/plugins` folder.
2. Restart your server.
3. Configure messages in `messages.yml` and options in `config.yml`.
4.
(Optional) Install the following for enhanced global chat:
-
Vault Unlocked
-
EssentialsX + EssentialsXChat
✅ Works even without Vault/EssentialsXChat
❗ Without Vault, global chat formatting will fallback to default format.
Commands
| Command | Description |
|---------------------|----------------------------------|
| `/clan` | Opens the clan GUI |
| `/clan <message>` | Sends a message to clan members |
| `/clanplus reload` | Reloads plugin configuration |
Permissions
| Permission | Description | Default |
|----------------------|----------------------------------|-------------|
| `clan.use` | Access to `/clan` GUI & chat | ✅ Everyone |
| `clan.create` | Create a new clan | ✅ Everyone |
| `clan.leave` | Leave your current clan | ✅ Everyone |
| `clan.info` | View your clan members | ✅ Everyone |
| `clan.chat` | Send/receive clan chat messages | ✅ Everyone |
| `clanplus.reload` | Reload the plugin | ❌ OP Only |
How It Works
ClanPlus stores its data locally using YAML:
- `data/clans.yml` → Clan data
- `data/players.yml` → Player-clan mapping
The plugin dynamically adds:
- `[CLAN]` prefix to global chat (if enabled)
- Custom colors, names, and placeholders (`%clan%`, `%player%`, etc.)