Skip to content

Releases: WiIIiam278/HuskHomes

HuskHomes 4.7 - 1.21 support, cross-server /rtp

24 Jun 18:10
6e0e51f
Compare
Choose a tag to compare

HuskHomes 4.7 adds support for Minecraft 1.21 and adds the ability for /rtp to be used cross-server.

  • Added the ability to randomly teleport cross-server, courtesy of @ProdPreva1l (#647)
    • Requires REDIS to be set as the message broker in a cross-server setup; a new toggle has been added for enabling cross-server /rtp
    • You may define a set of "target servers" where the /rtp command may randomly teleport the player within the overworld of
  • Added support for Minecraft 1.21 on Paper (requires Java 21)
  • Added Vietnamese (vi-vn) locales, courtesy of Iamsad_VN
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @davgo0103 (#639)
  • Updated the Traditional Chinese (zh-tw) locales, courtesy of @jhqwqmc (#642)
  • API: API has been added for HuskHomes on Fabric, to allow developers to create mod hooks if they so wish.

To update, just drag+drop.

HuskHomes 4.6.3 - Fabric 1.20.6, bug fixes

30 May 01:34
02574ce
Compare
Choose a tag to compare

HuskHomes 4.6.3 fixes bugs and adds support for Minecraft 1.20.6 on Fabric servers.

  • Fabric: HuskHomes now targets Minecraft 1.20.6
  • Add support for PostgreSQL data storage, courtesy of @PseudoResonance (#616)
  • Added world-specific permissions for /rtp, courtesy of @alazeprt (#626)
    • Addedhuskhomes.command.rtp.(world_name) permissions, letting you let users /rtp to specific worlds as you desire
    • This replaces huskhomes.command.rtp.world
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#605)
  • Fixed /setspawn not updating world spawns when it was run (#622)
  • Fixed the error message when trying to set home when free slots had been expended being misleading (#614)
  • Fixed the cooldown message when less than a second was remaining displaying incorrectly (#615)
  • API: Added a TeleportWarmupCancelledEvent, courtesy of @alexdev03 (#628)

To update, just drag+drop. You may wish to regenerate your locales for this release as there is a minor addition.

HuskHomes 4.6.2 - Improved /phome command

01 Apr 14:30
c72c718
Compare
Choose a tag to compare

HuskHomes 4.6.2 improves the /phome command syntax to be more user-friendly.

  • /phome now accepts just the name of a publicly-set home
    • You no longer need to pass the owner's name
    • If multiple homes with the same name by different users are public, executing this command will bring up a public home list filtered to homes of that name to allow the user to click through
    • TAB completion will now suggest public homes by their name for easier navigation, except in cases where there are delicately-named public homes
  • Added teleportation invulnerability (off by default), courtesy of @ProdPreva1l (#515)
    • This lets you configure a period which players will temporarily be invulnerable for after teleporting
  • Added additional permissions for changing a home/warp's name, description, or location (huskhomes.command.edit(home|warp).(rename|description|relocate))
  • The privacy status of a home will now be displayed in /homelist, courtesy of @ProdPreva1l (#577)
  • Changed date/time formatting so that it is now based on your server's system locale (#599)
  • Whether teleport warmups should be cancelled due to movement/damage is now configurable (#564)
  • Fixed an issue with /tp permissions requiring the other permission for self-teleports (#575)
  • Fixed renaming a home/warp allowing existing homes/wraps to be overwritten (#594)
  • Fixed players not being dismounted from ridable entities/ejecting passengers before a global teleport server change (#555)
  • Fixed interactive menus failing to work properly for users who had consecutive underscores in their usernames or home names (#568)
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#576, #582, #583)
  • Updated the Turkish (tr-tr) locales, courtesy of @WinTone01 (#596)

To update, just drag+drop. You should regenerate your locales file (message-xx-xx.yml) for this release as their are locale changes.

HuskHomes 4.6.1 - Fixes & improvements

19 Feb 14:38
24c97a4
Compare
Choose a tag to compare

HuskHomes 4.6.1 fixes a bug for Redis users, adds a missing permission node check, and adds some new API hooks for Fabric users!

  • Fixed plugin messaging channels failing to register if the REDIS message broker was in use
  • Fixed a permission node check for teleporting other players being missing when using /tp, courtesy of @Emibergo02 (#567)
  • Fabric: Added Support for Impactor Economy and Fabric PlaceholderAPI, courtesy of @ahdg6 (#572)
    • Note that Impactor only supports MC 1.20.1 at the moment — but should work when they update!

To update, just drag+drop.

HuskHomes 4.6 - New config layout, platform APIs

13 Feb 18:07
8d0871a
Compare
Choose a tag to compare

Please note, as announced on Discord, starting with this release support for Minecraft 1.16 and Java 16 has been dropped. HuskHomes now requires Java 17 / Minecraft 1.17.1 as a minimum.

HuskHomes 4.6 introduces a new config layout, adds per-platform API publishing, and now targets Fabric 1.20.4 / Sponge 1.19.4 (API v10) / Spigot 1.17.1+ running Java 17. You must regenerate your config.yml and messages-xx-xx.yml files for this release

  • Added an option to force users to respawn at the /spawn position when they die, courtesy of @Yuhtin (#540)
  • The layout of config.yml has been reworked to have a better layout.
  • The plugin's version requirements have now changed. Additionally, HuskHomes now requires Java 17.
    • Fabric: Updated to target Minecraft 1.20.4
    • Sponge: Updated to target API v10 (Minecraft 1.19.4)
    • Paper/Spigot: A minimum of Minecraft 1.17.1 is now required.
  • Added Brazilian Portuguese (pt-br) locales, courtesy of @EmanuelFNC (#548)
  • Added French (fr-fr) locales, courtesy of @Funasitien (#527)
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#554)
  • API: Improved the Teleport API to now provide methods to catch and gracefully handle TeleportationException, displaying what went wrong to the user
  • API: The way the HuskHomes API is published has been changed.
    • APIs are now published per-platform; huskhomes-bukkit, huskhomes-fabric, huskhomes-sponge, and huskhomes-common can now be targeted.
    • Existing Bukkit API developers can update their build scripts to target the net.william278.huskhomes:huskhomes-bukkit artifact
    • BaseHuskHomesAPI is no longer an abstract class; you can now retrieve an instance of the base class with BaseHuskHomesAPI.getInstance()
    • Otherwise, there are no breaking changes.

To update, drag+drop and regenerate (delete, and let regenerate) both your config.yml and messages-xx-xx.yml files.

HuskHomes 4.5.5 - Hotfix, API improvement

27 Dec 18:01
b07a558
Compare
Choose a tag to compare

HuskHomes 4.5.5 fixes a bug with /delwarp default permissions and adds new methods to the edit events as part of the HuskHomes API.

  • Fixed /delwarp not being restricted to operators by default
  • API: Added #getOriginalHome and #getOriginalWarp methods to EditHomeEvent and EditWarpEvent respectively

To update from v4.5.4, just drag+drop.

HuskHomes 4.5.4 - Minecraft 1.20.4, bug fixes

26 Dec 15:59
04dfa71
Compare
Choose a tag to compare

HuskHomes 4.5.4 adds support for Minecraft 1.20.4 on Paper. Fabric support will come a bit later.

  • The plugin will now use the native adventure implementation on Paper servers, improving support for future MC versions and adding support for 1.20.4.
  • The plugin will now warn in console if the rtp radius is invalid by being smaller than the spawn exclusion radius
  • Added Korean (ko-kr) locales, courtesy of cada3141
  • Updated German (de-de) locales, courtesy of @Ceddix (#518)
  • Updated Polish (pl-pl) locales, courtesy of rasta
  • Fixed an issue where the home/warp name regex option keys were being read/written to the wrong config section
  • Fixed a bug where player respawning would continue to respawn players at their bed/respawn spawn if their respawn position was local even if the bed/respawn anchor was broken
  • Fixed a bug where the /edithome command would not respect certain permissions for editing other online player's homes (#531)
  • API: Fixed a bug where the editUserData methods were not working correctly

To update from v4.5.3, just drag+drop.

HuskHomes 4.5.3 - Bug fixes

23 Oct 10:10
34fefaf
Compare
Choose a tag to compare

HuskHomes 4.5.3 fixes a few more bugs present in the previous release.

  • Fixed the TITLE/SUBTITLE notification display slot not working correctly if a SUBTITLE slot was being used
  • Fixed teleportation failing on Bukkit if the user was being ridden by another entity (they will now be ejected)
  • Fabric 1.20.1: Fixed a crash on startup caused by an incompatible adventure version being bundled

To update, just drag+drop.

HuskHomes 4.5.2 - Bug fixes

13 Oct 16:31
eccefac
Compare
Choose a tag to compare

HuskHomes 4.5.2 fixes a few bugs in the previous release.

  • Fixed servers running Paper/Spigot 1.18.2 and below throwing errors when players respawned due to the plugin compiling against the wrong version of Spigot
  • Fixed warps never appearing in the /warplist if permission_restrict_warps was enabled due to the wrong wrap permission being checked when creating the list
  • Fixed the list of homes in /homelist or /warplist being outdated after a user executed a bulk delete via /delhome all or /delwarp all

To update from v4.5.x, just drag+drop.

HuskHomes 4.5.1 - Minecraft 1.20.2 support

30 Sep 15:36
e7972fc
Compare
Choose a tag to compare

HuskHomes 4.5.1 adds support for Minecraft 1.20.2.

  • Added support for Minecraft 1.20.2, and updated the Fabric mod to target 1.20.2
  • Fixed a few minor grammatical errors and improved the syntax error message
  • Fixed sound effects not playing properly during long-distance teleports on Spigot/Paper
  • Fixed players not being properly dismounted before being teleported (#496)
  • API: Added an API method for creating a home that exposes flags to suppress validation errors

To update from v4.5, just drag+drop.