I use a multiverse plugin, so there are worlds with different names.
I wanted to teleport the player to a world named "tutorial" so I wrote the code like this:
but, it doesn't work because "tutorial" is not a world type.
what should I do?
I wanted to teleport the player to a world named "tutorial" so I wrote the code like this:
Code:
teleport player to location(0.5, 40.5, 0.5, tutorial)
but, it doesn't work because "tutorial" is not a world type.
what should I do?