
⚔ Ultimate Clans ⚔ 8.8.1
Take your server to a higher level. Addons and more...
News:
- Fixed command to kick a player when the leader also has a moderator role.
- Published bypass permission for Clan Homes in worlds and regions (previously hidden) `Config.special_permissions.bypass_command_home`
News:
- Fixed error in inviting players when `store_all_players` mode is disabled and the player does not have a profile.
News:
- Added option to choose priority of chat events for clan and chat actions. by default NORMAL and possible: `LOWEST, LOW, NORMAL, HIGH, HIGHEST`
News:
- Fixed error in search of placeholders with invalid names for top clan.
- Changed order of top clans placeholders.
Attention, This update contains changes in the gui menu of banned players and clan list.
News:
- Added new option `Skins.cache.enable_offline` to query skins using nickname instead of UUID. The `prefer_to_hook` needs to be turned off.
- Changes to general menus linked to PlaceholderAPI in menu items and titles.
- Changed gui menu for banned players, control bar is now on top.
- Changed gui clan list menu, now fill items are divided into three parts.
- Changed the location of pos slots defined in the clan list menu.
News:
- Added new chat cancel events for clan chat.
- Added papi parse changes for settings and disband menus.
- Added numeric Model option to `Settings.icon_<VALUE>_model` to add CustomModelData to true/false items.
News:
- Changed nickname shutdown for commands.yml file.
- Added preoption to disable commands by adding 'enabled: false' to player commands.
- Fixed active tab of top points.
News:
- Changed priority of AsyncPlayerChatEvent event.
- Added recoloring of chat events, avoiding errors with minimessage created with some chat plugins.
- Optimization in the search for active chat events.
News:
- Added new `useplaceholder` method for skinsrestorer on servers in 'Standalone Mode' (not for proxy).
- Added invalid characters option for creating clan Homes.
News:
- Updated player profile system, it is now possible to NOT SAVE data for all players. but this way players without a clan also don't have a profile.
- Optimization in saving and searching profiles.
- Fixed sync error when changing clan description.
- Added translation to top clan category of gui menus.
- Added new top menu and top placeholder called 'POINT' where it shows the top clans with Points.
- Added new placeholder %uclans_top:POINT:<NUM>%
- Added PUBLICHOMES to placeholder %uclans_settings_state:...%
News:
- Update on the skins system with skinsrestorer
For servers in offline mode and in proxy mode follow the steps below (these steps created by skinsrestorer)
Set skinsrestorer to true.
Install the latest DEV version https://ci.codemc.io/job/SkinsRestorer/job/SkinsRestorerX-DEV on your backend and proxy servers.
You can enable the backend storage by create a file called enableSkinStorageAPI.txt in SkinsRestorer folder (backend server -> ./plugins/SkinsRestorer/enableSkinStorageAPI.txt)
Enable Mysql mode in the SkinsRestorer configuration file in the backend and also in the proxy, the connections must point to the same database.
Restart your entire network.
News:
- Removed skins error when api database is not found.
- Added option to turn off hook with Skinsrestorer in modules.yml file
News:
- Fixed placeholder for "clan_home" returning empty value when clan has no homes.
- Fixed list of homes in stats menu looking for viewer uuid.
- Fixed clan homes being able to be created with more than one word in chat mode.
- Changes to Player skin on offline servers.
News:
- Recreated the entire KDR system for players and clans, now clandata no longer stores k/d/r data, the calculation is now done from clan member data.
- Fixed top k/d/r count.
- Added to the `resetclankdr` administrative command now accept `TAG and NICKNAME`.
- Changed to `/uclans resetclankdr TAG/NICKNAME` command resets KDR of all clan members.
- The `resetclankdr` administrative command accepts `TAG and NICKNAME`.
- Added skins mode for servers in offline mode using SkinsRestorer.
- Added TabComplete for online players in command `/clan profile <PLAYER>`
- Added tabComplete for clans in `/clan info <TAG>` command
- Fixed `/clan profile` command opening non-editable menu for profile owner, now searching by UUID.
- Fixed duplicate message when changing clan tag with chat actions.
- Changed placeholder %uclans_home:<num>:location% to a formatted location: "world: x/y/z".
- Added new option in "stats" menu to see "Clan Homes" of other clans, by default off in config.yml
- Added new option in clan setings to turn on and off visualization of "Clan Homes", with default off in config.yml
News:
- Fixed Libraries shaded with org.* being obfuscated.
- Removed old shared Libraries.
News:
- Fixed error when disabling gui menus with reload commands.
- Optimized performance with skin related player profile changes.
News:
- Added termination of listening events when the plugin is reloaded, this removes event duplication caused by Addons.
- Changed how addons are treated when they are enabled.
- Other minor changes to start, restart and reload actions
News:
- Change Placeholder request mode with papi.
- Changed some API fetch modes.
- Fixed %sec_expires% placeholder for invites.
- Minor changes to the database api.