В HuskSync 2.2.5 исправлены ошибки и проверена работа с Minecraft 1.20 на Spigot. Что будет дальше с HuskSync, спросите вы? Я работаю над различными улучшениями внутреннего способа обработки асинхронных операций, чтобы улучшить стабильность работы с другими плагинами, использующими CompletableFutures.
Для обновления с версии 2.2.4 вы можете просто перетащить+отпустить.
HuskSync 2.2.4 исправляет ряд ошибок, присутствующих в предыдущем выпуске, и добавляет опцию, удобную для настроек с использованием игрового правила keepInventory или плагинов.Чтобы обновить, вы должны перегенерировать свою конфигурацию, так как была добавлена новая опция и переименован ключ. Обязательно обновите конфиг на всех серверах.
- Added a new config option under the synchronization section: save_empty_drops_on_death
- This option, which is enabled by default, can be set to false to stop user data snapshots from being created when a user dies and has dropped no items
- Requires the save_on_death option to be on to be effective
- This is beneficial for setups using keep inventory (#73)
- Fixed an issue that would prevent servers from saving persistent data container tags correctly on shutdown
- Fixed an issue where the update checker would erroneously report that an update was available
- Renamed the save_dead_player_inventories option to synchronise_dead_players_changing_server to better reflect how it works.
- Updated the German (de-de) locales, courtesy of @Ceddix (#101)
HuskSync 2.2.3 contains more fixes and tweaks to improve your user's experiences.To update, just drag+drop.
- Fixed an issue where players could interact with item frames during the locked synchronization process.
- Fixed an issue where a ConcurrentModificationException could occur when fetching the user's PersistentDataContainer key mappings
- Added a new config option (synchronisation.blacklisted_commands_while_locked)
- This lets you blacklist certain commands to prevent them from being used during the locked synchronization process.
- Useful for certain plugins, like auction house plugins
- Empty by default