I'm trying to create a skript to transfer players to a different server when they type a command, but it doesn't work.
When the server i want to transfer them to is offline it works and just sends you to the server hosting hub instead of the server, but when the server i want to transfer them to is online it doesn't transfer them.
here is the code.
thanks!
When the server i want to transfer them to is offline it works and just sends you to the server hosting hub instead of the server, but when the server i want to transfer them to is online it doesn't transfer them.
here is the code.
Code:
command /ziyumc:
trigger:
play sound "block.note_block.bit"
send "&2ᴢɪʏᴜᴍᴄ &8| &7Transferring you to &2ᴢɪʏᴜᴍᴄ&7..."
wait 1 second
broadcast "&a%player% &8ᴡᴀs sᴇɴᴛ ᴛᴏ &2ᴢɪʏᴜᴍᴄ!"
transfer player to server "ziyumc.minehut.gg"
thanks!