locales: Update zh-cn (#605)
deps: bump commons-io:commons-io from 2.15.1 to 2.16.0 (#603)
Bumps commons-io:commons-io from 2.15.1 to 2.16.0.
updated-dependencies:
- dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
HuskHomes 4.6.2 improves the /phome
command syntax to be more user-friendly.
/phome
now accepts just thename
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 theother
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.
docs: update tagline
fabric: move off impactor economy deprecated API methods
build: target h2 driver 220 due to java 21 issue