Use paper's canUseEquipmentSlot when possible in ExprArmor #7739
Labels
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
priority: lowest
"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Suggestion
Use the paper method LivingEntity#canUseEquipmentSlot(EquipmentSlot) for checking if an entity can use a provided equipment slot.
Why?
The current implementation of checking for what can and can't use slots requires skript to update it every version something new it added. By doing this it leads to possible missed changes especially with minecraft seemingly adding more and more each game drop.
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: