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

2

entity selector option "at least"

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    This is accomplished using /execute store and then testing for a score.

    /execute store result score FakePlayer myObjective if entity @e[type=pig,distance=..5]
    /execute if score FakePlayer myObjective matches 3.. run say Hello, World!