▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/NewClaims
NewClaims

NewClaims

Protect your chunks with a robust system of claims, trust, banning, and integrated economy. Simple for players, powerful for administrators

Оцените первым
20
0

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

CommandDescription
/claimProtect the current chunk
/claim listList your claims
/claim infoInformation about the current chunk's claim
/claim visualizeShow claim borders with particles
/claim trust <player> [build|interact]Add trust to a player
/claim untrust <player>Remove trust
/claim trustedlistList 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
/unclaimRemove the claim from the current chunk
/unclaim allRemove all your claims
/claimadmin list <player>List a player's claims
/claimadmin delete <player> [all]Delete a player's claim(s)
/claimadmin bypassToggle bypass mode
/claimadmin infoInfo about the current chunk's claim
/claimadmin reloadReload configurations
/claimadmin statsServer-wide statistics

Permissions

PermissionDescriptionDefault
newclaims.useAccess to basic commandseveryone
newclaims.claimCreate claimseveryone
newclaims.unclaimRemove claimseveryone
newclaims.trustManage trusteveryone
newclaims.visualizeVisualize borderseveryone
newclaims.claims.<n>Limit of N claims
newclaims.claims.unlimitedUnlimited claimsop
newclaims.adminAdmin commandsop
newclaims.bypassBypass protectionsop
newclaims.*Full accessop

Configuration

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

general:
  max-claims-default: 5
  enabled-worlds: [world, world_nether, world_the_end]
  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

DependencyType
Paper 1.21+Required
VaultOptional (economy)

License

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

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:
Опубликован:3 недели назад
Обновлён:3 недели назад
Главная