how to detect if player ISN'T wearing boots

Started by Sec-To-Bar on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to detect if player ISN'T wearing boots

i am trying to make a block that damages players if they walk on it but only when they aren't wearing boots, how would i do that?

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If (not) (event target…
Fri, 12/16/2022 - 12:33

If (not) (event target entity has diamond boots in its armor slot 0)

then do (whatever you want)