⚔️ Apex Clan | Minecraft Clan System - Ally, Rival, Bases & PlaceholderAPI icon

⚔️ Apex Clan | Minecraft Clan System - Ally, Rival, Bases & PlaceholderAPI -----

Modern & High-Performance Clan System | Ally & Rivalry | Advanced GUI & Placeholders




✨ New Feature: Custom Colored & Gradient Clan Tags
  • Advanced Tag Customization: Added the /clan tag <tag|clear|reset> command. Clan leaders can now fully customize their tags using MiniMessage formatting, allowing Hex colors, gradients, and rainbow effects.

  • Validation Check: The system verifies the stripped text of the tag against the actual clan name, ensuring only visual colors/styles are applied without altering the identity.

  • Universal Integration: Fully integrated with PlaceholderAPI (%apex_clan_tag%), clan chat, and ally chat. Dynamic Tab-complete suggestions are available for leaders.
️ Database Relocation & Universal SQL Translation
  • Library Shading (Relocation): Shaded and relocated H2 and HikariCP libraries to prevent legacy database migration issues like ClassNotFoundException. Fixed H2 2.2+ keyword restrictions by appending ;NON_KEYWORDS=VALUE to the connection URL.

  • Universal SQL Translator: SQLite queries are now dynamically translated to run flawlessly across H2, MySQL, MariaDB, and PostgreSQL. INSERT OR REPLACE automatically converts to REPLACE for MySQL/H2 and ON CONFLICT DO UPDATE for PostgreSQL.

  • Crash Fixes: Resolved installation crashes caused by MySQL's lack of IF NOT EXISTS index syntax via a safe index creator. Fixed a crash during clan exits by replacing the two-parameter MAX(a, b) function with GREATEST(a, b).
️ Critical Bug Fixes & Refinements
  • Ender Pearl & Friendly Fire: Fixed a UUID comparison bug that triggered the "You cannot attack clan members!" warning when a player took damage from their own Ender Pearl.

  • Chat Lock Prevention: Players will no longer get stuck in a locked chat state during clan creation if the name is invalid or a database failure occurs. Added localized "iptal" (cancel) support for Turkish servers.

  • Blacklist Wildcard Glitch: Fixed an issue where using a * (wildcard) pattern in the word blacklist unintentionally blocked the creation of all new clan names.

  • Extended Placeholders: Added missing PlaceholderAPI tokens for Level, XP, Kills, Deaths, and KDR. Introduced a configurable no_clan_text option (Default: &c❌) for players without a clan.
Bug Fixes: All SQL dialect crashes, chat locks, and placeholder conflicts reported via Discord have been fully resolved in this release.
----------, Jun 14, 2026

⚔️ Mob Kill Reward System
  • Enhanced RPG Dynamics: Implemented a brand new ClanMobKillListener system that allows clan members to fund their clan bank or personal balance by hunting mobs.

  • Anti-Exploit Protection: Added automated checks to prevent players from exploiting mob spawners to farm rewards unfairly.

  • Advanced Filters & Level Caps: Introduced drop chances per mob type and minimum clan level requirements (min_clan_level) to lock high-tier mob rewards behind RPG progression.

  • Flexible Destinations: Rewards can now be routed directly to the killing player's balance (PLAYER) or deposited into the shared CLAN_BANK.
⚙️ Configuration Modularization & Premium Announcements
  • New levels.yml Module: To keep the main configuration clean, all Level progression and Mob Reward configurations have been moved into a dedicated levels.yml file.

  • Premium Localization Announcements: Standard system announcements have been migrated out of the main config into language files (tr.yml, eng.yml). Message layouts were completely redesigned with neon gradients and custom HEX colors for a modern look.
️ Hologram & Placeholder Color Fixes
  • Hologram Color Resolution: Fixed an issue where hologram plugins displayed raw MiniMessage tags rather than rendering colors correctly. By defaulting settings.placeholders.use_minimessage to false, PlaceholderAPI now successfully falls back to legacy color codes (& / §) for universal hologram compatibility.

  • Clan Tag Logic: Clarified that the clan name acts directly as the tag, and changes made via /clan color automatically cascade down to all placeholders.
Bug Fixes: All issues regarding placeholder color bleeding, hologram compatibility, and configuration clutter reported via Discord have been fully resolved in this build.
----------, Jun 12, 2026

️ Multi-Backend Database Support
  • YAML: Creates local YAML files for each clan. It is configuration-free and highly reliable for smaller servers.

  • SQLite: Stores all clan data in a local SQLite database file (apexclan.db). Offers high performance without requiring external installation.

  • H2: An embedded Java database similar to SQLite; operates exceptionally fast in MySQL compatibility mode (MODE=MySQL).

  • MySQL / MariaDB / PostgreSQL: Connects to external databases via HikariCP connection pooling. SQL queries are dynamically translated across dialects (handling differences like AUTOINCREMENT or INSERT OR IGNORE via the adaptQuery(...) method).

  • MongoDB: Connects to a MongoDB database, storing each clan's data as a single document within the clans collection.

  • Redis: Utilizes JedisPool to maintain clan data in-memory under the apexclan:clan:<clan_name> key, delivering ultra-high access speeds.
Visual & Interface Enhancements
  • Head Skin/Texture Loading: Fixed player head items in menus to resolve and load true GameProfile textures via reflection. This resolves the blank/Steve skin issue on offline mode servers and Geyser/Bedrock clients. Also fixed createCustomHead to successfully apply base64 custom textures on modern Minecraft versions.

  • Announcement Empty Space: Removed extra leading and trailing newlines (\n) from chat announcements during clan creation, deletion, joining, and leaving across all database backends.

  • Localizable Status Labels: Joint/participation types (OPEN, PASSWORD, INVITE_ONLY) have been mapped to keys in TR.yml / ENG.yml for full localization. Fixed "Enabled" and "Disabled" PvP status labels by resolving a path mismatch and adding a robust lookup fallback.
⚙️ System & Mechanics Fixes
  • Clan Chest Item Interaction: Fixed the bug preventing players from storing items in the clan chest by excluding ClanChestHolder from the global click canceller and updating ClanChestClickListener to allow placing items on empty slots.

  • Settings Button Click Error: Wired the fully initialized ClanSettingsMenu directly into the ClanCommandManager so that accessing settings via the /clan settings command correctly registers the click handler for the clan messages button.

  • Language & Database Fallbacks: Updated TR.yml default join/leave messages to match the English defaults as requested. Fixed the YAML database fallback mechanism so it correctly displays localized default messages rather than hardcoding English defaults.
Bug Fixes: All issues regarding chest interactions, skin textures, and interface clicks reported via Discord have been fully resolved in this release.
----------, Jun 7, 2026

️ System & Localization Enhancements
  • Tab-Complete Adjustments: Fixed minor glitches within the command suggestion system (Tab-Completer) for a more stable autocomplete experience.

  • Language File Polish: Resolved minor typos and formatting inconsistencies detected across the language files (YAML).

  • General Stability: Patched several minor background bugs to optimize overall system performance and reliability.
Bug Fixes: All minor technical issues and translation bugs reported via Discord have been fully resolved in this release.
----------, May 25, 2026

⚙️ Subcommand Alias & Tab Optimization
  • Dynamic Hiding: When a custom alias is defined for a subcommand in plugin.yml (e.g., types: [tür]), the original English command is automatically hidden from TAB suggestions, displaying only the defined alias.

  • Code Cleanup: Removed legacy, hardcoded aliases from ClanTabCompletor. Suggestions are now fully dynamic and handled strictly via plugin.yml, eliminating duplicate and incorrect autocomplete prompts.
Update Checker & Logic Fixes
  • Decoupled Language Dependency: Removed the YamlLangManager dependency from the Updater and PlayerJoinEventHandler classes. Update notifications are now properly streamlined.

  • Version Logic Correction: Fixed a logic bug where the update checker triggered false positives if the server ran a version newer than Spigot (e.g., dev builds), which previously resulted in negative version differences. The system now only triggers if a newer version is officially available on Spigot.
Bug Fixes: All autocomplete bugs and version checker glitches reported via Discord have been fully resolved in this release.
----------, May 19, 2026

Modern Visual Infrastructure (MiniMessage & RGB)
  • Centralized Formatting: All system messages and GUI components have been migrated to the ChatUtils engine. Full support for MiniMessage, Hex, and RGB (gradients, rainbow, etc.) is now available plugin-wide.

  • GUI Standardization: Titles and lores for all menus (Market, History, Settings, etc.) are now automatically processed for consistent high-quality rendering.

  • Enhanced Lore Support: Added multi-line formatting (formatLore) for dynamic and rich menu descriptions.
⚙️ Smart Command & Name Resolution
  • Stripped Name Recognition: Commands like /clan join, stats, ally, and rival now recognize clan names regardless of color codes. Input names are correctly matched to their original database entries even without color prefixes.

  • Advanced API: Implemented getClanByStrippedName to eliminate command failures caused by hidden formatting codes.
Localization & Fixes
  • Zero Hardcoded Strings: All remaining hardcoded text in ClanChestWipeMenu and other modules has been moved to language files.

  • Dynamic Placeholders: Added new support for variables like %page% in chest management messages.

  • Bug Fixes: Resolved invite acceptance/denial mismatches and fixed formatting issues that caused color bleeding in certain GUIs.
Bug Fixes: All technical reports and visual glitches reported via Discord have been fully resolved in this architectural update.
----------, May 11, 2026

⚔️ Advanced Friendly Fire System
  • Granular Protection: Friendly Fire logic between clan members has been completely overhauled for better combat control.

  • Damage Type Filtering: You can now toggle specific damage types to be blocked within clans directly via config.yml.

  • Blockable Categories:
    • MELEE: Standard sword, axe, or fist attacks.

    • SWEEPING_EDGE: Sword area-of-effect sweep damage.

    • PROJECTILE: Arrows, Tridents, and Firework rockets.

    • EXPLOSION: End Crystal (CPvP) and TNT explosions.

    • POTION_MAGIC: Splash/Lingering potions and Dragon Breath.

    • THORNS: Damage reflection from the Thorns enchantment.
Bug Fixes: All technical reports from Discord have been resolved, and combat stability has been significantly improved.
----------, May 9, 2026

️ General Improvements
  • Bug Fixes: Resolved several minor technical issues identified in previous versions to enhance system stability.

  • Localization Cleanup: Fixed typos in the UI and messages, making translations more fluent and accurate.

  • Code Optimization: Minor internal adjustments were made to improve overall system efficiency.
Bug Fixes: All minor bugs and language synchronization issues reported via Discord have been fully resolved in this update.
----------, May 4, 2026

Bank & Command System
  • New Command: Re-added /clan bank balance with full localization support.

  • Dynamic Suggestions: Smart Tab-Complete support added for /clan manage set, providing values and modes automatically.

  • Logic Routing: Fixed command routing between /clan set and /clan manage set for consistent execution and permissions.
️ Technical Refinements
  • Safe Disconnect: Clan creation sessions are now automatically cleaned up if a player leaves during the process.

  • Sound Effects: Integrated new sound effects for starting and completing clan creation.

  • GUI Security: Restricted access to specific menu sections for players without a clan to prevent interface bypasses.
Performance & Core
  • Folia Support: The plugin is now 100% compatible with Folia-based server environments.

  • Platform Detection: Added a platform-mode setting in config.yml for automatic or manual server type detection.
Bug Fixes: All technical issues and bugs reported via Discord have been fully resolved in this update.
----------, May 1, 2026

1. ⚔️ New Features & Systems
  • Clan War System: A full infrastructure for clans to challenge each other in battle.

  • War Modes:
    • TIMED: The clan with the most kills at the end of the set duration wins.
    • KILL_TARGET: The first clan to reach a specific score target wins.
    • ELIMINATION: A "last clan standing" mode where players are eliminated upon death.
  • Interactive Invite System: War invites are sent to all online members with clickable [ACCEPT] or [DENY] buttons for instant action.

  • Player Commands: Added /clan war invite, /clan war accept, /clan war deny, /clan war watch, and /clan war types.

  • Admin Commands: Easily set up arenas using /ca war setarena, /ca war setspawn, and /ca war setwatch.

  • Flexible Verification: New options in config.yml allow you to disable the verification system or enable auto-verify-on-create for new clans.
2. Bug Fixes
  • Chest Upgrades: Fixed the %next% variable display error in the upgrade menu.

  • Dupe Patch: Fixed a critical exploit that allowed ender chest duplication during the chest upgrade process.

  • Placeholder Fix: Stabilized the %apex_clan_level% variable which was returning incorrect data.

  • Command Visibility: The /clan -gui command is now properly hidden from suggestions when gui_enabled is set to false.
3. Performance & Compatibility
  • Chat Compatibility: Resolved conflicts with LPC and ColorChat; clan tags now work seamlessly with all formatting plugins.

  • New Statistics: Added the %apex_clan_deaths% placeholder to track total clan deaths without impacting server performance.

  • Optimization: Optimized data processing during wars and improved the Tab-Complete system for a smoother experience.
If you encounter any issues, please reach out to us via Discord.
ZAMANLI: Set süresinin sonunda en çok öldürme sayısına sahip olan klan kazanır.
----------, Apr 29, 2026

Global Language Synchronization
  • New War Modules: Added full War (WAR) sections with approximately 90 new keys for FR (French), JP (Japanese), and RU (Russian) localizations.

  • Full Alignment: The incomplete war section in the ES (Spanish) YAML file has been replaced with a complete 90-key block.

  • Sync Status: All supported language files are now 100% synchronized with the War System features introduced in v0.4.3.
⚠️ Note: If you find any translation errors in the language files, please report them via Discord.
----------, Apr 29, 2026

⚙️ Config-GUI Full Sync
  • Improvement: When modules (Chest, Market, Homes) are disabled in config, main menu icons now automatically turn into BARRIER icons.

  • Security: Fixed a security bypass that allowed players to use /clan market while the module was disabled.
⚔️ PvP Security Update
  • Improvement: The clan.pvp.leader_toggle setting is now fully integrated with the Settings Menu (GUI).

  • Result: If disabled, clan leaders can no longer toggle PvP mode via the user interface.
Base & Home Restrictions
  • World Validation: World restriction checks are now active when setting homes via the GUI.

  • Result: Creating homes in restricted or disabled worlds through the menu is now strictly blocked.
⚠️ Note: If you notice any inconsistencies in localization or menu icons, please report them via Discord.
----------, Apr 26, 2026

⚙️ Config-GUI Full Sync
  • Improvement: When modules (Chest, Market, Homes) are disabled in config, main menu icons now automatically turn into BARRIER icons.

  • Security: Fixed a security bypass that allowed players to use /clan market while the module was disabled.
⚔️ PvP Security Update
  • Improvement: The clan.pvp.leader_toggle setting is now fully integrated with the Settings Menu (GUI).

  • Result: If disabled, clan leaders can no longer toggle PvP mode via the user interface.
Base & Home Restrictions
  • World Validation: World restriction checks are now active when setting homes via the GUI.

  • Result: Creating homes in restricted or disabled worlds through the menu is now strictly blocked.
⚠️ Note: If you notice any inconsistencies in localization or menu icons, please report them via Discord.
----------, Apr 26, 2026

Localization & Code Sync
  • Update: Over 10 GUI menu files updated to match new system standards.
  • Fix: Added missing sections (Join Requests, etc.) to TR.yml and ES.yml.
  • Result: All menu translations are now unified, resolving all synchronization issues.
⚠️ Note: If you find any translation errors, please report them via Discord.
----------, Apr 26, 2026

⚙️ Config-GUI Full Sync
  • Improvement: When modules (Chest, Market, Homes) are disabled in config, main menu icons now automatically turn into BARRIER icons.

  • Security: Fixed a security bypass that allowed players to use /clan market while the module was disabled.
⚔️ PvP Security Update
  • Improvement: The clan.pvp.leader_toggle setting is now fully integrated with the Settings Menu (GUI).

  • Result: If disabled, clan leaders can no longer toggle PvP mode via the user interface.
Base & Home Restrictions
  • World Validation: World restriction checks are now active when setting homes via the GUI.

  • Result: Creating homes in restricted or disabled worlds through the menu is now strictly blocked.
⚠️ Note: If you notice any inconsistencies in localization or menu icons, please report them via Discord.
----------, Apr 26, 2026

World Restriction System
  • New Feature: Added Whitelist and Blacklist modes for Home creation. You can now manage worlds as "allowed only" or "restricted only" with ease.
Chest Upgrade System
  • Improvement: Clan chest upgrade costs are now fully configurable and a Hard Cap for maximum pages has been added.
Global Localization Sync
  • Feature: All main messages and GUI files (TR, ENG, ES, FR, JP, RU) are now 100% synchronized with the master language file.
️ Modernized GUI
  • Update: The Chest Upgrade menu has been completely redesigned and launched for all languages.



  • ApexClan v0.4.0 | Developer API Update

    Metadata API (Custom Data Storage)
    • New Feature: Developers can now store custom plugin data (e.g., Quest or Tournament stats) directly within clan objects using setMetadata and getMetadata. Fully compatible with SQLite and YAML.
    ⚔️ Relation API (Relation Lookup)
    • New Feature: Added a streamlined method to check relations (MEMBER, ALLY, RIVAL, NEUTRAL) between players. Simplifies "Friendly Fire" and "Clan Rivalry" checks for combat and protection plugins.
    Global Broadcast API
    • New Feature: Added a method to broadcast messages to all online members of a specific clan with a single line of code, including full color support.
    ⚙️ Technical Core Refactor
    • Update: Added the clan_metadata table to the SQLite schema and refactored all storage implementations to support the new API standards.
    Developer Note: Access all new API methods and the latest JAR file via the /api command on Discord.
⚠️ Note: If you find any missing lines or translation errors in the localization sync, please report them to us via Discord.
----------, Apr 26, 2026

  • ️ Centralized GUI System: All interfaces migrated to a high-performance backend. Menus are now faster, and click-handling issues are resolved.
  • Full Localization Sync: All language files (TR, ES, FR, RU, JP) are now perfectly synchronized with the 660-line master ENG.yml. No more missing lines or untranslated messages in any language.
  • Flexible Inventory Access: Players can now manage their own inventory items freely while a clan menu is open.
  • Clan Description Protection: Added a blacklist filter to the Clan Settings. Inappropriate descriptions are now automatically blocked by the system.
  • ✅ Reliable Clan Creation: Fixed a logic bug where players received incorrect "success" messages during failed creation attempts. Confirmations are now 100% accurate.
  • Optimization & Stability: Fixed RAM leaks and double-trigger bugs. Core modules like Clan Chests and Color settings are now fully refactored.
  • ️ Developer API Release: A robust API is now live! Developers can directly access Clan data like XP, Levels, and Bank balances.
    • Note: API documentation and the developer JAR are available on our Discord server.
----------, Apr 19, 2026

ApexClan v0.3.8 – Major Rebrand & Core Rewrite
ApexClan (formerly VeldoraClan) has undergone a major internal rewrite.
This update introduces a new architecture, new systems, and a completely modernized plugin structure.

This is not a regular update. Core systems, storage logic, and package structure have changed.

⚠️ Important Notice for Server Owners
The plugin has been rebranded from VeldoraClan to ApexClan.

Before updating it is recommended to:

• Backup your VeldoraClan plugin folder
• Delete the old config.yml and Language folder
• Start the server with the new ApexClan version

During startup, the plugin will automatically migrate clan data from the VeldoraClan folder into the new ApexClan system.

Old configuration files are not compatible with this version.

⚠️ IMPORTANT NOTE

This update includes a major internal rewrite and a full plugin rebrand.

While the update has been tested, unexpected issues may still occur depending on server setups.

If you encounter any bugs or migration problems, please report them on our Discord server with the console logs so the issue can be investigated and fixed quickly.
️ Architecture & Database Improvements
Core data handling and storage systems have been redesigned.

Dual Storage Engine

The plugin now fully supports both YAML and SQLite storage.
Clan bank, XP, and logs work on both systems.

Automatic Data Migration

A built-in migration system transfers existing YAML data to SQLite when needed.

Asynchronous Database Operations

All database operations are now handled asynchronously to prevent TPS drops.

File Integrity System

A checksum system detects and repairs missing or corrupted files during plugin startup.

️ Advanced Admin System
A new administrator command system has been added.

Main command:
/clanadmin
/ca

Clan Management:
/ca clan delete <name>
/ca clan rename <old> <new>
/ca clan setleader <clan> <player>

Statistics & XP:
/ca stats setlevel <clan> <level>
/ca stats addxp <clan> <amount>

Clan Bank Management:

/ca bank add/set/remove <clan> <amount>

Player Operations:

/ca player join/kick <player> <clan>

Audit Tools:

/ca chest <clan>
/ca info <clan>

Market Editor:

/ca market add <id>

Reload System:

/ca reload
Reloads configuration, language files, market configuration and database without restarting the server.

New PlaceholderAPI Placeholders
New placeholders available for menus, scoreboards and signs:

%apex_clan_description%
%apex_clan_verified_status%
%apex_clan_jointype%
%apex_clan_minkill%
Clan Management & Interaction Commands
New commands for managing clan settings and member interactions.

Clan Settings:

/clan set description <description>
/clan set jointype <OPEN | PASSWORD | INVITE_ONLY>
/clan set joinpassword <password>
/clan set minkill <number>

Membership Management:

/clan join <clan>
/clan invite <player>
/clan accept <player/clan>
/clan deny <player/clan>

Join Request GUI

/clan requests
Displays pending join requests in a graphical interface.

️ New GUI Framework
The entire menu system has been rewritten.

Key improvements:

• Protection against item stealing
• Spam click protection
• Ghost item prevention
• Improved menu performance

Supported languages:

TR • EN • ES • RU • FR • JP

Clan Market System
A new market system where clans can purchase items for shared use.

Features:

• Accessible with /clan market
• Purchases can use clan bank or player balance
• Products configurable in market.yml
• Clan level requirements supported

Clan Chest Expansion
Clan chests can now expand as the clan grows.

Features:

• Upgrade chest slots using clan bank money
• Upgrade interface available via GUI
• Command access:

/clan chest upgrade
Chest size is dynamically calculated based on clan level and permissions.

Rebranding (VeldoraClan → ApexClan)
Core identity changes:

• PlaceholderAPI prefix updated

%veldora_ → %apex_
• Permission nodes updated

veldora.clan → apex.clan

️ Developer API (Coming in v0.3.9)

A developer API will be introduced in version 0.3.9 to allow third-party plugins to interact with ApexClan.

The API will expose a ClanService interface for safely accessing clan data.

Planned usage example:

dependencies {
compileOnly files("libs/ApexClan-0.3.9-api.jar")
}

This feature is currently in development and will be available in the next update.
compileOnly files("libs/ApexClan-0.3.-api.jar")
----------, Mar 8, 2026

  • The bugs reported to us so far have been fixed. If you encounter any bugs, please report them on Discord.
----------, Jul 21, 2025




    • NEW COMMANDS;
    • /clan home create <name>
    • /clan home delete <name>
    • /clan home teleport <name>
    • /clan home tp <name>
  • If you do not want this feature, you can disable it from config.yml
  • With the new /clan home create, players can now set their desired locations
  • New messages have been added, you don't need to do anything, they will all be added automatically.
----------, May 28, 2025

  • You can grant permission to open the safe up to the specified amount with veldora.clan.limit.X, and if you set it to 0, it will not be able to open at all.
  • You can make your member a moderator with /clan promote [player]. If he/she has this authority, he/she can perform actions such as BAN/UNBAN/KICK/INVITE.
  • /clan demote [player] can take the moderation of the member. and also takes the permissions
----------, May 23, 2025

  • Clan Chat conflict with other plugins has been prevented.
  • Introduced two new “allies” placeholders for PlaceholderAPI:
  • %veldora_clan_allies% — returns a comma-separated list of your clan’s allies (e.g. Power, Strong, Titan and 2 more)
  • %veldora_clan_ally:<index>% — returns the ally at the given position (e.g. %veldora_clan_ally:1% → Power)
  • You can configure how many allies to display at once via config.yml under:
  • yaml
  • display:
  • allies: 5
----------, May 19, 2025

  • Fixed the error that occurred in the console when doing /clan kick [player]
----------, May 4, 2025

  • All errors in /clan pvp have been fixed and optimized.
----------, May 4, 2025

  • Fixed bugs such as displaying incorrect data in placeholders
----------, Apr 21, 2025

  • Added `Clan Creation` cooldown in Config.yml
  • Fix `Damage` Bug fixed! error
----------, Apr 9, 2025

  • Damage Bug fixed
  • Fix BSTATS error
  • Remove support Executable İtems
----------, Mar 29, 2025

  • Fix /clan pvp error
  • Fix bstats Error
  • Added support for executable items
----------, Mar 22, 2025

  • Fixed an issue where players could not hit each other
----------, Mar 17, 2025

  • Fixed the Performance issue in SQLITE
  • Fixed bstats bug.
  • Fixed the issue where I could not change the message that appeared when hitting clan members
  • + Updated Clan Invite message
  • + Clan Ally adding message has been changed.
  • /clan accept and deny commands are now changed: /clan accept [clan-name] and /clan deny [clan-name] are now changed
  • /clan invite and /clan ally add invitation times have been changed. Can be edited from Config.yml
----------, Mar 8, 2025

  • Possible current bugs in SQLITE database have been fixed.
  • Fixed a clan creation bug.
----------, Feb 26, 2025

  • Fixed the Performance issue in SQLITE
  • Performance improvements for YAML data
  • Added, Gui
  • Fixed the issue where I could not change the message that appeared when hitting clan members
  • Title messages were taken to the language folder.
  • Fixed unchanged messages
  • Color menu can now be changed by language
  • Multiple chests have been added to the clan chest. Users can now access more than 1 clan chest thanks to the gui.
  • new placeholders added
  • Placeholders Changed, new added, old ones changed, example: %veldora_clan_top:kill:1% / %veldora_clan_top:death:1%/ %veldora_clan_top:kdr:1% / %veldora_clan_top:member:1% / %veldora_clan_top:kdr:1_name% etc. changes occurred.
  • /clan set rename Clan name length and shortness problem fixed
  • /clan command 1.21.X bug fixed
  • /clan top error fixed
  • /clan pvp command added clan leaders can now turn on or off intra-clan pvp. People who do not want this command can hide the /clan pvp command by turning pvp_toggle: false from config.yml
  • /clan create System has been changed, now a clan is created by typing the clan name in the chat.
  • /clan delete system updated, instead of confirmation with gui
  • /clan ban [player] /clan unban [player] commands added
----------, Feb 21, 2025

Clan Maximum Name length and minimum name length bug fixed

Fixed some unchangeable messages


Fixed the issue where I could not move players' Items

/clan set rename waiting time added in config.yml
----------, Jan 3, 2025

Take Backup Before Updating!!

There have been important changes to the code, especially the clans folder etc. has been moved, take a backup to prevent data loss.


There were many bug fixes and changes in the update.
----------, Jan 2, 2025

Minor bugs fixed.
----------, Dec 17, 2024

IT IS A CRITICAL UPDATE. There may be errors, I ask you to test it and report back to me via discord.

----------, Dec 16, 2024

clan-full message added

/clan set color bugs fixed messages can be edited and extras can be added

Console messages updated

Minor Bugs Fixed
----------, Dec 10, 2024

do not use 0.1.7
----------, Dec 5, 2024

The error in /clan set rename has been fixed

discord.yml added

/clan set color (value) message removed
Ally Limit Added Permission was also added as an extra

ClanAllyLimitEnabled: true
ClanAllyLimit: 4
PermissionClanAllyLimit: veldora.clan.ally.limit.X

Discord Webhook Feature added, Added Allied Clan when Creating a Clan and similar message sending was added

ClanMinimumLength property fixed

Unnecessary Texts removed
----------, Dec 5, 2024

ClanMinimumLength: 2 to config.yml
added

Gui Error fixed

include-player-stats: true
setting added: NOTE: if you turn this setting off or on you must restart the server
----------, Nov 18, 2024

Just comment to support :)

Added /clan set rename [name] command so they can change the clan name

Config.yml Condition for changing the clan name with money has been added and the time for changing the clan name has been added.

All Color Codes are now supported as ChatColor support

Thanks to Vault support, they can now create clans for money
/clan set color a gui has been added, so they can choose colors faster

added caching placeholder


Codes are generally Optimized All Versions are tested
upload_2024-11-15_23-29-36.png
----------, Nov 15, 2024

Most bugs found have been fixed​
----------, Nov 10, 2024

Cache System fixed

Placeholders Optimized

Fixed the issue of not being able to change language messages
----------, Nov 8, 2024

/clan delete error fixed

/clan help command updated

clan-delete-warning-duration has been added to config.yml, so you can adjust the number of seconds.
----------, Nov 7, 2024

/clan stats [name] command added

If the player leaves the clan, joins, creates or deletes a clan, we will now be able to send such messages to the chat.

Fixed the issue where kills were not added when a player joined the clan.

%veldora_clan_join_data% removed

Fixed the Performance Problem with Placeholders

The plugin has been optimized overall. Minor bugs have been fixed.

The /clan top command can now be set to display 100 clans.

Made "OR" in Allied Messages replaceable

If something is missing in Config.yml, it is created automatically.
----------, Nov 3, 2024

Critical errors in /clan invite and clan ally systems have been fixed

New PlaceHolders added:
%veldora_clan_join_data%
%veldora_clan_kdr%

veldora.clan.top permission fixed

clan total death yaml added

Clan leader is now registered with UUID

Cooldown Added to the Error Message When Hitting Clan Members or Allies

Console Errors Fixed

PlaceHolders Now Capture Data Instantly

Lang Folder Name changed to Language
----------, Oct 20, 2024

Now you can select the specified languages thanks to the Lang Folder!
Bugs Fixed +

upload_2024-10-12_17-21-54.png
----------, Oct 12, 2024

First of all reload config.yml

ClanChat and AllyChate added to support all PlaceHolders

defaultClanColor: YELLOW Error has been fixed. You can set the Color you want
----------, Oct 9, 2024

Please Install Config.yml from Scratch

When you use the /clan ally chat command, a message is now sent to all allied clans.


Extra Clan Limit Addition Perm Added veldora.clan.limit.1
Up to 100 limit support available

/clan transef [target-player] system has been added for clan leaders. In this way, you can transfer the clan to the target clan member.

Thanks to the newly added /clan set color [color-name], players can change the Clan colors as they wish, and a waiting period can also be added to this

Thanks to the newly added /clan transfer [target-player], we can now transfer the clan to other players.

New Placeholder Added You Can Show Clan Leader with %veldora_clan_leader%

upload_2024-9-28_23-37-58.png
----------, Sep 29, 2024

You Can Chat with the Specified Allied Clan with the Newly Added /clan ally chat [ally-clan] Command

Fixed the issue where /clan kick command could not assign inactive players +

With the newly added update, you can now follow the updates to the plugin via the console to see if it is up to date.


Fixed the issue of hitting Clan Players or Allies with arrows or thrown items


Regular Players are blocked from using /clan reload command

Added Command:
/clan ally chat [allies-name]

Ally Chat Command:
VeldoraCommandAllyChat.png

Chat Format Ally Chat
veldoraAllyChat.png

Uptade Messages For Console:
upload_2024-9-28_15-16-6.png
----------, Sep 28, 2024

Fixed the Number of Kills Not Added to the Clan When Killing Players

Fixed the Error where you could not remove allies with the /clan ally remove [clan-name] Command

Fixed the issue of not refreshing in places like PlaceHolder & Hologram Tab

Warning message when attacking allied players Added to Config.yml
----------, Sep 27, 2024

Permission Added, Can Now Be Enabled from Config.yml
All Messages Are Now Modifiable from Config.yml
Added Ally System
Fixed the Problem of Players Hitting Each Other
Players Are Now Registered as UUID


Added New commands:

- /clan ally add [clan-name]
- /clan ally remove [clan-name]
- /clan ally accept
- /clan ally deny​
----------, Sep 25, 2024

New PlaceHolder %veldora_clan_kill% so the player can see the kill amount of the clan she is in holograms or other places.
----------, Sep 23, 2024

Fixed /clan chat
95% of messages can now be changed
----------, Sep 22, 2024

Resource Information
Author:
----------
Total Downloads: 4,262
First Release: Sep 20, 2024
Last Update: Jun 14, 2026
Category: ---------------
All-Time Rating:
23 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings