Thunder-Relay/MC/ThunderClaim
0 forks
id: 25985
1,847 Lines
  • Java 85.8%
  • Yaml 7.7%
  • Markdown 3.5%
  • XML 3%
README.md

ThunderClaim

Simple land-claim plugin for Paper 26.2+.

Claim land with a golden shovel, protect it from grief, and manage trust — clean and lightweight.

Requirements

  • Java 25
  • Paper 26.2 or newer (also works on 26.3+)

How to claim

  1. Hold a Golden Shovel.
  2. Right-click the first corner of the area you want.
  3. Right-click the opposite corner.
  4. Done! The claim is created if you have enough claim blocks and the area is valid.

Commands

CommandDescriptionPermission
/claimShow info about the claim you are standing inthunderclaim.claim
/abandonclaimAbandon the claim you are standing inthunderclaim.claim
/trust <player>Give full build trustthunderclaim.claim
/accesstrust <player>Give access-only trust (doors, chests…)thunderclaim.claim
/untrust <player>Remove trustthunderclaim.claim
/claimlistList your claimsthunderclaim.claim
/claiminfoSame as /claimthunderclaim.claim
/claimadmin ...Admin tools (reload, list, delete, giveblocks)thunderclaim.admin

Permissions

  • thunderclaim.claim — create & manage own claims (default: true)
  • thunderclaim.admin — full admin control (default: op)
  • thunderclaim.bypass — ignore all claim protections (default: op)

Configuration highlights

claim-tool: GOLDEN_SHOVEL
min-claim-area: 100
starting-claim-blocks: 1000
max-claims-per-player: 10
protect:
  block-break: true
  block-place: true
  interact: true
  entity-damage: true

Data files

  • plugins/ThunderClaim/claims.yml — all claims
  • plugins/ThunderClaim/claimblocks.yml — player claim-block balances

Building

Open the project in IntelliJ IDEA, make sure JDK 25 is selected, then run:

mvn clean package

The jar will be at target/ThunderClaim-1.0.0.jar.

Please wait...
Connection lost or session expired, reload to recover
Page is in error, reload to recover