ClanForge - Advanced Clan System icon

ClanForge - Advanced Clan System -----

Complete clan ecosystem with storage, economy, rankings and cross-server synchronization




Clan Shop - a new shop system where clan members can purchase special items using clan coins.

Command
  • /clan shop - open the clan shop (Permission: clans.shop)
Requirement support
  • Clan level
  • Clan coins
Configuration
  • New shop.yml file with flexible item setup: name, material, amount, enchantments, requirements, lore, and more.


Code (YAML):
items:
  1
:
    name
: ""
    item
: "IRON_SWORD"
    amount
: 2
    enchantments
:
     - "SHARPNESS:5"
      - "UNBREAKING:3"
      - "FIRE_ASPECT:2"
      - "LOOTING:3"
      - "KNOCKBACK:2"
      - "SWEEPING_EDGE:3"
    required
:
      level
: 2
      coins
: 1000
    lore
:
     - ""
      - "&7Required:"
      - "  &7Clan level
: &92"
      - "
 &7Clan coins : &61000"
      - "
"
      - "
&a> Click to buy "

  2:
    name: "
"
    item: "
DIAMOND_PICKAXE "
    amount: 1
    enchantments:
      - "
EFFICIENCY:5 "
      - "
FORTUNE:3 "
    required:
      level: 2
      coins: 3000
    lore:
      - "
"
      - "
&7Required: "
      - "
 &7Clan level : &92"
      - "
 &7Clan coins : &63000"
      - "
"
      - "
&a> Click to buy "

  3:
    name: "
"
    item: "
BOW "
    amount: 1
    enchantments:
      - "
POWER:5 "
      - "
FLAME:1 "
      - "
INFINITY:1 "
    required:
      level: 3
      coins: 2000
    lore:
      - "
"
      - "
&7Required: "
      - "
 &7Clan level : &93"
      - "
 &7Clan coins : &62000"
      - "
"
      - "
&a> Click to buy "

  4:
    name: "
"
    item: "
DIAMOND_HELMET "
    amount: 1
    enchantments:
      - "
PROTECTION:4 "
      - "
UNBREAKING:3 "
    required:
      level: 3
      coins: 1800
    lore:
      - "
"
      - "
&7Required: "
      - "
 &7Clan level : &93"
      - "
 &7Clan coins : &61800"
      - "
"
      - "
&a> Click to buy "

  5:
    name: "
"
    item: "
NETHERITE_CHESTPLATE "
    amount: 1
    enchantments:
      - "
PROTECTION:4 "
      - "
THORNS:3 "
    required:
      level: 5
      coins: 5000
    lore:
      - "
"
      - "
&7Required: "
      - "
 &7Clan level : &95"
      - "
 &7Clan coins : &65000"
      - "
"
      - "
&a> Click to buy "

  6:
    name: "
"
    item: "
DIAMOND_BOOTS "
    amount: 1
    enchantments:
      - "
PROTECTION:4 "
      - "
DEPTH_STRIDER:3 "
      - "
FEATHER_FALLING:4 "
    required:
      level: 3
      coins: 2200
    lore:
      - "
"
      - "
&7Required: "
      - "
 &7Clan level : &93"
      - "
 &7Clan coins : &62200"
      - "
"
      - "
&a> Click to buy "
----------, May 15, 2025

Added Glow
  • 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!
----------, May 11, 2025

New Placeholder:
  • %clans_clan_name_orig% - Clan name (without color)
  • %clans_clan_tag_orig% - Clan tag (without color)
  • %clans_clan_leader% - Сlan Leader
  • %clans_clan_members% - Сlan Members
  • %clans_clan_xp% - Сlan XP
  • %clans_clan_kills% - Сlan Kills
  • %clans_clan_deaths% - Сlan Deaths
  • %clans_clan_kdr% - Сlan KDR
----------, May 6, 2025

New commands:
  • /clan admin xp add [clan] [amount] - Add clan XP.
  • /clan admin xp take [clan] [amount] - Take XP from clan.
  • /clan admin tag [clan] [tag/reset] - Set clan tag or reset.
----------, May 5, 2025

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.
----------, May 2, 2025

Updated Sync for RDB
  • 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.
Added 2 New Clan Perks
  • STORAGE SIZE (LEVEL), MONEY MULTIPLIER
----------, Apr 29, 2025

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: 1,367
First Release: Feb 13, 2025
Last Update: May 15, 2025
Category: ---------------
All-Time Rating:
22 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings