Multiverse-Core

Multiverse-Core

6M Downloads

I need to teleport players between worlds with command blocks on my server

FilipGht opened this issue ยท 3 comments

commented

I have a server and use multiverse core plugin. I need to teleport players from my hub (hubthat) to a specific world with command blocks. Pls help

commented

Why command blocks and not a normal BungeeCord setup? Or at minimum use command aliases for /mv tp?

commented

Command selectors on 1.13+
Spigot does not allow plugin commands to use vanilla command selectors on 1.13+. You can use a plugin to restore this:

PsudoCommands: https://www.spigotmc.org/resources/psudocommands-add-the-function-to-plugin-commands.56738/
CommandHook: https://www.spigotmc.org/resources/commandhook.61415/

commented

closing this due to inactivity. Feel free to reopen if you still have issues.