Update 8.16.1 (!important)
News:
- Fixed permission search for command aliases.
- Removed debugging of cancellation messages.
Update 8.16.0 (Minecraft 1.21.11)
News:
- Added pre-support for Minecraft 1.21.11.
- Updated scoreboard, adventure, and nbt libraries.
- Added new FR (French) language, thanks to @fokstrotzero.
- Updated language repository to "https://raw.githubusercontent.com/UlrichBR/UClans/refs/heads/main/language/"
- Fixed "setHideTooltip" error for versions 1.19 or lower.
- Updated regex and validation for clan ParseText, which was creating an error after updating to essentials.
- Fixed ParseText order where it was "breaking" colors for menus and items.
Update 8.15.7
News:
- Fixed parsing of external placeholders in the leveling system.
- Updated parsing for Logger and Discord in member promote and demote actions.
Update 8.15.6
News:
- API update for "UClans-API - V8.15.6".
- Added native placeholder support for formatting in EssentialsChat (with curly brackets {}).
- Added internal API method for database type.
Example:
format: '<{DISPLAYNAME}>{uclans_tag_formated} {MESSAGE}'

Update 8.15.5
News:
- Added PAPI parsing for offline players in GUI menus.
- Added new data expansion for data exchange.
- Updated VanishAPI (free and paid) plugins by LeonMangler.
Update 8.15.4
News:
- Added new placeholders "%uclans_player_permissions_amount%" and "%uclans_player_permissions%".
- Added new profile subcommand "permissions" (/clan profile permissions (player)).
- Added new profile menu tab for permissions.
Manual changes (commands.yml):
profile:
permission: uclans.player.profile
cooldown: 0
subcommands:
- view
- set
- updateskin
- invites
- permissions



Update 8.15.3 (Otimization)
News:
- Optimized the entire GUI item reading and writing system.
- Added the option to add "HideTooltip" via NBT (also for Insertion).
- Added a new placeholder "%uclans_verified_raw%" with true/false returns.


Update 8.15.2
News:
- Updated NbtAPi libs to 1.21.10.
Update 8.15.1
News:
- Updated scoreboard libs.
- Updated hook API with PvpManager.
- Added separate logger and clan message for Leave and Kick reactions (previously, they used the same channel).
- Added new internal event ClanPlayerKickedEvent(UUID playerKicked, UUID clanID, Optional<UUID> sender, Optional<String> reason);
Text changed:
LANGUAGE.clan new kick: "%tag% <red>! <yellow>The player <red>{player_other} <yellow>was expelled from the Clan by <green>{player_kicker}"


Update 8.15.0 (Minecraft 1.21.9/10)
News:
- Added pre-support for Minecraft 1.21.9/10.
- Updated libraries: Scoreboard, NBTs, and Kyori (all).
Update 8.14.8
News:
- Updated top marker comparators.
- Fixed checking top by ID instead of values.
Update 8.14.7
News:
- Updated incorrect message when changing the KDR.
- Updated the EntityTypeInitializer event listing.
- Improved the GUI item paging system.
- Updated the ChestChange event.
Update 8.14.6
News:
- Changed the way the level works with the "Base" Int field.
- Added the "Storage.mysql.args" field to storage.yml
Update 8.14.5 (small fix)
News:
- Updated list and filters for top clans.
- Added new filters for language and home commands.
Update 8.14.4
News:
- Fixed logger events where the new member's nickname was replaced by the leader's.
- Fixed other minor errors found in logger capture.
- Changed the working mode for the internal verification agent.
Update 8.14.3
News:
- Updated Wizard libs and listeners to receive the new "Clan Guardian" addon.
- Fixed the action message sent with the cancel command.
Update 8.14.2
News:
- Updated TriumphTeam Lib.
- Added new softdepend options for UKoth and UOutpost.
Update 8.14.1
News:
- Fixed error when opening levelup menu when custom items did not contain a description.
Update 8.14.0
News:
- Updated API for UClans-API - v8.14.0 (https://jitpack.io/#UlrichBR/UClans-API/)
- (!Critical) Fixed the demote command when searching for information in other clans.
- Removed the search for the deprecated placeholders "%uclans_count_moderators% and %uclans_moderators%", now using "%uclans_clan_role_members_list:ROLE_NAME%".
- Added new placeholders for disputes in clan stats: "%uclans_clan_war_total%, %uclans_clan_glad_win%, %uclans_clan_glad_lose%, %uclans_clan_glad_total%, %uclans_clan_league_win%, %uclans_clan_league_lose%, %uclans_clan_league_total%".
- Added new item to the clan stats menu for Disputes, containing war and event statuses.

Update 8.13.1 (Optimization)
News:
- Optimized the player and clan saving system for creating polls within safer threads, avoiding thread buildup and shutdown failures.
- Added the option to create a "Description" for level rewards.
Changes:
General levelup_home items current lore:
- ' '
- ' <white>Contains rewards: <aqua>{has_rewards}'
- '{REWARDS}'
- '{DESCRIPTION}'
- ' <Yellow>Levelup Requeriments:'
- '{REQUERIMENTS}'
- ''
- '{ACTION}'

