-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 18w16a
-
None
-
Unconfirmed
I've been attempting to recreate an old TP book of mine that allows people to TP to a set location but to limit usage I use a scoreboard item to keep track of if their usage has beenn restored or not yet.
The problem I've ran into is using the command
scoreboard players set @a[x=882,y=58,z=227] Hearth 0
the game resets the hearth value of all players regardless of their location. Then when I try
scoreboard players set @a[x=882,y=58,z=227,distance=1] Hearth 0
it can find no players even when standing exactly on the listed location. (Even tried x=882.5, y=58, and z=227.5 to be certain before using TP to place me exactly in that location)
- duplicates
-
MC-121653 The distance selector tag is broken
- Resolved