We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

5

New Command: /wait - but different

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    I recommend using repeating command blocks and the /execute command in order accomplish this. For example...

    To detect when a player reaches a level 10:

    execute if entity @a[nbt={XpLevel:10}]

    To detect when a stone block is placed at specific coordinates:

    execute if block x y z stone

    Hope this helps!