So we already know I have an anarchy world and I want to "troll" some players with a command block with a simple goal.
"One the button is pressed, you will be teleported in a random area, and maybe you can make your base there."
So unlike here, I want to set up a /tp on the command that kinda goes like this:
/tp @p [rand=100000,-100000] 255 [rand=100000,-100000] true
Now I'm thinking of setting the coordinates to a random int without adding a mod or some additional code (because I don't know how to add it in or make one even though I'm a programmer).
Is it possible to set random numbers in a teleportation command in Bedrock Edition?