Update 4.2.3
News:
- Fixed: error when disabling the abstract command to reload the addon.
Update 4.2.2
News:
- Changed: Updated UClansV7-API to 7.13.0-R1. Requires uclans 7.13.0+
- Changed: Updated nbts system.
- Fixed: Fixed error in the count of extra chest + buy + unlocker bringing the number of pages wrong.
Update 4.2.0 (Minecraft 1.21)
News:
- Added pre support for Minecraft 1.21.
Update 4.1.0 (Minecraft 1.20.6)
Update 4.0.1
News:
- Fixed error when searching for a task not present when active saving is disabled.
Update 4.0.0 (V7 API)
News:
- Updated api to UClansV7-API (7.0.0-beta.24). Requires Ultimate Clans V7.0.0+.
- Size reduction of around 80% in size now using the main plugins as a library.
- Full support for Folia, Spigot, Papers and similar forks.
Update 3.5.0
News:
- Requires Ultimate Clans 6.13.0+
- Added support for version 1.20.2.
- Updated nbt, gui and kiori libraries.
- Reduced gui menu libraries.
Update 3.4.0
News:
- Added new administrative command "/clanchest" with subcommands "help, reload and open".
- Added method for administration to open and edit the clan chest.
Update 3.3.2 (1.20)
News:
- Added pre-support for Minecraft 1.20
- Updated API to 6.5.0-r2 (Required UltimateClans 6.5.0+)
- Added new snakeyaml library.
Update 3.2.2
News:
- Changed mysql `id` key field to a value of `396 bytes`, thus giving greater compatibility to older versions of mysql.
- Changed `item` field to `longtext` thus accepting more items edited with the serialized item.
Update 3.2.1 (REBUILD)
News:
- Added support for PAPI.
- Added new placeholders `%clanchest_limit% and %clanchest_extra%`
- Added Extra Chest to total count.
Update 3.2.0
News:
- Chest, Updated api to 6.3.0-r6 (Need Ultimate Clans 6.3.0+)
Update 3.1.0 (Logger)
News:
- Updated api to 6.1.0-r2.
- Added support for Polish language (PL).
- Implemented a system to Logger the actions of the ChestUpgrade.
- Added new internal event `ClanChestUpgradeEvent`
Update 3.0.1
News:
- Added support for Russian (RU) language.
Update 3.0.0
News:
- Updated API for V6-snapshot44
- Added text mode for all commands with option to force gui.
- Added subcommand system for the
/clan chest command. - Added
buy and open subcommands for the chest command. - Added permissions injection for clan members and roles
Chest-Buy and Chest-Open where the leader can choose what permissions the roles will have.
Update 2.7.2 (small sql change)
News:
- Change in creating table `chest_info_table` creating clanid key `DEFAULT NULL` now uses `NOT NULL`
Update 2.7.1
News:
- Removed small debug mode.
- Changed operating storage mode for legacy versions 1.12<
Update 2.7.0
News:
- Downgraded the Hikari version to 4.0.3 to support java 8+.
- Changed unlocker's default to empty so accepting blank settings.
- Changed default pages to not add to the unlocker, leaving the default only when the unlocker is not used.
Update 2.6.0
News:
- Now gui menu data is no longer dependent on the api, bringing freedom for menu editing.
- Added option of placeholders (papi) in title and menu items.
- Added option to remove items and fill from menus by adding `enabled: false` to the item.
- Added option to change item slot and slots are now visible as `slot:<num>`.
- Added option to mimic items in other slots with `mimeslots:` option (List<String>)
- Added option to add CustomModelData to menu items using `model: <num>` session.
- Removed multi item fill `<item>,<item>`.
- Changed mode of alerts in the title of the menus.
- Changed how to parse placeholders.
- Added option to change menu rows.
Update 2.5.0
News:
- Requires UClans 5.6.0+
- Added option to remove menu items using `enabled: false` session.
- Fixed Adventure being shut down when the addon is reloaded.
- Fixed NBT Integer for adding CustomModelData.