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.
/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>
/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.
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.