Netherite Disabler
Disable specific netherite items on your server.
Overview
The Netherite Disabler lets you block specific netherite items. You can disable just the armor but keep tools, block everything, or any combination. Players can't upgrade to a disabled item at the smithing table.
Why disable netherite?
Diamond vs diamond PvP is more skill-based. Netherite armor's knockback resistance changes the combat feel noticeably, and the stat gap makes diamond gear feel pointless once someone reaches netherite. You can disable specific items — blocking just the armor while keeping tools is a common setup.
Configuration
features:
netherite-disabler:
enabled: false
disabled-items:
sword: true
axe: true
pickaxe: true
shovel: true
hoe: true
helmet: true
chestplate: true
leggings: true
boots: true
horse_armor: true
spear: true
nautilus_armor: true
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
enabled | boolean | false | Master toggle for the netherite disabler |
disabled-items | map | all true | Map of item types to enable/disable |
Disabled Items
Each item type can be individually toggled:
| Item | Description |
|---|---|
sword | Netherite Sword |
axe | Netherite Axe |
pickaxe | Netherite Pickaxe |
shovel | Netherite Shovel |
hoe | Netherite Hoe |
helmet | Netherite Helmet |
chestplate | Netherite Chestplate |
leggings | Netherite Leggings |
boots | Netherite Boots |
horse_armor | Netherite Horse Armor (Mounts of Mayhem) |
spear | Netherite Spear (Mounts of Mayhem) |
nautilus_armor | Netherite Nautilus Armor (Mounts of Mayhem) |
Set to true to disable the item, false to allow it.
How it works
When an item is disabled, players can't upgrade to it at the smithing table and can't use it if they already have one. Only the specific types you disable are affected.
Using the GUI
- Run
/smpto open the main menu - Click on the Netherite Disabler option
- Toggle individual items on/off
- Changes take effect immediately
The GUI displays each netherite item type with its current status:
- Red = Disabled
- Green = Allowed
Command Reference
| Command | Permission | Description |
|---|---|---|
/netherite | smp.netherite | View netherite disabler status |
Presets
No Netherite Armor (PvP Balance)
Allow netherite tools but disable armor for balanced combat:
netherite-disabler:
enabled: true
disabled-items:
sword: false
axe: false
pickaxe: false
shovel: false
hoe: false
helmet: true
chestplate: true
leggings: true
boots: true
Tools Only
Completely disable all netherite weapons and armor:
netherite-disabler:
enabled: true
disabled-items:
sword: true
axe: true
pickaxe: false
shovel: false
hoe: false
helmet: true
chestplate: true
leggings: true
boots: true
Full Diamond Meta
Disable everything netherite:
netherite-disabler:
enabled: true
disabled-items:
sword: true
axe: true
pickaxe: true
shovel: true
hoe: true
helmet: true
chestplate: true
leggings: true
boots: true
Integration with Dimension Locks
For complete netherite control, combine with Nether Lock to prevent ancient debris mining:
- Lock the Nether to prevent debris acquisition
- Enable Netherite Disabler to prevent any existing netherite usage
- Unlock gradually as the server progresses