This repository was archived by the owner on Feb 28, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Permissions
Ceyhun Ege Aşkın edited this page Jun 17, 2025
·
1 revision
Here you can find all required permissions, their descriptions, and default values.
| Permission | Description | Default |
|---|---|---|
nclaim.use |
Allows use of basic plugin commands | true |
nclaim.help |
Allows usage of /nclaim help
|
false |
nclaim.balance |
Allows usage of /nclaim balance
|
false |
nclaim.buy |
Allows buying claims | false |
nclaim.level |
Allows usage of /nclaim level
|
false |
nclaim.admin |
Allows access to all admin commands | op |
nclaim.adminmenu |
Allows access to the admin menu | false |
nclaim.reload |
Allows reloading the plugin | false |
nclaim.add |
Allows adding resources via admin commands | false |
nclaim.remove |
Allows removing resources via admin commands | false |
nclaim.set |
Allows setting values via admin commands | false |
nclaim.change |
Allows changing values via admin commands | false |
nclaim.* |
Grants all plugin permissions | false |
nclaim.bypass.* |
Grants all bypass permissions | false |
nclaim.bypass.blacklisted_worlds |
Bypass blacklisted world restrictions | false |
nclaim.bypass.blacklisted_regions |
Bypass blacklisted region restrictions | false |
nclaim.bypass.max_claim_count |
Bypass maximum claim count restriction | false |
nclaim.bypass.claim_buy_price |
Bypass claim buying price | false |
nclaim.bypass.land_buy_price |
Bypass land buying price | false |
nclaim.bypass.pvp |
Bypass PvP restrictions | false |
nclaim.bypass.interact |
Bypass interact restrictions on claims | false |
nclaim.bypass.break |
Bypass block breaking restrictions on claims | false |
nclaim.bypass.place |
Bypass block placing restrictions on claims | false |
nclaim.maxclaim |
Allows bypassing maximum claim limit | false |
Notes:
-
nclaim.useis the parent permission for general usage and includes:nclaim.help,nclaim.balance,nclaim.buy,nclaim.level. -
nclaim.adminis the parent permission for all admin actions (grants allnclaim.admin*permissions). -
nclaim.*grants all plugin permissions, including admin and bypass. -
nclaim.bypass.*grants all bypass permissions.
Default values:
-
true= Granted to all players by default. -
false= Not granted by default (must be given explicitly). -
op= Granted only to server operators by default.