I need to teleport players between worlds with command blocks on my server
FilipGht opened this issue ยท 3 comments
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
Why command blocks and not a normal BungeeCord setup? Or at minimum use command aliases for /mv tp?
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/