An open API service indexing awesome lists of open source software.

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.

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!