▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/No Netherite +
No Netherite +

No Netherite +

Configure how you want your netherite to be managed!

Оцените первым
4.5K
5

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!

Compatibility: Minecraft 1.26+ on Paper/Spigot, Java 25

Paper Configuration

The plugin creates plugins/NoNetheritePlus/config.yml on first startup. After editing, run /nonetherite reload to apply changes.

# 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
disable_netherite_horse_armor: true

# Netherite Tools
disable_netherite_sword: false
disable_netherite_pickaxe: false
disable_netherite_axe: false
disable_netherite_shovel: false
disable_netherite_hoe: false
disable_netherite_spear: false

# General Settings
refund_materials: true
refund_message: "&cNetherite crafting is disabled for this item. Your materials have been refunded."
disable_upgrade_templates: false

# Periodic Netherite Purge
# Removes all netherite items from online players on a timer
periodic_purge:
  enabled: false
  interval_seconds: 60

# Statistics & Analytics
statistics:
  enabled: true
  track_refunds: true
  track_blocked_crafts: true
  track_template_removals: true
  track_purged_items: 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: {}

Netherite Armor

Set to true to block smithing that item and remove its recipe. Set to false to allow normal crafting.

OptionDefaultDescription
disable_netherite_helmettrueBlock netherite helmet crafting
disable_netherite_chestplatetrueBlock netherite chestplate crafting
disable_netherite_leggingstrueBlock netherite leggings crafting
disable_netherite_bootstrueBlock netherite boots crafting
disable_netherite_horse_armortrueBlock netherite horse armor crafting

Netherite Tools

Tools are allowed by default. Set to true to disable crafting for that item.

OptionDefaultDescription
disable_netherite_swordfalseBlock netherite sword crafting
disable_netherite_pickaxefalseBlock netherite pickaxe crafting
disable_netherite_axefalseBlock netherite axe crafting
disable_netherite_shovelfalseBlock netherite shovel crafting
disable_netherite_hoefalseBlock netherite hoe crafting
disable_netherite_spearfalseBlock netherite spear crafting

General Settings

OptionDefaultDescription
refund_materialstrueRefund the base item and netherite ingot when a blocked craft is attempted
refund_message(see config)Message sent to the player when materials are refunded. Supports & color codes
disable_upgrade_templatesfalseRemove netherite upgrade smithing templates from generated loot

Periodic Netherite Purge

Periodically strips all netherite items from every online player's inventory, armor, and offhand.

OptionDefaultDescription
periodic_purge.enabledfalseEnable or disable the purge timer
periodic_purge.interval_seconds60How often to run the purge, in seconds (minimum 1)

Removed items include armor, tools, ingots, scrap, blocks, and upgrade templates.

Statistics & Analytics

OptionDefaultDescription
statistics.enabledtrueMaster toggle for statistics tracking
statistics.track_refundstrueCount material refunds
statistics.track_blocked_craftstrueCount blocked smithing attempts
statistics.track_template_removalstrueCount templates removed from loot
statistics.track_purged_itemstrueCount items removed by periodic purge
statistics.reset_on_reloadfalseReset stats when the config is reloaded
statistics.log_to_filefalseWrite stats to statistics.yml after every change

View stats in-game with /nonetherite stats.

Debug Mode

OptionDefaultDescription
debug.enabledfalseEnable debug logging
debug.log_loot_eventsfalseLog template removals from loot
debug.log_craft_eventsfalseLog blocked crafts and stat updates
debug.log_config_changestrueLog config reloads and updates
debug.verbose_messagesfalseExtra detailed debug output

Debug can also be toggled in-game with /nonetherite debug <on|off>.

World-Specific Configurations

Override global settings per world. Any setting from the global config can be placed under a world name:

worlds:
  world:
    disable_netherite_helmet: true
    disable_upgrade_templates: false
    refund_materials: true
  world_nether:
    disable_upgrade_templates: true
    disable_netherite_sword: true
  world_end:
    disable_upgrade_templates: true

Unspecified settings fall back to the global config.

Configuration Presets

Presets are saved and loaded via commands (see below). The presets: section in config.yml is managed automatically — do not edit it by hand unless you know what you are doing.

Commands & Permissions

Commands

CommandPermissionDescription
/nonetheritenonetherite.infoShow plugin version and info
/nonetherite reloadnonetherite.reloadReload config and restart purge timer
/nonetherite statsnonetherite.statsView plugin statistics
/nonetherite debug <on|off>nonetherite.debugToggle debug mode
/nonetherite preset save <name>nonetherite.presetSave current config as a preset
/nonetherite preset load <name>nonetherite.presetLoad a saved preset
/nonetherite preset listnonetherite.presetList available presets
/nonetherite preset delete <name>nonetherite.presetDelete a preset

Permissions

PermissionDefaultDescription
nonetherite.infoall playersAccess to /nonetherite
nonetherite.reloadopReload configuration
nonetherite.statsopView statistics
nonetherite.debugopToggle debug mode
nonetherite.presetopManage configuration 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:
/nonetherite reload

to apply changes.

Join the Discord! (WIP)

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.1.x1.21.x

Зависимости

Ссылки


Создатели

Детали

Лицензия:
Опубликован:6 месяцев назад
Обновлён:17 часов назад
Главная