Hytale had several architectural changes in Update 5 that have already been implemented in HySuite!
Minor fix to item qualities in the Item Editor. Available qualities will now be validated correctly to prevent corrupted items.
The old weapon balance system has been replaced with a robust and very comprehensive item editor.
You can access it from the UI.
![]()
- A section of the code has been refactored to make it compatible with the upcoming Hytale Update 4. (BlockState -> BlockComponents)
- A robust permissions system has been introduced. Its use is not mandatory; if permissions are not specified, you can continue using it as usual: OP users have access, non-OP users do not.
Below is the list of available permissions:
## General UI
hysuite.ui: Open the HySuite admin UI.hysuite.config.edit: Edit HySuite configuration values from the UI (toggles, numbers, lists).
## Recipe Blocker
-hysuite.recipe.apply: Apply recipe blocker changes (save + refresh).
## Weapon Balance
-hysuite.weapons.edit: Edit weapon balance entries from the UI.
## Mob Drops
-hysuite.drops.edit: Edit custom mob drop rules from the UI.
## Chunk Purge
hysuite.chunkpurge.preview: Run chunk purge in preview (dry) mode.hysuite.chunkpurge.run: Execute chunk purge (actual deletion).hysuite.chunkpurge.prune: Allow pruning empty region files after purge.hysuite.chunkpurge.cleanclaimed: Allow cleanup inside claimed chunks (SimpleClaims integration).
## Inventory Cleanup
hysuite.cleanitems.preview: Run inventory cleanup in preview (dry) mode.hysuite.cleanitems.run: Execute inventory cleanup (actual deletion).hysuite.cleanitems.online: Include online players.hysuite.cleanitems.offline: Include offline players.hysuite.cleanitems.containers: Include containers (chests, etc).
Fix for an error during the initial generation of the configuration file.
The "mods/HySuite" folder generated by previous versions (1.0.1 or 1.0.2) of HySuite must be manually deleted.
