Added AxSellwands support.
. Fixed Supporting plugin AxSellwands issue.
Fixed few null exception issues.
. Might be similar to an issue mentioned in NClaim | Not destroyed.
Updates: (v2.1.2):
- Added Claim Block Customization:
Players with thenclaim.manage_claim_blockpermission can now open a menu to change their claim block.
To add new claim blocks, the server owner can edit theclaim_blocks.ymlfile.
- Claim Transfer Improvements:
Add the target player to your coop list, then click the Golden Helmet slot in the management menu to transfer the claim.
A confirmation screen will appear before the transfer is completed.
Want more details? Check the documentation or GitHub Wiki for guides and setup instructions!
News:
1. Fix NPE by replacing getMySQLManager() with getDatabaseManager()
2. Fix auto-save task not stopping on reload.
3. Fix the message sent by /nclaim admin help and /nclaim help commands.
Patch Notes 2.0.1
Updates (v2.0):
New add options:
- Added support for MySQL and SQLite
- Added support for FancyHolograms
- Player data is now saved every 5 minutes instead of only on server shutdown or player disconnect (configurable)
- ActionBar messages are now disabled in blacklisted worlds
- Language files updated for improved hologram customization
- Claim-related classes are now more developer-friendly and readable
- Added region-based blacklisting support using WorldGuard
- Claim expansion menu now includes one additional slot on both left and right sides
- Language files are now more structured and easier to edit
New /nclaim admin set command:
- /nclaim admin add blacklisted_region <region>
- /nclaim admin add blockvalue <material> <value>
New remove option:
- /nclaim admin set balance <player> <amount>
- /nclaim admin set blockvalue <material> <value>
New placeholders:
- /nclaim admin remove blockvalue <material>
New permissions:
- %nclaim_block_value_[material]% — Returns the block value from blocks.yml
- %nclaim_claim_main_value_[world][x][z]% — Returns the main chunk’s block value
- %nclaim_claim_total_value_[world][x][z]% — Returns the total block value of the claim (main chunk + lands)
- %nclaim_coop_count_[world][x][z]% — Shows the number of co-op players in a claim
- %nclaim_total_size_[world][x][z]% — Returns the total number of land chunks in the claim
New developer events:
- nclaim.bypass.pvp — Allows PVP even if it's disabled in the claim
- nclaim.bypass.interact — Allows interaction with villagers even if disabled
- nclaim.bypass.break — Allows block breaking regardless of claim membership
- nclaim.bypass.place — Allows block placing regardless of claim membership
(All marked with “(cancellable)” unless noted otherwise)
Permission name changes in 2.0:
- ClaimBuyEvent
- ClaimBuyLandEvent
- ClaimCreateEvent
- ClaimSettingChangeEvent
- ClaimRemoveEvent
- ClaimCoopAddEvent
- ClaimCoopRemoveEvent
- ClaimCoopPermissionToggleEvent
- ClaimEnterEvent (not cancellable)
- ClaimLeaveEvent (not cancellable)
- nclaim.bypass.blacklisted-world → nclaim.bypass.blacklisted_worlds
- nclaim.bypass.max-claim-count → nclaim.bypass.max_claim_count
- nclaim.bypass.claim-buy-price → nclaim.bypass.claim_buy_price
- nclaim.bypass.land-buy-price → nclaim.bypass.land_buy_price
CHECK ALL UPDATES IN GITHUB JUST CLICK THIS TEXT
People using version 1.3 please update to version 1.3.1!
News:
1. Fixed an issue where everyone could open the admin menu (permission: nclaim.adminmenu)
Patch Notes 1.3.1
