#Fall Damage

1 messages · Page 1 of 1 (latest)

flat stirrup
#

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
#

im trying to add some custom commands to my smp

#

bbtw

#

if anyone cares

#

i dont think they do D

#

xD*

ebon wing
#

Use on armor change and then on damage

#

For on damage there’s event-damagecause to check what caused it

flat stirrup
#

ok

#

ty