event-slot for helmet,chestplaye,leggings,boots #3430
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
completed
The issue has been fully resolved and the change will be in the next Skript update.
priority: medium
Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
when I was using "if event-slot is (player's helmet, player's chestplate, player's leggings or player's boots):" it would also think that it was slots 39,38,37,36 in a double chest
To do just do:
on inventory click:
if event-slot is (player's helmet, player's chestplate, player's leggings or player's boots):
broadcast "Armor"
It should only work for slots 39,38,37,36 in the player inv not double chests/guis
Server: 1.16.3
Script Version 2.5
The text was updated successfully, but these errors were encountered: