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

NClaim-3.0

Choose a tag to compare

@aysihuniks aysihuniks released this 09 Aug 14:21

Co-op players can now interact with claim blocks
Claim owners can set permissions for most menus (excluding claim deletion and permission management menus).

Customizable Claim Settings via guis.yml
You can now configure default claim settings, decide if they are changeable, and set authorization requirements directly in guis.yml:

      villager_interactions:
        default_value: false
        changeable: true
        # permission: "nclaim.change_claim_villager_interaction_setting"
        display_name: "&6Villager Trading"
        material: "VILLAGER_SPAWN_EGG"
        lore:
          - ""
          - "&fAllow villager interactions"
          - ""
          - "&7Status: {status}"
          - ""
          - "&eClick to toggle"

Smart Spawner Support Added
Smart Spawner integration is now available.

Co-op Permissions Page Fixed
Missing permissions on the co-op permissions page have been addressed.