Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump net.william278.huskhomes:huskhomes-bukkit from 4.9 to 4.9.5 #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps net.william278.huskhomes:huskhomes-bukkit from 4.9 to 4.9.5.

Release notes

Sourced from net.william278.huskhomes:huskhomes-bukkit's releases.

HuskHomes 4.9.5 - Bug fixes

HuskHomes 4.9.5 fixes a few bugs from the previous release.

  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @​jhqwqmc (#783)
  • Fixed the wrong edit_warp_menu_metadata locale key being present in the default locales causing this to not appear in-game
  • Fixed an issue with /back teleport logic on death due to a wrong noneMatch check on restricted worlds
  • Fixed the wrong permission being checked when executing /back in certain circumstances
  • Fixed a rare concurrency issue when receiving multiple teleport requests (#793)
  • Fixed inherited nodes not being resolved for numerical permissions (#791)
  • Fabric: Fixed namespace-backed versions of command aliases not being registered

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

HuskHomes 4.9.4 - LuckPerms hook, restricted /back worlds

HuskHomes 4.9.4 adds a LuckPerms hook for better numerical permission calculating and lets you restrict where /back can take you by world.

  • Added a restricted_worlds option for the /back command.
    • Lets you define a list of worlds, by name, where /back will not save the player's last position within
  • Added /huskhomes dump to produce a system status dump of the plugin to the web
  • Added the ability to customise the home delimeter
    • This is the character that separates player names from home names when teleporting to a public home or another user's private home. (e.g. the . (period) in "/phome <username>.<home_name>")
    • This setting is useful for Bedrock users where the current default (a period - .) is being used as the Floodgate Bedrock user prefix
  • Added a LuckPerms hook, which allows for more accurate numerical permission calculations (#542)
    • On by default, if LuckPerms is installed. Can be disabled under luckperms in the config file
    • This lets the permission stacking calculator scan for duplicate keys - e.g. if you have the huskhomes.max_homes.1 permission set twice, the calculated max homes will be 2 instead of 1 as is the case if this hook is not enabled
  • Added the ability to disable the Plan hook (under plan in the config file)

To update from 4.9.3, regenerate your config.yml and locales (messages-xx-xx.yml) files.

HuskHomes 4.9.3 - Home slot command, bug fixes

HuskHomes 4.9.3 fixes bugs found in the previous release.

  • Added /huskhomes homeslots <username> [view|add|remove|set] (#495)
    • Permission node: huskhomes.command.huskhomes.homeslots (operator-only by default)
    • Requires economy features to be enabled and an economy hook to be loaded
    • Lets admins manually adjust the purchased home slots of another user
  • Improved the compatibility of /back with EEssentials and other Fabric server-side mods (thanks: Novoro)
  • Fixed explicit negative warp permission nodes not overriding permission-restricted warp wildcard nodes (#779)
  • Fixed /tpaall failing to send request messages out on the local server (#777)

To update from v4.9.2, please regenerate your locale (messages-xx-xx.yml) file.

HuskHomes 4.9.2 - Bug fixes, improvements

HuskHomes 4.9.2 fixes some significant issues in previous releases.

  • Improved permission-restricted warps
    • Changes permission restricted warps to use huskhomes.warp.<name> without the .command. (to avoid sub-command conflicts)
    • Added wildcard permission support: huskhomes.warp.* is now supported
  • Economy features are now disabled by default and must be explicitly enabled in config.yml
    • This is a more sensible default for the average user; most people aren't using economy features with HuskHomes and when enabled the economy home slot checks cause confusion with updating the max homes

... (truncated)

Commits
  • 18cda2d fix: namespace-backed aliases not being registered, close #795
  • 1590c84 fix: resolve inherited nodes for numerical perms, close #791
  • 73f7a9f fix: wrong perm check with /back
  • f5e12ea feat: use ConcurrentLinkedDeque for request tracking, close #793
  • 34e7a88 fix: noneMatch in canReturnToWorld
  • 7c97695 locales: fix wrong edit_warp_menu_metadata locale key
  • 845e5c4 locales: update zh-cn.yml (#783)
  • 5d3d085 build: bump to 4.9.5
  • a1e79b9 fix: make /huskhomes homeslots admin by default
  • 6ab554f feat: make LuckPerms hook a (soft)depend
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [net.william278.huskhomes:huskhomes-bukkit](https://github.com/WiIIiam278/HuskHomes) from 4.9 to 4.9.5.
- [Release notes](https://github.com/WiIIiam278/HuskHomes/releases)
- [Commits](WiIIiam278/HuskHomes@4.9...4.9.5)

---
updated-dependencies:
- dependency-name: net.william278.huskhomes:huskhomes-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant