
GriefPrevention3D
A fork of GriefPrevention that adds 3D subdivisions
Список изменений
GriefPrevention3D v18.1.5
Wiki: GriefPrevention3D Wiki
Fixes
-
Startup banner on pre-1.16 servers: Replaced all hex color codes (
&#RRGGBB) instartups.txtheaders and detail lines with legacy Minecraft color codes (&a,&c,&7,&6, etc.) so the banner displays correctly on servers before 1.16 where§xis not supported. -
Claim selection session support added for
/transferclaim,/checkclaimexpiry,/restrictsubclaim: These commands now respect an active claim resize/selection session, targeting the selected claim instead of the claim at the player's location. View Docs -
IncompatibleClassChangeError on pre-1.16 servers: Wrapped
player.getOpenInventory()call in try-catch forIncompatibleClassChangeErrorsinceInventoryViewis a class (not interface) before 1.16. -
Add Player to SaveTrappedPlayerEvent (#2617): Merged upstream commit that adds the trapped
Playerreference toSaveTrappedPlayerEventfor downstream API consumers.
