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
- Hold a Golden Shovel.
- Right-click the first corner of the area you want.
- Right-click the opposite corner.
- Done! The claim is created if you have enough claim blocks and the area is valid.
Commands
| Command | Description | Permission |
|---|---|---|
/claim | Show info about the claim you are standing in | thunderclaim.claim |
/abandonclaim | Abandon the claim you are standing in | thunderclaim.claim |
/trust <player> | Give full build trust | thunderclaim.claim |
/accesstrust <player> | Give access-only trust (doors, chests…) | thunderclaim.claim |
/untrust <player> | Remove trust | thunderclaim.claim |
/claimlist | List your claims | thunderclaim.claim |
/claiminfo | Same as /claim | thunderclaim.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 claimsplugins/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.