Clans - Gui/Perks/Tops & More [1.16.5-1.21.4] icon

Clans - Gui/Perks/Tops & More [1.16.5-1.21.4] -----

Clans with perks, leaderboards, and full customization




Remote Databases (MySQL)
  • Resolved an issue that occurred when loading clans from a remote database.
Clan Storage
  • 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. :)
----------, Apr 15, 2025

  • Fixed clan base creation issue
  • Added K/D: Each player and clan now has a K/D ratio calculated

----------, Apr 10, 2025

Player Head
  • Fixed: The clan member list now displays the player's head skin instead of just using the PLAYER_HEAD item.
Sorting Added
  • Added to GUI: Sorting functionality is now available in the Main and Clans List GUI. Players can sort clans based on various criteria.
Set Base
  • New Feature: You can now configure which worlds players are allowed to create bases in.
Gui Animation
  • New Feature: GUI animations can now be disabled. If you prefer a static interface without animations, simply configure the option in the config.yml.
Code (YAML):
# Available Animations: Sequential, SplitSequential, HorizontalSnake, VerticalSnake, Row, Column, Random
gui-animation
: Row # Default animation. Disable animation: None
Code (YAML):

sort-by
: [
  "&eRANK",
  "&6COINS",
  "&9XP",
  "&cKILLS",
  "&bJOINED",
  "&aLAST LOGIN"
]

items
:
  sort-players
:
    name
: "&eSort"
    item
: OAK_SIGN
    slot
: 49
    lore
:
     - ""
      - "&a> Left click to sort by
: {sort } "
      - "
&c> Right click to reset the sort "
    click:
      left: SORT_PLAYERS
      right: SORT_RESET
Code (YAML):

sort-by
: [
  "&9LEVEL",
  "&bMEMBERS",
  "&6COINS",
  "&cKILLS"
]

items
:
 sort-clans
:
  name
: "&eSort"
  item
: OAK_SIGN
  slot
: 49
  lore
:
   - ""
    - "&a> Left click to sort by
: {sort } "
    - "
&c> Right click to reset the sort "
  click:
    left: SORT_CLANS
    right: SORT_RESET

Code (YAML):
# Worlds where you can set a clan base
allow-setbase-in-world
: [ "world", "world_nether", "world_the_end" ]
----------, Apr 7, 2025

FULL Customizable GUI
  • You can now configure any GUI: add and remove items.
Clan PvP Fix
  • If clan PvP is disabled, players can no longer deal damage to each other (including bow attacks).
Clan Tag Update
  • You can now create clan tags with HEX colors directly, without using the perk (the perk has been removed).

Minor fixes and improvements have also been made :)
----------, Mar 30, 2025

New Features
  • Added support for MySQL
  • 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
----------, Mar 18, 2025

Added Admin Management
  • /clan admin info <clan> - View detailed clan information (Permission: clan.admin.info)
  • /clan admin delete <clan> - Delete a clan (Permission: clan.admin.delete)
  • /clan admin rename <clan> <new_name> - Rename a clan (Permission: clan.admin.rename)
  • /clan admin setlevel <clan> <level> - Set clan level (Permission: clan.admin.setlevel)
  • /clan admin coins add <clan> <amount> - Add coins to clan balance (Permission: clan.admin.coins.add)
  • /clan admin coins set <clan> <amount> - Set clan coins (Permission: clan.admin.coins.set)
  • /clan admin coins take <clan> <amount> - Take coins from clan (Permission: clan.admin.coins.take)
  • /clan admin base list <clan> - List all clan bases (Permission: clan.admin.base.list)
  • /clan admin base tp <clan> <base> - Teleport to clan base (Permission: clan.admin.base.teleport)
  • /clan admin base delete <clan> <base> - Delete clan base (Permission: clan.admin.base.delete)
  • /clan admin help - View admin commands with pagination (Permission: clan.admin)
  • All admin permissions clan.admin.*
HEX Color Support
  • Now when creating a clan (/clan create <name>), you can use HEX colors in the name
Improved Teleportation
  • Players can now freely move their mouse while waiting for teleportation
----------, Mar 16, 2025

New Clan Management Commands:
  • /clan pvp - Toggle clan damage (ON/OFF).
  • /clan public - Set the clan as public.
  • /clan private - Set the clan as private.
Updated Invite System:
  • Now, players receive an invitation message with interactive buttons: [Accept], [Deny]
Enhanced Help Command (/clan help):
  • The help command now features pagination instead of displaying the full list at once.
Fixed and Improved HEX Color Support:
  • Fixed issues with HEX colors.
  • Now supports the following formats:
    <#RRGGBB>, <##RRGGBB>, &x&R&G&B&R&G&B, §x§R§G§B§R§G§B, &#RRGGBB
Improved GUI Item Replacement:
  • Now you can customize GUI items with: Minecraft Heads (texture-based), Standard Materials (Material)
----------, Mar 15, 2025

Added Clan Storage System
  • New command: /clan storage - Access clan storage
Added Daily Deposit Limit
  • Implemented a daily deposit limit to cap the maximum amount of coins a clan can deposit per day.
Code (YAML):
clan-daily-deposit-limit : 1000000 # Maximum amount of coins a clan can deposit per day

clan-storage
: true # Enable clan storage
----------, Mar 8, 2025

Added Action Confirmation GUI
  • Commands like /clan disband and /clan kick now require confirmation.
Added GUI Animations
  • New animations: Sequential, SplitSequential, HorizontalSnake, VerticalSnake, Row, Column, Random.
Added PlaceholderAPI
  • %clans_level% - Сlan level
  • %clans_coins% - Сlan coins
Fixes & Improvements
  • Fixed clan kick issues.
  • Fixed clan farm EXP system.

Code (YAML):
# Available Animations: Sequential, SplitSequential, HorizontalSnake, VerticalSnake, Row, Column, Random
gui-animation
: Random # Default animation
gui-animation-tick-delay
: 2 # Default animation tick delay
----------, Feb 26, 2025

PAPI Leaderboards Update
  • 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--- --- ---"
 
----------, Feb 23, 2025

Fixed GUI issues in clan list
----------, Feb 16, 2025

Resource Information
Author:
----------
Total Downloads: 733
First Release: Feb 13, 2025
Last Update: Apr 15, 2025
Category: ---------------
All-Time Rating:
13 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings