GriefPrevention3D

A fork of GriefPrevention that adds 3D subdivisions

File Details

GriefPrevention3D v18.1.5

  • R
  • Jun 19, 2026
  • 797.96 KB
  • 4
  • 26.1.1+40

File Name

GriefPrevention3D.jar

Supported Versions

  • 26.1.1
  • 26.1
  • 1.21.5-Snapshot
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.2
  • 1.21
  • 1.20.3-Snapshot
  • 1.20.5-Snapshot
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.3
  • 1.8.1
  • 1.8

v18.1.5: Legacy color banner, 3D subdivision trust targeting, claim selection session expansion

GriefPrevention3D v18.1.5

Wiki: GriefPrevention3D Wiki

Fixes

  • Startup banner on pre-1.16 servers: Replaced all hex color codes (&#RRGGBB) in startups.txt headers and detail lines with legacy Minecraft color codes (&a, &c, &7, &6, etc.) so the banner displays correctly on servers before 1.16 where §x is 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 for IncompatibleClassChangeError since InventoryView is a class (not interface) before 1.16.

  • Add Player to SaveTrappedPlayerEvent (#2617): Merged upstream commit that adds the trapped Player reference to SaveTrappedPlayerEvent for downstream API consumers.