
272
2
Clans
Features
- Clan Management: Create, join, and manage clans with configurable roles (Leader, Deputy, Member).
- Points System: Earn points for killing other players.
- Multiple Database Types: Supports multiple databases (MongoDB, MySQL, FLAT).
- Modular Design: Clean API allowing developers to extend functionality.
Installation
- Download the latest version from the releases page.
- Place the JAR file into your server’s
pluginsdirectory. - Restart the server.
- Configure the plugin in the
plugins/Clansfolder.
Permissions
clans.create– Create clansclans.invite– Invite players to a clanclans.kick– Kick members from a clanclans.upgrade– Upgrade clan propertiesclans.admin– Administrative commands
Commands
/clan create <tag>– Create a new clan/clan invite <player>– Invite a player to your clan/clan join– Join a clan (if you have been invited)/clan leave– Leave your current clan/clan info [tag]– Display clan information/clan deputy <player>– Assign a deputy to a clan member/clan menu– Open the upgrade and member management menu/clan delete– Delete a clan/clan pvp <on/off/toggle>– Edit the clan PvP status
Configuration
Clear and simple YML configuration.
PlaceholderAPI
For the displayed player:
%clans_user_{kills/deaths/assists/points}%
For the player leaderboard (from 1 to 100):
%clans_users_{1-100}_{kills/deaths/assists/points}%
For the player’s clan:
%clans_clan_{kills/deaths/assists/points}%
For the clan leaderboard (from 1 to 100):
%clans_clans_{1-100}_{kills/deaths/assists/points}%
Developer API
Easy, clean, and well-structured — check out the API module.
Building the Project
- Clone the repository
- Run
./gradlew build - Find the built JAR file in
spigot/build/libs/
Contributing
Contributions are welcome! You can submit pull requests or open issues for bugs and feature suggestions. I also appreciate constructive criticism — if something is poorly designed, let me know!
License
This project is licensed under the MIT License — see the LICENSE file for more information.
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:3 месяца назад
Обновлён:2 месяца назад
