Tags
Creators
Details
3.4.1
Compatibility
Changes
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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qepTJym0:odFtFxRe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qepTJym0:odFtFxRe"
}

