1

How do I make a player get a certain effect at a certain Y-lever?

atheml's Avatar atheml9/16/22 1:44 am
9/16/2022 4:11 pm
Spuduking's Avatar Spuduking
Can you make a player get a certain effect at a specific Y-level? It's hard for me to do it, especially when every command that I think helps me with it doesn't work or is outdated. Someone halp!1!
Posted by atheml's Avatar
atheml
Level 12 : Journeyman Ranger
6

Create an account or sign in to comment.

1

1
09/16/2022 4:11 pm
Level 32 : Artisan Procrastinator
Spuduking
Spuduking's Avatar
Try a predicate:

{
  "condition": "minecraft:entity_properties",
    "entity": "this",
    "predicate": {
      "location": {
        "position": {
          "y": 32
        }
    }
  }
}
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome