NClaim This plugin is designed to protect players' items and structures. Features Coop System: You can add your friends to your claim, manage their permissions, and kick them from the claim. Expand System: You can expand your claim's chunks without purchasing a new claim. Blacklisted Worlds: If you are in a blacklisted world specified in the config, purchasing a claim is prohibited. Claim End Date: You can configure the duration a newly purchased claim lasts in the config.yml. Currently, only an admin can extend this duration. Permissions: You can configure many of the permissions for a player added to the co-op. Customizable: You can modify most in-game messages from messages.yml and change all settings in config.yml Placeholders: You can use placeholders in-game to fetch all the data from the config.yml
Commands /nclaim help/? - Shows the commands /nclaim admin - Shows the admin commands. /nclaim about - Provides information about the plugin. /nclaim balance - Shows the player balance.
Permissions nclaim.help - Help command permission. nclaim.admin - Access the all admin commands. ~ nclaim.reload - Access the reload command. nclaim.add - Access the add command. nclaim.remove - Access the remove command. nclaim.delete - Access the delete command. nclaim.chunkinfo - Access the chunkinfo command. If the player has the 'nclaim.admin' permission or player is op, the action will be executed directly without checking the permissions.
Placeholders %nclaim_get_string_path% - It retrieves the given path value from the config.yml. It only fetches string values. %nclaim_get_int_path% - It retrieves the given path value from the config.yml. It only fetches integer values. %nclaim_get_boolean_path% - It retrieves the given path value from the config.yml. It only fetches boolean values. %nclaim_get_list_path_index% - It retrieves the value at the given path from the index in the list in config.yml.
%nclaim_get_list_blacklisted-worlds_0% - Returns the value at index 0 in the blacklisted worlds list.
%nclaim_expiration_chunkX_chunkZ% - Displays the expiration time of the chunk at the given X and Z coordinates. %nclaim_owner_chunkX_chunkZ% - Displays the owner name of the chunk at the given X and Z coordinates.
%nclaim_player_balance% - Displays the player's balance (you don't need to replace 'player'; just leave it as 'player').
# Worlds where purchasing claims is not allowed. blacklisted-worlds: - world
- spawn
- pvp
# max-claim-count: Defines the maximum number of claims a player can own. # claim-buy-price: The amount of money deducted from a player's account when purchasing a new claim. # claim-each-land-price: The cost to expand an existing claim. # max-coop-limit: How many people can co-op your claim. # claim-end-day: The date when the claim will be deleted after purchase # date-format: Date and time format. # time-zone: Time zone. max-claim-count: 3
claim-buy-price: 1500
claim-each-land-price: 2000
max-coop-limit: 3
claim-end-day: 7
# Color placeholders. Use {COLORNAME} or {colorname} in messages YAML files. colors:
red: <
#cf2525> darkRed: <
#6D2323> green: <
#7ABA78> darkGreen: <
#0A6847> white: <
#FFF8E8> yellow: <
#FFEC9E> orange: <
#fa8443> gray: <
#ababab> purple: <
#8D77AB> brown: <
#825B32> config_version: "{version}"# DO NOT CHANGE