GriefPrevention3D

A fork of GriefPrevention that adds 3D subdivisions

File Details

GriefPrevention3D v18.1.0

  • R
  • Jun 8, 2026
  • 757.19 KB
  • 4
  • 26.1.2+44

File Name

GriefPrevention3D.jar

Supported Versions

  • 26.1.2
  • 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.3
  • 1.21.2
  • 1.21.1
  • 1.21
  • 1.20.3-Snapshot
  • 1.20.5-Snapshot
  • 1.20.6
  • 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.0: Inconsistent chest connection choice near claim borders

GriefPrevention3D v18.1.0

Wiki: GriefPrevention3D Wiki

Thanks to @thiagorigonatti for fixing this issue!

Upstream Issue Fixes

Inconsistent chest connection choice near claim borders (#2611)

When placing a chest near a claim border with two possible single chest neighbors (one inside the claim and one outside), Minecraft's natural double-chest connection priority sometimes chose the wrong side, resulting in a double chest that crossed the claim boundary.

Before: The plugin detected the cross-claim connection and forcibly split both chests to SINGLE, which could break valid connections and produce inconsistent behavior depending on placement direction.

After: The plugin:

  • Detects which side Minecraft already connected to and checks whether that connection crosses a claim boundary.
  • If the connected side is denied but another valid single chest exists inside the same claim, the plugin reconnects the placed chest to the allowed side, forming a proper double chest within the claim.
  • If no valid connection exists, the cross-claim double chest is split cleanly.
  • Handles normal vs. trapped chest type mismatches and only considers left/right sides for valid connection faces.

This also fixes visual ghost blocks on the denied connection side.

Compatibility

Category Support
Minecraft Versions 1.8.8 -> 26.1.x
Minimum Java Java 8
Bukkit API Target 1.13

Migration

No data migration is required.

See Also