Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

NClaim-3.4.1

Latest

Choose a tag to compare

@aysihuniks aysihuniks released this 13 Jan 11:14

Configurable Sounds: All plugin sounds (confirm, fail, warn, menu clicks, etc.) are now fully configurable via config.yml.

# Sound Settings
# You can find all sound names here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
sounds:
  confirm: BLOCK_NOTE_BLOCK_CHIME
  fail: ENTITY_ENDERMAN_TELEPORT
  warn: BLOCK_NOTE_BLOCK_BASS
  value_increase: UI_BUTTON_CLICK
  value_decrease: UI_BUTTON_CLICK
  menu_refresh: BLOCK_PISTON_CONTRACT
  menu_back: ITEM_BUNDLE_DROP_CONTENTS
  menu_click: UI_BUTTON_CLICK
  search_open: UI_CARTOGRAPHY_TABLE_TAKE_RESULT
  menu_forward: BLOCK_ENCHANTMENT_TABLE_USE
  teleport: BLOCK_ENCHANTMENT_TABLE_USE

Dynamic Placeholders: Added new location-based placeholders that automatically fetch data based on the player's current location (no coordinates needed).

  • %nclaim_claim_main_value%: Shows the main value of the claim at the player's location.
  • %nclaim_claim_total_value%: Shows the total value of the claim at the player's location.
  • %nclaim_coop_count%: Shows the co-op member count of the claim at the player's location.
  • %nclaim_total_size%: Shows the total size (chunk count) of the claim at the player's location.
  • %nclaim_sale_status%: Shows the sale status/price of the claim at the player's location.
  • %nclaim_claim_expiry%: Shows the expiration time of the claim at the player's location.

UI Improvements: Added missing lore descriptions to various menu items in language files for better user experience.