- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Donation Link:
- https://www.buymeacoffee.com/wowkster
![]()
Description
Netherite tools and armor now require more ingots to upgrade. This number is dependent on their crafting recipe. For instance a diamond chestplate requires 8 netherite ingots to upgrade.
Commands:
- /smithing reload reloads config.yml
Permissions:
Config:
- smithing.reload default: op - allows user to use reload command
Note: When you put in less than the required number of netherite ingots, sometimes on the client it shows that you can craft even though you can't. If you try to click on the result it disappears and functions as its supposed to. THIS IS A NOT A BUG IN THIS PLUGIN. THIS IS A MINECRAFT CLIENT DESYNC ISSUE WHICH I HAVE NO CONTROL OVER SO PLEASE DON'T COMMENT TELLING ME THAT DOESN'T WORK.Code (YAML):#Customizable Messages
messages:
#Prefix before all plugin messages
prefix: "&7[&bNetheriteSmithing&7] &e"
#Sent when sender has insufficient permissions
no-permission: "&cYou do not have permission"
#Customizable messages relating to the /smithing reload command
reload:
done: "&eReloaded Config"
invalid-argument: "&cUsage: /smithing reload"
#Sent when player has an insufficient number of ingots to upgrade an armor piece/tool
# '%NEEDED%' is replaced by the number of ingots the player still needs
need-more-ingots: "&cYou need %NEEDED% more ingot(s)"
#Controls the sound played when a player doesn't have enough netherite
sounds:
#Based on the Bukkit Sound Enum. To find a list of all available sounds, go to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
sound: "ENTITY_ENDERMAN_TELEPORT"
#Controls whether or not the sound is played
play-sound: true
volume: 0.6
pitch: 1.0
#Number of netherite ingots required to upgrade the following
smithing:
DIAMOND_AXE: 3
DIAMOND_BOOTS: 4
DIAMOND_CHESTPLATE: 8
DIAMOND_HELMET: 5
DIAMOND_HOE: 2
DIAMOND_LEGGINGS: 7
DIAMOND_PICKAXE: 3
DIAMOND_SHOVEL: 1
DIAMOND_SWORD: 2
Issues
Please do not post issues in the comments. If you have any problems or you need help configuring some settings please either post an issue on the GitHub or DM me on Discord at Wowkster#0969
Source Code: If you want the source, add me on discord Wowkster#0969 and we can work out an agreement

CustomNetheriteSmithing 1.3.2
Netherite Tools and Armor now require a different amount of ingots to upgrade in a smithing table.
Recent Updates
- Update 1.3.2 Jan 19, 2021
- Update 1.3.1 Jan 18, 2021
- Update 1.3.0 Jan 18, 2021