Update docs, bump version, add methods to get exception types
(This is the build of HuskHomes v4.3 on Fabric for Minecraft 1.19.2)
HuskHomes 4.3 adds support for Folia, adds the ability to /rtp
into other worlds, adds an importer from EssentialsX, updates the Pl3xMap hook, and fixes a significant number of bugs.
- Added support for running HuskHomes on Folia servers (#376)
- Added the ability to import data from EssentialsX (#390)
- To do this, use the new
/huskhomes import
command. Check the docs for more details. - This requires the
huskhomes.command.huskhomes.import
permission.
- To do this, use the new
- Added a config option to make home and warp names case-insensitive (this is off by default)
- Useful to avoid confusion to prevent users making homes and warps with matching names by case (e.g.
example
vsExAmPle
) - Also useful on Bedrock edition where you can't TAB complete stuff easily
- Useful to avoid confusion to prevent users making homes and warps with matching names by case (e.g.
- Added the ability to random teleport to another world (#387)
- To do this, use
/rtp [player] [world]
. - This requires the
huskhomes.command.rtp.world
permission when used to teleport to a world other than your current one. - TAB completion has been added to the
/rtp
command
- To do this, use
- Updated the Pl3xMap hook to use the latest API (#382)
- You can now also use the Pl3xMap hook on Fabric servers, since Pl3xMap supports fabric.
- You may need to update your version of Pl3xMap to continue using it with this release.
- Updated the German (de-de) locales, courtesy of @Ceddix (#396)
- Fixed some command aliases not registering correctly on Paper, Fabric or Sponge (but not Spigot) servers:
/tpyes
,/tpdeny
and/tpno
will now register correctly. - Fixed the local username closest-match resolution system overriding global exact matches when similarly named players were connected to the network (#392)
- Fixed some instances where teleportation would silently fail due to illegal target coordinates, particularly on timed teleports
- Fixed a circular dependency issue when launching the plugin with Plan and Essentials installed (#378)
- Fixed the random teleport engine being able to provide positions outside of the world border (#395)
- Fixed some erroneous formatting in the about menu
- Fixed erroneous trailing commas on credit lists
- Fixed credit descriptions not being properly displayed on hover
To update, you should regenerate (create a backup, delete and fill in again after updating) your config.yml
and messages-xx-xx.yml
files. Enjoy!
Adjust importer color
updated german translation (#396)
Ensure RTP positions are within border, cleanup safety logic (#395)
Add handling for TeleportExceptions thrown when completing TimedTeleports