Clan members can now see each other with a highlight. /clan glow command: Enables/disables the clan members' highlight. Set color: Use /clan glow <color> to choose the highlight color (BLUE, RED, YELLOW, GREEN, AQUA, PURPLE).
Works: No dependency, compatible with Minecraft version >= 1.17!
Fixed Clan Storage: Addressed a vulnerability that allowed multiple players to access the clan storage simultaneously and duplicate items by taking the same items at once.
Fixed synchronization issues with Remote Database (RDB); syncing is now working correctly.
Added Support BungeeCord Channel
If you're using BungeeCord, you can enable it via config (bungeecord: true) for cross-server communication - such as clan chat, clan announcements, and more. If you're running BungeeCord - it's highly recommended to enable this feature.
Updated Clan Storage
Clan storage now works with RDB instead of local storage.
Added new Admin Commands
/clan admin storage <clan> - Open clan storage for any clan. Permission: clans.admin.storage
/clan admin sync - Force sync all clans from RDB. Permission: clans.admin.sync
Updated Clan MOTD
When a player accepts your clan invite, they will now automatically receive the Clan MOTD.
The clan storage system has been improved and now works correctly and reliably.
New Command & Custom Permissions
New Feature: Added a command and support for custom clan member permissions. You can now grant specific permissions to a member without promoting their rank. Command: /clans perms <player> <perms> <true/false>
Clan Name / Tag
HEX color codes are now properly supported when setting clan names or tags. This fixes issues where colors were not applied or caused errors.
New Placeholder for PlaceholderAPI
Added: %clans_top_kdr_<pos>% displays the top clan based on Kills/Deaths Ratio.
Recommendation: To avoid conflicts or leftover data, it is recommended to delete: config.yml, messages.yml, gui folder.This will allow the plugin to regenerate fresh and updated files.
Added new command /clan withdraw - Withdraw coins from the clan balance
If you set "storage-method: MySQL" instead of "JSON" and already have clans on the server, use the command
/clan reload to migrate clans to the database
Now you can fully customize leaderboards to fit your needs.
Server Join/Leave Message Toggle
Send a message to the clan when a player joins or leaves the server.
Clan Tag Reset Command
Use /clan tag reset to reset a clan’s tag.
Code (YAML):
clan-join-leave-message: true
# Send a message to the clan when a player joins or leaves the server leaderboards:
number-formatter: true
# If true, the leaderboards will be formatted with the number formatter number-format: ["K",
"M",
"B",
"T"]
# Format of the leaderboards for PlaceholderAPI levels: "&7#{position}. {clan} &7- &9{level} ⭐" coins: "&7#{position}. {clan} &7- &6{coins} ⛃" kills: "&7#{position}. {clan} &7- &c{kills} ☠" no-top-clans: "&7#{position}. &8--- --- ---"