Honestly, I don't understand why this is happening. If someone can explain it to me, that'd be nice. What I'm understanding from this is that I need to make the max distance 340282346638528860000000000000000000000000. I don't even think that's a location!
Linked issues
Attachments
Comments 4
The syntax for /spreadplayers
:
/spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams> <entities>
<x> <z>
is your center, <spreadDistance>
is the minimum range you want to spread the entities, <maxRange>
is the maximum range, <respectTeams>
will spread entities on the same team together if true, and <entities>
specifies the entities you want to move.
The problem with your command is the minimum range (<spreadDistance>
) is large than the maximum (<maxRange>
).
The large number you're getting in the error message is a bug (MC-97196).
If someone can explain this to me, that'd be nice.