Multiverse-Core icon indicating copy to clipboard operation
Multiverse-Core copied to clipboard

Multiverse Teleport to another world with "~" coords

Open DarkKingIce opened this issue 11 years ago • 1 comments

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: but i cannot make the playername return the players name. It'll be time consuming to make a unique item for every player (possibly limit this command to the second world)

Thank you for any help I am running a server with lots of plugins and 2 normal worlds, one nether, and one end

DarkKingIce avatar Jun 01 '14 00:06 DarkKingIce

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.

ryantheleach avatar Jun 02 '14 03:06 ryantheleach