Multiverse-Core
Multiverse-Core copied to clipboard
Multiverse Teleport to another world with "~" coords
So this is what I'm trying to do. I have command items installed, so I can create items that trigger commands when used/click/consumed. I want to make an items that will teleport you to another world and back. using the players coordinates.
I was going to use multiverse command /MVTP e:world X,Y,Z But it requires numbers for the coordnates, I was hoping to just use ~ to return the current players position
I was also thinking of letting players use an item to return to there bed,
/MVTP B:
Thank you for any help I am running a server with lots of plugins and 2 normal worlds, one nether, and one end
It might be useful to support ~ (but where would multiverse stop? how much of mojangs command syntax should be supported?) , but if you want to fix the issue for all command items it would be more suitable in the command items plugin or bukkit itself.
Personally I think this is the wrong way of solving your problem. you are gong to run into more issues as if you teleport inside a block in another world you have the potential to kill a player.
I'd be writing a small script in CommandHelper/Skript/Java to trigger as you would have complete control.