Update 5.4.11
News:
- Added "forced worlds" and "forced regions" pvp to hook with DeluxeCombat in modules.yml.
- Removed old softdepend with Citizens.
- Added new log for requests.
Update 5.4.10 (small fix)
News:
- Fixed yaml storage installation that generated errors after the last update
Update 5.4.9
News:
- Released for use command EXPORTDATA to transfer the data of clans and players to another type of storage.
- Removed the "help_pagination_admin", "help_pagination", "action_desc" and "action_modtag" sessions from the json.yml file. (soon this json.yml file will be unusable.)
- Changed some command color systems.
- Added charge of values in chat actions.
Update 5.4.8 (small fix)
News:
- Fix "cache" column change request generating CHANGE error for SQLite in console.
Update 5.4.7
News:
- Fixed small error with skinrestorer hook when player has no data.
- Changed clan list creation mode in top gui.
- The old signs editing system is now marked @Deprecated.
Update 5.4.6
News:
- Added support for SkinsRestorer and new options in generating cache for skins, especially when the server is in offline mode and the skins are not generated.
- Changed administrative command "delete" leaving player without data.
- Removed unused sessions "action_disband, action_name, action_create, action_changeleader" from json.yml file, these sessions now apply to chat.yml
- Removed small bug when triggering new home creation event.
Update 5.4.5
News:
- Updated API to 4.2
- Fixed placeholder %uclans_home:<num>:<type>%
- Added KILLMEMBER to level.yml file to add points to level per kill (Wait for PvPManager Addon update).
- Added clan home creation to the new chat system.
- Removed `action_homecreate` session from json.yml file (Future will be disabled).
Update 5.4.4 (security update)
News:
- Fixed error in the language file for ban and unban messages players, it may be necessary to delete the lines that contain:
LANGUAGE.clan player (error/success) (unban/ban) (gui)
- Removed command "/uclans reloadaddons", now this is included in the main command "/uclans reload".
- Changed plugin reload mode by command.
- Added "default unchangeable" messages while the plugin is being restarted.
Update 5.4.3
News:
- Changed empty nickname search showing null value.
- Changed default empty unlocker like default homes, allies, slots and rivals to level.yml file
- Small chat updates adding more default color and hover message formats.

Update 5.4.2
News:
- Removed error when firing bossbar in version 1.8.
- Updated bukkit minimessage system to work on 1.19.2 (json messages)
Update 5.4.1 (small)
News:
- Fixed creating new fields for tables in already created bases
Update 5.4.0 (Big Update)
News:
- Added Simple Logo in console to plugin loading.
- Added new profile configuration menu where the player can edit nickname, update skin, choose whether or not to receive clan invitations among other settings.
- Fixed "resetplayerkdr" administrative command for non-clan players.
- Changed color conversion on some relationship placeholders.
- Added tabComplete to /clan list command, now accepts values for tab.
- Increased clan list menu size, now uses 27 free spaces per page.
- Changed true/false settings item icons to LIME_DYE and GRAY_DYE.
- Added new %uclans_player_realname% and %uclans_player_nickname% placeholders.
- Added new %uclans_player_settings:<VALUE>% and %uclans_player_settings_state:<VALUE>% placeholders
- Added new command "/clan nickname <text>" for players.
- Added support for tokenenchant as currency using "TOKENENCHANT" in `Config.money.type`.
- Removed Deprecated currency search methods by nickname.
- Added new "chat.yml" configuration file that will manage and replace "json.yml" and "bossbar.yml"
- Session "Json.simple" of "json.yml" is now no longer used.
Update 5.3.3 (small fix)
News:
- Fixed small error generated by the last level.yml update.
- Changed title of player search menu gui to "<blue>Search <gray>| <dark_red>%amount% result(s)<gray>".
Update 5.3.2 (ItemsAdder + changes)
News:
- Added support for ItemsAdder in tests, use('ItemsAdder:item_name' in nbt session of items in gui.yml).
- Added new "disabled_rewards_worlds" method where players do not receive level rewards on certain worlds.
- Changed level.yml files to no longer generate pre-defined information.
Update 5.3.1
News:
- Fixed ban count when clan was pre-created.
- Fixed placeholders in the Edit Clan menu.
- Changed %uclans_top:<type>:<num>% placeholder mode to work in external plugins.
Update 5.3.0 (settings update)
API:
- API updated to 4.0
- Changed "(boolean) setBanner(UUID, Player, ItemStack)" method to no longer filter only Banners.
- Added method "(BukkitAudiences) getAdventure()" in getLibAPI() with the intention of in the future the addons will no longer manage the audiences players.
News:
- Fixed return tag when adding or removing allies.
- Fixed Bossbar removal when player accepts or denies a clan invite.
- Changed insertion mode from Nbts Integers to model in gui items (CustomModelData).
- Added two new commands for players, "/clan ban <player>" and "/clan unban <player>". Where banned players cannot receive invites or join the clan.
- Added 2 new placeholders "%uclans_count_banned%" and "%uclans_banned%"
- Reorganized the entire Clan Settings menu, a new roles manager will be implemented soon.
- Added new banned player menus in the Settings menu.
- Added new player permissions menu in Settings menu.
- Added new clan edit menu in Settings menu.
Update 5.2.3 (small fix)
News:
- Fixed hook and error with DeluxeCombat.
Update 5.2.2
News:
- Removed italic text being added to texts.
- Added character limiter in gui menus when ProtocolLib is not present.
- Updated DeluxeCombat API to the latest version (v.1.40.3)
- Fixed tag without colors in Json.
- Added to be able to remove any item from gui menus by adding `enabled: false` session to item in gui.yml file
Update 5.2.1
News:
- Fixed ItemStack on Holograms with hidden interface when class is obfuscated.
- Fixed hologram preference when more than one plugin is installed.
- Released addition of new custom language files following the Lang_ID.yml pattern in the /language/ folder
- Added check number of allies when accepting demands.
Update 5.2.0 (Stable Full Update)
News:
- Added Kyori's MiniMessage system, Now you can add tags, elements at all points of the configuration following these defaults "https://docs.adventure.kyori.net/minimessage/format.html".
- Changed the entire "ChatColor" color system (&c, &6 etc...) to the new standard "Color" (<red>, <gold> etc...)
- Added Gradient System, Hex Colors and Color in all files and menus.
- It is now possible to create clans with tags <gradient:#RGB:#RGB>, <rainbow> and <#RGB>, also with default colors "&" and <COLOR>
- Fixed character bug in numbers and added new money formatting system (Clan.formats.money)
- Changed banner submission in the api where it checks if the banner is really a serialized item.
- Fixed characters in numbers <sup> and <sub> for placeholders.
- Fixed duplicate message when reloading plugin.
- Fixed Unicodeblock for tag and description.
- Fixed bossbar for 1.8.
- Fixed reload generating error in tag_raw.
- Fixed kyori bookstore generating errors on some forks.
- Added new hologram API using external hooks.
- Adding hook for CMI, HOLOGRAPHICDISPLAYS, HOLOGRAMS, DECENTHOLOGRAMS.
- Fixed error when fetching base64 reference that does not exist in some versions.
- Fixed Hook with holograms when the preference does not exist.
- Fixed Json message centering.
- Fixed invite players opening search menu when nickname was full.
- Changed message mode to broadcast when deleting clan.
- Fixed sending alternate messages to allies and rivals.
- Fixed clan levels not dropping when losing points when the level was >= the maximum allowed.
- Fixed amount charged from player on commands.
- Command values are now in commands.yml file with default value 0.0 (double).
- Added new language system where the plugin automatically downloads new languages.
- Added (UUID) sender to create and delete clan homes events.
- Language files are now named Lang_ID.yml
- Added support for new language German (DE)
- API updated to 3.9
Note:
NOT OBLIGATORY: For better performance it is necessary to restart the files of language, config, bossbar and json. legacy tags will still work in compatibility mode.