HuskClaims 1.5.10 adds support for Minecraft 1.21.7, and fixes a bug.
To update from 1.5.9, just drag+drop. There are no config changes.
- Added support for Minecraft 1.21.6, including on Fabric servers
- Fixed the BlueMap hook not loading on Fabric servers
HuskClaims 1.5.9 adds support for Minecraft 1.21.6, and fixes bugs.
To update from 1.5.8, just drag+drop. There are no config changes.
- Added support for Minecraft 1.21.6, including on Fabric servers
- Made lectern behaviour consistent between platforms
- Now triggers a block interact operation type for reading a book in a lectern
- Now triggers a container open operation type for taking a book from a lectern
- Improved performance of vehicle handling and fixed issues with it
- You now dismount when entering a claim that you do not have permission to enter
- Added protection against lightning strikes
- API: Added PostCreateClaim and PostCreateChildClaim events, which are fired aftera claim/child claim are created
- Useful for doing stuff with a created claim after it has been created. These events are not cancellable.
- Use the existing CreateClaim and CreateChildClaim events to cancel these actions
HuskClaims 1.5.8 fixes a number of bugs
To update, just drag+drop. There are no config changes.
- Changed vehicle collision checks to use entity_interact if the player is riding the colliding vehicle
- Fixed throwing projectiles always being cancelled on Fabric due to a logical issue with inspection tool handling
- Fixed TNT and TNT in Minecart explosions on Bukkit being unintuitively handled under entity_damage_terrain (now under explosion_damage_terrain)
- Fixed some hostile mobs on Bukkit not being considered monsters for the purpose of player_damage_monster
- Fixed ClassDefNotFound errors on Fabric due to missing ConfigLib and Jedis dependencies
HuskClaims 1.5.6 adjusts the behaviour of /ignoreclaims and fixes a bug related to database migration.
To update from 1.5.4/5, please drag+drop; otherwise you will need to regenerate your locale files.
- Fixed spent claim blocks migration logic on servers using a SQLite database
- Changed the behaviour of /ignoreclaims such that it now ignores world-level flag restrictions (#106)
HuskClaims 1.5.5 fixes a bug in the prior release.
To update from 1.5.4, please drag+drop; otherwise you will need to regenerate your locale files.
- Fixed the SQLite migration script not working
HuskClaims 1.5.4 makes improvements to the setting to let you control the maximum number of claim blocks a user can have and spend.
To update, drag & drop the new jar file and regenerate your locale (messages-xx-xx.yml) file. A database migration will be performed on startup; please note that depending on the size of your database this may take some time. Do not switch off your server while migrations take place.
- Improved the maximum claim blocks setting, courtesy of @alazeprt (#381)
- The maximum claim blocks setting now accounts for both spent and unspent claim blocks
- This lets you have a better control of how much of your world surface you want an individual player to theoretically be able to claim
- Added a new permission node to let you control maximum claim blocks per-player/group: huskclaims.max_claim_blocks.(amount)
- Spent claim blocks are now tracked and cached
- Fixed the wrong locale key being used in usergroup_command_description
HuskClaims 1.5.3 adds support for Minecraft 1.21.5 servers, including on Fabric, and fixes bugs.
To update, just drag+drop. There are no config changes.
- Added support for Minecraft 1.21.5, including on Fabric servers (#382)
- Fixed an issue with the permissions for the /usergroup and /claimblocks commands, courtesy of @lengith (#379)
- Fixed how permission defaults were being calculated on Fabric to resolve inspection perms not being default-granted (#349)
- Fixed a compatibility issue with other Fabric mods that do things with plugin messages preventing the mod from loading
- Fixed /huskclaims reload not re-enabling the WorldGuard hook (#362)
- Fixed how the WorldGuard hook calculated flag state to fix an issue where applying HuskClaims flags in the global region wasn't working correctly (#361)
- Fixed an issue on Fabric where block breaking and bucket placing wasn't being properly prevented in some cases
- Fixed an issue on Bukkit where breaking / placing vehicles (minecarts, boats) wasn't being properly handled in some cases
- Added Brazilian Portuguese (pt-br) locales, courtesy of @ilightwas (#377)
- Updated the Simplified Chinese (zh-cn) locales, courtesy of @jhqwqmc (#352)
- Updated the Traditional Chinese (zh-tw) locales, courtesy of @patyhank (#360)
- /huskclaims dump now requires confirmation before it will produce a dump URL
HuskClaims 1.5.2 is a minor release which adds a web dump command for customer service.
To update from 1.5.1, regenerate your locale (messages-xx-xx.yml) files.
- Added /huskclaims dump to produce a system status dump of the plugin to the web
