Skip to content

Releases: WiIIiam278/HuskClaims

HuskClaims 1.3.2 - Minecraft 1.21, WorldGuard hook

25 Jun 17:55
828871f
Compare
Choose a tag to compare

HuskClaims 1.3.2 adds support for Minecraft 1.21, adds a new WorldGuard hook, and fixes a number of bugs.

  • Now supports Minecraft 1.21 on Paper
  • Added a WorldGuard hook: A huskclaims-claim flag will be registered, letting you prevent users claiming over WorldGuard regions
  • Added more validation when creating claims. It is no longer possible to create a claim outside of the World Border
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#135)
  • Fixed an internationalization issue related to database table names on non-UTF8 servers
  • Fixed an exception being thrown if a player had identical items in their hands while attempting to inspect or create a claim (#136)
  • Fixed a performance issue performing chunk lookups during a claim highlight
  • Fixed large claims failing to highlight their edges in certain cases

To update, just drag+drop.

📋 HuskClaims binaries are only distributed on Spigot, Polymart, or BuiltByBit.

HuskClaims 1.3.1 - Hotfix

30 May 01:16
80f0b6f
Compare
Choose a tag to compare

HuskClaims 1.3.1 fixes bugs present in the previous release.

  • Fixed a critical issue where the cache would fail to update when resizing a claim
  • Fixed /extendclaim causing extreme lag spikes when executed with a large value by a user with an enormous claim block balance
    • The maximum distance you can extend a claim by is now determined by the inspector tool range * 2 (e.g. 128 by default)
  • Fixed an input issue related to claim block balance update values not accepting the correct range of values
  • Fixed an issue where the inspect nearby claims function would report far too high a number of claims

To update from 1.3, just drag+drop. If you're updating from earlier versions, you should regenerate your locale files (messages-xx-xx.yml) for this release, and you may wish to regenerate your config file as well.

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, or BuiltByBit.

HuskClaims 1.3 - /claimban, better performance, fixes

29 May 21:22
56ae9aa
Compare
Choose a tag to compare

HuskClaims 1.3 adds new features, improves plugin performance, and fixes bugs.

  • Added the ability for players to ban others from claims (#128)
    • New command: /claimban <ban|unban|list> [username] (permission: huskclaims.command.claimban)
    • Requires bans to be enabled: true in config.yml (defaults to false)
    • When a user is banned, they will be moved to a safe spot outside of the claim. They will not be able to re-enter the claim.
  • Added the ability to specify custom model data which a claim tool must have for it to qualify as a claim tool (#49)
  • Improved the information displayed when using /claimblocks (#102)
    • It now shows you a breakdown of your claim block balance, showing you the total number of accrued blocks and how many you've spent.
  • Improved system performance through a new chunk-based caching strategy for claims, courtesy of @alexdev03 (#116)
    • This will improve operation performance, particularly for single-server setups operating on a large scale
  • Fixed a race condition that could occur related to claim block balances, courtesy of @ProdPreva1l (#108)
  • Fixed death drops failing to stack in certain cases due to persistent tags applied to locked items (#115)
  • Fixed empty user groups failing to delete (#126)
    • Improved how user groups are cached for slightly faster performance here
  • Fixed the header locale not being used correctly in /huskclaims flag
  • Fixed dispensers placed on the edges of claims being able to dispense things into claims (including fluids)
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#127)
  • API: Added a new ClaimWorldPruneEvent, fired when a claim world is pruned (#129)
  • API: Added new ClaimBanEvent and ClaimUnBanEvents, fired when claim ban-related actions are performed

To update, just drag+drop. You should regenerate your locale files (messages-xx-xx.yml) for this release, and you may wish to regenerate your config file as well.

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, or BuiltByBit.

HuskClaims 1.2 - Admin flag control, 1.20.5 support

29 Apr 09:48
6c0ccb2
Compare
Choose a tag to compare

HuskClaims 1.2 adds a new admin command, support for Minecraft 1.20.5, and fixes bugs.

  • Added a new admin command: /huskclaims flags (permission node: huskclaims.command.huskclaims.flags (#94)
    • Lets you modify individual flags within a claim, and edit the flag rules outside of claims (in the Wilderness)
  • Added support for Minecraft 1.20.5, includng protecting against decorated pots being broken by projectiles
  • Fixed a few issues with the PlaceholderAPI expansion
    • Fixed the PAPI hook failing to persist when PlaceholderAPI was reloaded.
    • Fixed the PAPI hook not calculating operation permissions silently
  • Fixed a NullPointerException that could occur clearing caches over the plugin message broker (#92)
  • Fixed an off-by-one display issue with claim markers in BlueMap (#95)
  • Fixed /huskclaims reload not reloading the locales file, courtesy of @ProdPreva1l (#96)
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#83, #101)

To update, just drag+drop. You may wish to regenerate your locales file.

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, or BuiltByBit.

HuskClaims 1.1.2 - UX improvements

04 Apr 12:51
607546e
Compare
Choose a tag to compare

HuskClaims 1.1.2 makes a few user experience improvements.

  • /trustlist now displays more information about a claim
    • You can now hover over the claim owner's name to view its area, dimensions, number of child claims, and number of trustees
    • Whether the claim is a child will now be indicated. If it's a child, whether the claim has restricted trust inheritance will also be indicated.
    • /claiminfo has been added as an alias for /trustlist, and customized in your locales file.
  • Added an option to send entry/exit messages (when a user enters/exits a claim) (#77)
    • Can be enabled in config.yml for both entry/exit
  • /usergroup will now tell the player how to create a group if they have not made one to make things a bit more user-friendly
  • When creating a child claim, if creation failed because first selected point was already a child claim, the child claim in question will now be highlighted.
  • Drop locking on death is now off by default and considered experimental (due to a few issues with the current approach)
  • Fixed an issue where players who changed their Minecraft username would not be updated properly in the database on login
  • Fixed a few commands having missing descriptions
  • Fixed issues with users who had usernames with two consecutive underscores being underlined/escaped improperly in clickable menus
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#72)
  • Added Romanian (ro-ro) locales, courtesy of @iRazvan2745 and @Edward205 (#76)
  • API: Added BukkitExitClaimEvent, a cancellable event which fires when a user walks out of a claim.

To update, just drag+drop. You should regenerate your messages-xx-xx.yml file for this release as it contains a few locale changes.

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, or BuiltByBit.

HuskClaims 1.1.1 - Hotfix with hooks

07 Mar 16:13
Compare
Choose a tag to compare

HuskClaims 1.1.1 is a hotfix addressing an issue preventing plugin hooks from loading properly.

  • Fixed hooks not loading properly due to missing references in plugin.yml schema configs

To update from 1.1, just drag+drop.

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, Craftaro, or BuiltByBit.

HuskClaims 1.1 - Sign/death drops moderation, claim pruning

03 Mar 17:10
5f2ce4e
Compare
Choose a tag to compare

HuskClaims 1.1 adds sign/death drops moderation and claim pruning to the plugin, adds a HuskTowns hook, and fixes bugs.

  • Added inactivity pruning for claims (#66)
    • You can now configure a number of days before players are marked inactive
    • If enabled, claims created by inactive users will be automatically removed on startup
    • Options have been added to exclude certain users/worlds
  • Added sign spying and filter moderation features (#63)
    • Useful for moderating against inappropriate text being written on signs
    • Added /signspy to allow staff to receive chat notifications when users write text on signs
    • Added sign filtering to allow automated censoring of sign text against a list of bad words
  • Added death item drops protection moderation features (#63)
    • Item drops can now be locked when users die, preventing others from picking these items up
    • Death drops can also be restricted to prevent destruction
  • Added a hook for HuskTowns. If enabled, this hook prevents the creation of overlapping town and player claims. (#47)
  • Updated the Simplified Chinese locales (zh-cn), courtesy of @jhqwqmc (#53, #57)
  • Fixed a compatibility issue with economy plugins that don't implement transaction failing on API calls that would result in a negative balance.
  • Fixed a wrong argument index check with the /buyclaimblocks command syntax

To update, just drag+drop and regenerate your locale files (messages-xx-xx.yml).

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, Craftaro, or BuiltByBit.

HuskClaims 1.0.3 - Pet protection

19 Feb 13:37
8d83ffe
Compare
Choose a tag to compare

HuskClaims 1.0.3 adds pet protection support and fixes bugs.

  • Added pet protection (#52)
    • Tamed animals (aka pets) will now be protected from harm if the pets system is enabled (default: true)
    • You can transfer ownership of pets with the new /transferpet <username> command while looking at them
  • Fixed an issue that could prevent user database registration, courtesy of @EmptyIrony (#43)
  • Fixed various issues related to passive mob spawning
  • Added Russian (ru-ru) locales, courtesy of Artem4ikBaik
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#41)

To update, just drag+drop. You may want to regenerate your locale (messages-xx-xx.yml) files.

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, Craftaro, or BuiltByBit.

HuskClaims 1.0.2 - Bug fixes

30 Jan 15:39
e60150d
Compare
Choose a tag to compare

HuskClaims 1.0.2 fixes bugs and adds international locale translations.

  • Added Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#31)
  • Fixed /unclaim and /extendclaim not being usable by the claim owner in certain cases
  • Fixed plugin hooks throwing exceptions when reloading the plugin with /huskclaims reload
  • Fixed the locales file automatically overwriting custom changes, courtesy of @EmptyIrony (#36)

To update from v1.0.x, just drag+drop.

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, Craftaro, or BuiltByBit.

HuskClaims 1.0.1 - Update checker

16 Jan 13:04
4f97ddf
Compare
Choose a tag to compare

HuskClaims 1.0.1 adds an update checker and bStats metrics to the plugin.

  • Added an update checker.
  • Added bStats metric collection (to opt out, disable in your bStats config file). You can view metrics via the link on the resource page.

To update, drag+drop. There are no config changes.

📋 Official HuskClaims binaries are only distributed on Spigot, Polymart, Craftaro, or BuiltByBit.