Solved I need Help with BungeeMaster MOTD GET.

  • 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!

Status
Not open for further replies.

77Paule_HD

Member
Jul 16, 2020
3
0
1
19
Hello i will get the motd , from the server Knockffa with BungeeMaster.
And set the motd to a variable , but
command /m2:
trigger:
bm motd of server "KnockFFA" set to "%{Knockffa}%"

command /m1:
trigger:
send "%{Knockffa}%" to player
This dosen't work .

Thanks for help
 
I'm not familiarized with BungeeMaster, but when setting a variable, set it to this format.
Code:
command /m2:
  trigger:
    set {Knockffa} to bm motd of server "KnockFFA"

command /m1:
  trigger:
    send "%{Knockffa}%" to player
 
Ich danke dir es geht
[doublepost=1595713664,1595710221][/doublepost]but now when I stop the Knockffa server and query the lobby for motd stop the lobby server
 
Status
Not open for further replies.