NewClaims

⭐ — (0 endorsements) 📥 50 downloads 📌 v1.0.0 📅 5/24/2026
🟡 Updated this year

By gnustellah · game-mechanics

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/22/2026 📅 Created: 5/24/2026

🔍 Analysis

  • 🏆 #214 of 378 game-mechanics mods in this game by downloads

📋 About This Mod

## Features ### Claim System - Protect the current chunk with `/claim` - Per-player claim limit configurable via `config.yml` or permission (`newclaims.claims.<n>`) - Claim cost integrated with **Vault** (optional, auto-detected) - Multi-world support with a whitelist in `config.yml` - Visualize chunk borders with particles using `/claim visualize` ### Protections - Breaking and placing blocks - Interacting with chests, doors, levers, furnaces, etc. - PvP between players (configurable) - TNT and Creeper explosions - Fire spreading - Mob griefing (Endermen, Ghasts, etc.) - Crop trampling - Pistons pushing blocks into/out of claims - Liquid flow (optional) ### Trust System Grant granular permissions inside your claim: - **Full** — build, break, and interact - **Build** — break and place blocks only - **Interact** — interact only (chests, doors, levers) ### Ban System Ban specific players from your claim. Banned players are teleported out immediately upon being banned. ### Developer API Custom events for integration with other plugins: - `ClaimCreateEvent` (cancellable) - `ClaimDeleteEvent` - `ClaimEnterEvent` (cancellable) Programmatic access via `ClaimAPI` exposed by the plugin instance. --- ## Commands | Command | Description | |---|---| | `/claim` | Protect the current chunk | | `/claim list` | List your claims | | `/claim info` | Information about the current chunk's claim | | `/claim visualize` | Show claim borders with particles | | `/claim trust <player> ` | Add trust to a player | | `/claim untrust <player>` | Remove trust | | `/claim trustedlist` | List players with access | | `/claim ban <player>` | Ban a player from the claim | | `/claim unban <player>` | Unban a player | | `/claim setname <name>` | Set a custom name for the claim | | `/unclaim` | Remove the claim from the current chunk | | `/unclaim all` | Remove all your claims | | `/claimadmin list <player>` | List a player's claims | | `/claimadmin delete <player> ` | Delete a player's claim(s) | | `/claimadmin bypass` | Toggle bypass mode | | `/claimadmin info` | Info about the current chunk's claim | | `/claimadmin reload` | Reload configurations | | `/claimadmin stats` | Server-wide statistics | --- ## Permissions | Permission | Description | Default | |---|---|---| | `newclaims.use` | Access to basic commands | everyone | | `newclaims.claim` | Create claims | everyone | | `newclaims.unclaim` | Remove claims | everyone | | `newclaims.trust` | Manage trust | everyone | | `newclaims.visualize` | Visualize borders | everyone | | `newclaims.claims.<n>` | Limit of N claims | — | | `newclaims.claims.unlimited` | Unlimited claims | op | | `newclaims.admin` | Admin commands | op | | `newclaims.bypass` | Bypass protections | op | | `newclaims.*` | Full access | op | --- ## Configuration All options are in `config.yml`. No restart required — use `/claimadmin reload`. ```yaml general: max-claims-default: 5 enabled-worlds: particle-visualize-duration: 10 auto-save-interval: 300 economy: claim-cost-enabled: true claim-cost: 100.0 protection: protect-explosions: true protect-fire: true protect-mob-griefing: true pvp-in-claims: false protect-crop-trampling: true ``` All messages are editable in `messages.yml` with support for color codes (`&a`, `&c`, etc.) and dynamic placeholders. --- ## Storage Data is saved to `plugins/NewClaims/claims.json` **asynchronously** with atomic writes (no risk of corruption on crashes). No external database required. --- ## Dependencies | Dependency | Type | |---|---| | (https://papermc.io) | Required | | (https://www.spigotmc.org/resources/vault.34315/) | Optional (economy) | --- ## License MIT License — free to use, modify, and distribute.

## Features

### Claim System - Protect the current chunk with `/claim` - Per-player claim limit configurable via `config.yml` or permission (`newclaims.claims.`) - Claim cost integrated with Vault (optional, auto-detected) - Multi-world support with a whitelist in `config.yml` - Visualize chunk borders with particles using `/claim visualize`

### Protections - Breaking and placing blocks - Interacting with chests, doors, levers, furnaces, etc. - PvP between players (configurable) - TNT and Creeper explosions - Fire spreading - Mob griefing (Endermen, Ghasts, etc.) - Crop trampling - Pistons pushing blocks into/out of claims - Liquid flow (optional)

### Trust System Grant granular permissions inside your claim: - Full — build, break, and interact - Build — break and place blocks only - Interact — interact only (chests, doors, levers)

### Ban System Ban specific players from your claim. Banned players are teleported out immediately upon being banned.

### Developer API Custom events for integration with other plugins: - `ClaimCreateEvent` (cancellable) - `ClaimDeleteEvent` - `ClaimEnterEvent` (cancellable)

Programmatic access via `ClaimAPI` exposed by the plugin instance.

## Commands

| Command | Description | |---|---| | `/claim` | Protect the current chunk | | `/claim list` | List your claims | | `/claim info` | Information about the current chunk's claim | | `/claim visualize` | Show claim borders with particles | | `/claim trust ` | Add trust to a player | | `/claim untrust ` | Remove trust | | `/claim trustedlist` | List players with access | | `/claim ban ` | Ban a player from the claim | | `/claim unban ` | Unban a player | | `/claim setname ` | Set a custom name for the claim | | `/unclaim` | Remove the claim from the current chunk | | `/unclaim all` | Remove all your claims | | `/claimadmin list ` | List a player's claims | | `/claimadmin delete ` | Delete a player's claim(s) | | `/claimadmin bypass` | Toggle bypass mode | | `/claimadmin info` | Info about the current chunk's claim | | `/claimadmin reload` | Reload configurations | | `/claimadmin stats` | Server-wide statistics |

## Permissions

| Permission | Description | Default | |---|---|---| | `newclaims.use` | Access to basic commands | everyone | | `newclaims.claim` | Create claims | everyone | | `newclaims.unclaim` | Remove claims | everyone | | `newclaims.trust` | Manage trust | everyone | | `newclaims.visualize` | Visualize borders | everyone | | `newclaims.claims.` | Limit of N claims | — | | `newclaims.claims.unlimited` | Unlimited claims | op | | `newclaims.admin` | Admin commands | op | | `newclaims.bypass` | Bypass protections | op | | `newclaims.*` | Full access | op |

## Configuration

All options are in `config.yml`. No restart required — use `/claimadmin reload`.

```yaml general: max-claims-default: 5 enabled-worlds: particle-visualize-duration: 10 auto-save-interval: 300

economy: claim-cost-enabled: true claim-cost: 100. 0

protection: protect-explosions: true protect-fire: true protect-mob-griefing: true pvp-in-claims: false protect-crop-trampling: true ```

All messages are editable in `messages.yml` with support for color codes (`&a`, `&c`, etc.) and dynamic placeholders.

Data is saved to `plugins/NewClaims/claims.json` asynchronously with atomic writes (no risk of corruption on crashes). No external database required.

## Dependencies

| Dependency | Type | |---|---| | (https://papermc.io) | Required | | (https://www.spigotmc.org/resources/vault. 34315/) | Optional (economy) |

MIT License — free to use, modify, and distribute.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
gnustellah
Version
1.0.0
Downloads
50
Endorsements
0
Category
game-mechanics
Created
5/24/2026
Updated
5/22/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
game-mechanics, storage, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does NewClaims support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of NewClaims?

Version 1.0.0, published 2026-05-22 with 50 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More game-mechanics 👤 More by gnustellah 🔎 Similar Mods 🌐 Best game-mechanics (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods