Old Tool Damage not applying to Wood and Gold Weapons/Tools
RarePika opened this issue ยท 3 comments
Info
- Server version: CraftBukkit version git-Spigot-5e4e7f3-2349feb (1.14.3)
- OldCombatMechanics version: v1.7.3 (Also tested on v1.7.4-BETA)
- Server log file: https://pastebin.com/actf5eyd
- OldCombatMechanics config file: https://pastebin.com/HUm0fZ1P
Problem Description
Old Tool Damage not applying to Wood and Gold Weapons/Tools
When I installed OldCombatMechanics for my Spigot 1.14.3 server, I realized that the old-tool-damage module was having issues. After further research, I noticed that the custom item damages were being applied to every weapon/tool except for the wooden and golden ones.
To test this, I set every sword's damage to 100 in the config. This is what it looks like.
And here is the resulting in-game item damages
Wooden Sword:
Golden Sword:
Stone Sword:
Iron Sword:
Diamond Sword:
I tested this on axes also, and the same thing happened.
Please fix this as soon as possible. I have to leave the module disabled for now, making axes stupidly overpowered. I wouldn't want it to be that way for too much longer.
Thank You!
- RarePika
This is happening because with 1.14 Bukkit changed the Material names of GOLD and WOOD weapons to GOLDEN and WOODEN to match vanilla Minecraft's naming scheme. We are currently working on fixing this.
@RarePika Please try test build 59, the issue should now be fixed there.