#NClaim - Version 3.0 IS OUT!![]()
Co-op players can now interact with claim blocksClaim owners can set permissions for most menus (excluding claim deletion and permission management menus).
Customizable Claim Settings viaguis.ymlYou can now configure default claim settings, decide if they are changeable, and set authorization requirements directly inguis.yml:Code: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 AddedSmart Spawner integration is now available.
Co-op Permissions Page FixedMissing permissions on the co-op permissions page have been addressed.
Admin Dashboard Menu Removed
The old Admin Dashboard menu has been removed. You can now access the full claim management menu by typing /nclaim admin menu. (We might re-add the admin menu with more options in future updates).
Customizable Claim Hologram Details
You can now toggle the visibility of various sections on claim holograms! This includes the title, owner, expiration time, co-op count, and total size.
Here's how to configure it in your config.yml:
YAML:hologram_settings: show_title: true # Show title in hologram? show_owner: true # Show owner name in hologram? show_time_left: true # Show time left in hologram? show_coop_count: true # Show co-op player count in hologram? show_total_size: true # Show total claim size in hologram? show_edit: true # Show edit text in hologram?
Configurable Expiration Time Colors
You can now customize the colors (green, yellow, red) for the "Time Left" display based on different thresholds!
Example configuration in your config.yml:
YAML:hologram_settings: time_left_thresholds: - threshold: "day >= 2" color: "&a" # Green - threshold: "day >= 1" color: "&e" # Yellow - threshold: "day < 1" color: "&c" # Red Tip: You'll find more detailed information about hologram_settings in the config.yml file itself.
GUI Material, CustomModelData, and Custom Head Support
We've added full material support to GUIs! You can now use any material you want in GUIs. Additionally, CustomModelData and CustomHead support are now available.
Example usage: "HEAD:base64" and "MATERIAL:10000".
Gradient Support!
You can now use gradients in your guis.yml and language files (like en-us.yml, tr-tr.yml)!
Example: <#RRGGBB> </#RRGGBB>
French Language Support Added
Bonjour! French language support has now been implemented.
Fixed mob spawning and animal spawning settings.
Deleted "_block" check in claim block manager.
Added smart pending world protection system.
. Fixed premature hologram deletion for unloaded worlds.
Enhanced hologram synchronization with event-driven loading.
. Fixed compatibility issues with Multiverse-Core and delayed world plugins.
Added proximity protection for claim creation and expansion (every chunk (8 chunks) around the area where a player claims is protected).
