#Figuring at ChaosPlugin stuff
1 messages · Page 1 of 1 (latest)
Guess I'll start with this since it's easiest.
It can currently be as follows:
"location": {
"world": "player_world",
"x": "player_x",
"y": "255.0",
"z": "-1.0",
}
Picks a random location within the specified radius of the player
"location": {
"radius": 10
}
I'm just not sure how to implement adding or subtracting from a specific axis, however.