1.17 packets error
x9nico opened this issue ยท 14 comments
Information
- Server Version: Spigot 1.17
- OldCombatMechanics version: 1.9.0
- Server Log File:
https://pastebin.com/yueGjypC
https://pastebin.com/JEBjWHuL
- OldCombatMechanics config file:
Problem Description
When I'm loading the plugin, I have these errors in logs, maybe incompatible with Java 16 and 1.17?
To Reproduce
Steps to reproduce the behavior:
- Upload the plugin on your server
- Restart your server
- And then, you have errors when the plugin load
Actual Behaviour
It does the errors in logs (see the pastebin link)
Fixed with cefbd0d
@rayzr522 @I-Al-Istannen reflection machine broke?
It looks like the NMS packet names changed in 1.17, so this needs to be accounted for. In the meantime you could disable the sweep animation feature and the no collisions feature if you want to avoid those errors.
It looks like the NMS packet names changed in 1.17, so this needs to be accounted for. In the meantime you could disable the sweep animation feature and the no collisions feature if you want to avoid those errors.
It has forecast?
It looks like the NMS packet names changed in 1.17, so this needs to be accounted for. In the meantime you could disable the sweep animation feature and the no collisions feature if you want to avoid those errors.
I have always the error.
@x9nico please try this build -- there will still be missing functionality until we fix our 1.17 support, but the plugin should at least be able to load now and basic functionality (like attack cooldown) will still work: https://ci.rayzr.dev/job/OldCombatMechanics/74/
@x9nico please try this build -- there will still be missing functionality until we fix our 1.17 support, but the plugin should at least be able to load now and basic functionality (like attack cooldown) will still work: https://ci.rayzr.dev/job/OldCombatMechanics/74/
I tried this build.
There is the errors: https://pastebin.com/mMSkkhDq
And, I found errors when the plugin disabling: https://pastebin.com/8vChNrzw
@x9nico yes, these are to be expected as there's still parts of the plugin which don't support 1.17. however, does the plugin now load for you and function for the most part?
@x9nico yes, these are to be expected as there's still parts of the plugin which don't support 1.17. however, does the plugin now load for you and function for the most part?
Yes, the plugin now load.
It worked for me, but the errors keep appearing on the console https://pastebin.com/Jbh1DVK7
1.17 BUGS:
The player dies and gets buggy, he doesn't take damage if he's in full armor, the mace isn't changing to 1.8
We're working on it in PR #536