https://github.com/darioalbor/clanplus
Advanced and customizable clan management plugin with integrated clan chat and prefix support.
https://github.com/darioalbor/clanplus
bukkit essentialsx minecraft minecraft-plugin mohist spigot vault
Last synced: about 4 hours ago
JSON representation
Advanced and customizable clan management plugin with integrated clan chat and prefix support.
- Host: GitHub
- URL: https://github.com/darioalbor/clanplus
- Owner: DarioAlbor
- Created: 2025-08-21T08:50:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T10:17:18.000Z (10 months ago)
- Last Synced: 2025-08-29T07:58:48.473Z (10 months ago)
- Topics: bukkit, essentialsx, minecraft, minecraft-plugin, mohist, spigot, vault
- Language: Java
- Homepage: https://www.spigotmc.org/resources/%E2%9A%94%EF%B8%8F-clanplus-%E2%9A%94%EF%B8%8F-gui-chat-multi-language-v1-0-1-20-1-21.128210/
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClanPlus
**ClanPlus** is a powerful and customizable Minecraft plugin for managing clans, featuring GUI support, chat integration, multi-language support (ES/EN), and Vault/EssentialsX compatibility.
## Features
- Create and manage clans with a clean GUI.
- Clan-specific chat system.
- Public chat integration with optional clan prefix.
- Fully editable messages (`messages.yml`).
- Supports Vault and EssentialsX (optional).
- Multi-language support (Spanish and English).
- Easy permissions and command structure.
## Commands
| Command | Description |
|--------|-------------|
| `/clan` | Opens the clan GUI or sends a clan message if followed by text. |
| `/clanplus reload` | Reloads all plugin configuration and message files. |
## Permissions
| Permission | Description |
|------------|-------------|
| `clanplus.reload` | Allows reloading the plugin. (Default: OP) |
| `clan.use` | Allows using `/clan` and accessing the GUI. |
| `clan.create` | Allows creating new clans. |
| `clan.leave` | Allows leaving a clan. |
| `clan.info` | Allows viewing clan members/info. |
| `clan.chat` | Allows using clan chat and toggling it. |
## Installation
1. Download the plugin JAR.
2. Place it in your server's `/plugins` folder.
3. Start or reload your server.
4. (Optional) Install **Vault** and **EssentialsXChat** to use advanced chat prefix features.
5. Customize the configuration and messages as needed.
## Requirements
- Minecraft 1.20.1 (tested)
- Java 17+
- (Optional) Vault + EssentialsXChat
## Configuration
- `config.yml` – General settings like prefix format.
- `messages.yml` – All messages and GUI text (editable for EN/ES).
- `data/clans.yml` – Clan data.
- `data/players.yml` – Player-to-clan assignments.
## Developer Info
- **Author**: [LordDarz](https://github.com/darioalbor)
- **Main Class**: `com.darz.clanes.ClanesPlugin`
- **API Version**: 1.20
## License
MIT License – Free to use and modify with credit.
---
Feel free to improve or translate this plugin to suit your server's needs!