OldCombatMechanics

OldCombatMechanics

46.1k Downloads

Old Tool Damage not applying to Wood and Gold Weapons/Tools

RarePika opened this issue ยท 3 comments

commented

Info

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.
1c

And here is the resulting in-game item damages

Wooden Sword:
2019-07-27_23 12 52
Golden Sword:
2019-07-27_23 12 58
Stone Sword:
2019-07-27_23 13 13
Iron Sword:
2019-07-27_23 13 28
Diamond Sword:
2019-07-27_23 13 47

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
commented

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.

commented

@RarePika Please try test build 59, the issue should now be fixed there.

commented

@gvlfm78 It's working properly in that build. Thank you!