HuskClaims | Modern Cross-Server Claims v1.5.10

A clean, cross-server compatible grief prevention plugin
HuskClaims 1.3.6 adds the ability to set claims as private, meaning untrusted users are able to enter them.
  • Added the ability to make claims private, courtesy of @djoey123 (#174)
    • Only users who have a trust level in a private claim may enter them.
    • This feature is disabled by default and can be switched on with the private_claims option under bans in config.yml
    • Can be toggled on/off within a claim or child claim with the /claimprivate command
  • Added Traditional Chinese (zh-tw) locales, courtesy of @yichifauzi (#166)
  • Fixed users who are ignoring claims being removed from claims when banned (#151)
  • Fixed administrators with access to create and manage admin claims being unable to resize them with the claim tool
To update, drag+drop. You may wish to update your config if you wish to enable the new private claims feature.
HuskClaims 1.3.5 fixes bugs in the previous release.
  • Improved compatibility with world manager plugins. Late-loaded worlds should now correctly load or create claim worlds.
  • Fixed an issue that prevented data from being converted correctly from HuskClaims 1.2.x
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#158)
To update, just drag+drop.
HuskClaims 1.3.4 adds a few small quality-of-life features and corrects bugs found in the prior release.
  • Added the ability to modify the set of operation groups granted to claim owners, courtesy of @alexdev03 (#150)
  • Added the ability to view when a claim or child claim was created by hovering over the owner's italicized name in the /trust menu
  • Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#140)
  • Fixed a race condition that could occur when performing actions against claims, courtesy of @ProdPreva1l (#156)
  • Fixed toggling operation group commands without specifying on/off as an argument failing to toggle the group
  • Fixed users who were banned from a claim being booted out of unrelated claims if they were standing in one (#151)
  • Fixed the death drops handler spamming console with exceptions if a user died and respawned in a different dimension under certain circumstances (#148)
  • Fixed player names not being updated internally if the user had rejoined after changing their username (#149)
  • Fixed claim resize operations not cancelling correctly if the claim was deleted during resize (#152)
To update from HuskClaims 1.3.3, please drag+drop and regenerate your locale (messages-xx-xx.yml) file.
HuskClaims 1.3.3 fixes bugs from the previous release.
  • Fixed claim area / dimension calculations being incorrect
    • This update may lead to reported claim block balances in /claimblocks being inconsistent with claim data from prior releases
    • The /claimblocks reporting screen has been updated to correct an oversight with reported expenditures
  • Fixed the WorldGuard region overlap check being inaccurate if multiple WorldGuard regions overlapped a claim
  • Fixed the permission check when resizing a claim being incorrectly inverted
  • Fixed hooks not being reset when /huskclaims reload was used
To update, just drag+drop.
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 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.
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.
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.
Buy a license now
$12.49
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
5,142 Views
54 Purchases
51 Downloads
Jan 16, 2024 Published
Jul 4, 2025 Updated
1.00 star(s)
Average rating (1)
89.7 MB File size
Type
  1. Gameplay
  1. Protection
  1. World
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.17
  1. 1.18
  1. 1.19
  1. 1.20
  1. 1.21
Creator
Recommended for you
A simple and elegant proxy-compatible Towny-style protection plugin
Not yet rated
23 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,251 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,263 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,137 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,825 purchases
Share and earn
Refer this resource and earn a 10% commission.
5,142 Views
54 Purchases
51 Downloads
Jan 16, 2024 Published
Jul 4, 2025 Updated
1.00 star(s)
Average rating (1)
89.7 MB File size
Type
  1. Gameplay
  1. Protection
  1. World
Supported software
  1. Spigot
  1. Paper
Supported versions
  1. 1.17
  1. 1.18
  1. 1.19
  1. 1.20
  1. 1.21
Creator
Recommended for you
A simple and elegant proxy-compatible Towny-style protection plugin
Not yet rated
23 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,251 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,263 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,137 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,825 purchases
Top