No Netherite +
Configure how you want your netherite to be managed!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
No Netherite +
No Netherite +
Have you ever wanted to disable netherite armor on your server but all the plugins aren't really what you are looking for? Well look no more! NoNetherite+ allows you to configure what parts to disable!
Paper Configuration
```yml
NoNetheritePlus Configuration
Set to true to disable crafting of netherite items and enable refund system
Set to false to allow normal crafting
Netherite Armor
disable_netherite_helmet: true disable_netherite_chestplate: true disable_netherite_leggings: true disable_netherite_boots: true
Netherite Tools
disable_netherite_sword: false disable_netherite_pickaxe: false disable_netherite_axe: false disable_netherite_shovel: false disable_netherite_hoe: false
General Settings
refund_materials: true refund_message: "&cNetherite crafting is disabled for this item. Your materials have been refunded." disable_upgrade_templates: false
Statistics & Analytics
statistics: enabled: true track_refunds: true track_blocked_crafts: true track_template_removals: true reset_on_reload: false log_to_file: false
Debug Mode
debug: enabled: false log_loot_events: false log_craft_events: false log_config_changes: true verbose_messages: false
World-Specific Configurations
worlds: world: world_nether: world_end:
If an item is not specified, the global config will be used.
Configuration Presets (auto-generated)
presets: {}
```
Paper Installation
1. Place the .jar into your plugins folder. 2. Start the server. 3. When the server starts, a "NoNetheritePlus" folder will be created with a config.yml file inside. (See above for config). 4. After making changes to the config file, run
```yml /nonetherite reload ``` to apply changes.
Join the Discord! (WIP)