I want to set a variable to a location, but I keep getting an error saying it does not recognize the type.
For example:
This fails and returns the error `can't understand the value 'location(12, 34, 56)'` and I have no idea why.
Official documentation has not helped either, since none of it seems to have solutions to my issue.
For example, in the docs:
For example:
Code:
{spawns::1} = location(12, 34, 56)
This fails and returns the error `can't understand the value 'location(12, 34, 56)'` and I have no idea why.
Official documentation has not helped either, since none of it seems to have solutions to my issue.
For example, in the docs:
Code:
set {home::%uuid of player%} to location of the player