Skip to main content

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

OptionTypeDefaultDescription
enabledbooleanfalseMaster toggle for the netherite disabler
disabled-itemsmapall trueMap of item types to enable/disable

Disabled Items

Each item type can be individually toggled:

ItemDescription
swordNetherite Sword
axeNetherite Axe
pickaxeNetherite Pickaxe
shovelNetherite Shovel
hoeNetherite Hoe
helmetNetherite Helmet
chestplateNetherite Chestplate
leggingsNetherite Leggings
bootsNetherite Boots
horse_armorNetherite Horse Armor (Mounts of Mayhem)
spearNetherite Spear (Mounts of Mayhem)
nautilus_armorNetherite 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

  1. Run /smp to open the main menu
  2. Click on the Netherite Disabler option
  3. Toggle individual items on/off
  4. Changes take effect immediately

The GUI displays each netherite item type with its current status:

  • Red = Disabled
  • Green = Allowed

Command Reference

CommandPermissionDescription
/netheritesmp.netheriteView 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:

  1. Lock the Nether to prevent debris acquisition
  2. Enable Netherite Disabler to prevent any existing netherite usage
  3. Unlock gradually as the server progresses