Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for castledking

The ultimate add-on for GriefPrevention 3D Subdivisions

Report GPExpansion?

Release
1.1.10

castledking released GPExpansion version 1.1.10 on Fri 12:40 AM

GPExpansion v1.1.10

New Features

Claim Metadata API

  • New ClaimMetadataService interface providing read-only access to claim name, description, and icon
  • Obtain via GPExpansionPlugin.getInstance().getMetadataService()
  • String-based overloads (getName(String claimId)) — no need to have GP3D's Claim class on the classpath
  • ClaimMetadata record for snapshotting all metadata fields at once

Claim Value Change Events

  • ClaimRenamedEvent — fired when a claim's custom name is changed
  • ClaimDescriptionChangedEvent — fired when a claim's description is changed
  • ClaimIconChangedEvent — fired when a claim's icon material is changed
  • ClaimGlobalListedEvent — fired when a claim's public listing status is toggled
  • ClaimSpawnChangedEvent — fired when a claim's teleport spawn is set or cleared
  • ClaimBanChangedEvent — fired when a player is banned or unbanned from a claim
  • All extend ClaimValueChangedEvent<T> with getClaim(), getOldValue(), getNewValue(), getActor()

PlaceholderAPI Expansion

  • Replaced ClaimFlyPlaceholderExpansion with GPXPlaceholderExpansion (identifier: griefprevention)
  • New placeholder: %griefprevention_in_claim%yes / no whether the player is inside a claim
  • New placeholder: %griefprevention_claim_id% — claim ID at the player's location
  • New placeholder: %griefprevention_claim_name% — custom name of the claim at the player's location
  • Existing placeholders renamed: %griefprevention_flight%, %griefprevention_flight_time%

JitPack Publishing

  • GPExpansion is now available via JitPack for external addon development
  • Add com.github.castledking.GPExpansion:1.1.10 as a provided dependency
  • No reflection required — clean API interfaces for claim metadata and trust queries

Information

Published onJuly 24, 2026
Downloads0

Platforms

Paper Paper (1.20-26.2)