kit-auto-equip doesn't equip armor when serialized
Evidentsinger14 opened this issue ยท 1 comments
Type of bug
Other unexpected behaviour
/ess dump all
output
https://essentialsx.net/dump.html?id=41d43eafde474485b8af70d2f48d8644
Error log (if applicable)
No Errors
Bug description
When claiming a kit that's been serialized, it no longer equips the armor. This was a previous issue, and had been fixed here.
Steps to reproduce
- Create fresh server running latest development build of EssentialsX (2.20 build 39), and Paper (1.19 build 388)
- start server to generate configs
- open
/plugins/EssentialsX/config.yml
and Locateuse-nbt-serialization-in-createkit
, and set totrue
- Locate
kit-auto-equip
and set totrue
- restart or
/ess reload
- get some armor, and a random item just to ensure the kit is actually given
- run
/createkit JackG 0
- try and claim
/kit JackG
Expected behaviour
Random item is placed into inventory, and armor is equipped to armor slots.
Actual behaviour
Only the random item is placed, no armor is equipped.
Fixed in Paper build 384 PaperMC/Paper@18fabc0