Update zh-tw.yml (#360)
jitpack: Publish API with Java 17
(This is the build of HuskHomes v4.2 on Fabric for Minecraft 1.19.2)
HuskHomes 4.2 is now compatible with Fabric (1.19.4) & Sponge (API v8)! Please make sure you download the correct jar file, as Sponge and Fabric are not bundled into the Spigot/Paper "Plugin" jar.
- Add Fabric (Minecraft 1.19.4) server-side mod support (#348)
- You can now run HuskHomes on Fabric 1.19.4 servers
- Requires the Fabric API
- A build for 1.19.2 servers is also being released for those using Cobblemon
- HuskHomes on Fabric will target the latest release version of Minecraft
- Also now available on CurseForge
- Please note global respawning is not currently working on fabric.
- Add Sponge (SpongeAPI v8) server mod support (#354)
- API v8 targets 1.16.5 primarily. Compatibility for newer versions should work, though since newer versions will target API v9 I may update this in the future.
- The sponge hook supports the Sponge economy service system
- Added ability to resolve unsafe positions by UUID where the identifier would otherwise be unsafe
- A UUID is now accepted in place of the home/warp name in all home and warp commands
- The UUID name will be used and suggested in renaming or description updating commands when the home command contains MineDown-format sensitive characters to avoid conflicts
- This is mostly useful for international users who have enabled unicode characters in home names (previously, inserting a
[
for instance would break the menus)
To update, you should regenerate your locale files. Otherwise, there are no config changes. Please make sure to download the correct file.
Update Fabric for 1.19.2 to latest changes from master
Add safety resolver to sponge, fix fabric permissions (#355)
Add Sponge (API v8) server mod support (#354)
Target fabric-loader 14.17
fabric: Use Executors#newSingleThreadScheduledExecutor