i need to send a player from server one to server 2 without bungee cord

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

pdiddygman

Member
Aug 22, 2023
3
0
1
24
i tried it did not work. Please Help

command /join:
trigger:
connect player to "love-frederick.joinmc.link"
 
code_language.skript:
command /join:
    trigger:
        send "%player% connecting to Love Frederick server..." to player
        execute console command "server love-frederick.joinmc.link"
try this
 
1726261108181.png

never worked I did /join then waited 5 mins and tried 3 times. I think because one server is on mine fort a hosting company and they spawn in a bedrock box then do /join and it sends them to the real server that I host at my house. so, in the hosting company you do /server to join another server...
code_language.skript:
command /join:
    trigger:
        send "%player% connecting to Love Frederick server..." to player
        execute console command "server love-frederick.joinmc.link"
try this
 
Last edited:
View attachment 8803
never worked I did /join then waited 5 mins and tried 3 times. I think because one server is on mine fort a hosting company and they spawn in a bedrock box then do /join and it sends them to the real server that I host at my house. so, in the hosting company you do /server to join another server...
hi @pdiddygman, try this!
Code:
command /join:
    trigger:
        send "%player% connecting to Love Frederick server..." to player
        execute console command "transfer love-frederick.joinmc.link 25565 %player%"
just know that the server your sending to requires "accepts-transfers=true" to be in the properties!
 
  • Like
Reactions: pdiddygman