ItemMagnet v1.2.4 — Paper 26.x & protection hook fixes
Compatibility and stability release · Lands 7.26 · WorldGuard 7.0.17 · Paper 26.x
[HR]
What changed since v1.2.2
- Paper 26.x recipe compatibility — skip durability-style charge bars on stackable tier materials (e.g. recovery compass) so crafted magnets stay valid and no longer break other plugins that scan recipes at startup
- Lands 7.26 — updated hook to use
Code (Text):
getArea(Location)
instead of the removed
Code (Text):
getLand(Location)
API
- WorldGuard 7.0.17 — updated hook to use
Code (Text):
RegionQuery.testState(Location, …)
instead of the removed
Code (Text):
ApplicableRegionSet.testState(LocalPlayer, …)
API
- Lands & WorldGuard reflection — additional signature fixes for current RoleFlag typing and WorldGuard varargs
queries (v1.2.4)
- AFK notify-once on login — fresh logins no longer trigger idle warnings before movement tracking starts
- Fuel sound — default recharge sound updated; legacy
Code (Text):
BLOCK_REDSTONE_BLOCK_CLICK
aliases to
Code (Text):
BLOCK_NOTE_BLOCK_BIT
[HR]
No config changes required
This is a drop-in upgrade. Proximity lore and all other settings from v1.2.2 are unchanged.
[HR]
Download & links
[HR]
Requirements (unchanged)
- Paper 1.21.1+
- Java 21+
- Tested on Paper 1.21.1, 1.21.4, 26.1
- Not supported: Spigot, CraftBukkit, Folia
[HR]
Upgrade from v1.2.2
- Replace ItemMagnet-1.2.2.jar with ItemMagnet-1.2.4.jar in
- Restart the server (recommended) or
Code (Text):
/itemmagnet reload
- Run
Code (Text):
/itemmagnet version
to confirm Lands / WorldGuard hooks are detected
[HR]
Questions? Support form or GitHub issues with Paper version, Java version, and steps to reproduce.