Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use paper's canUseEquipmentSlot when possible in ExprArmor #7739

Open
1 task done
Fusezion opened this issue Mar 23, 2025 · 0 comments
Open
1 task done

Use paper's canUseEquipmentSlot when possible in ExprArmor #7739

Fusezion opened this issue Mar 23, 2025 · 0 comments
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).

Comments

@Fusezion
Copy link
Contributor

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

  • I have read the guidelines above and affirm I am following them with this suggestion.
@Burbulinis Burbulinis added 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). labels Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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).
Projects
None yet
Development

No branches or pull requests

2 participants