I need help. Is there any way that i can disable fall damage when the player is wearing a certain armor set/chestplate? eg. diamond chestplate?
IIs there also a way to make that on a toggle command (i have skbee btw): skript:
command /nofall <text>:
permission: command.nofall.chestplate
usage: /nofall chestplate
trigger:
give player diamond chestplate with name "&bNofall Chestplate"
send "&6Here is a &bNoFall Chestplate" to player
on tab complete of "/nofall":
set tab completions for position 1 to "chestplate"```
ty for any help