Ankawi submitted a new resource:
Welcome Messages - Sends players welcome messages once they connect to the server
Read more about this resource...
WelcomeMessages
Moved
Total Downloads: 3,768 - First Release: Nov 19, 2016 - Last Update: Dec 25, 2017
- 5/5, 12 likes
-
Ankawi updated Welcome Messages with a new update entry:
1.0.0
-
Please tell me, is it possible to add messages to the greeting as it was before:
{
"Messages": [
"<size=17><silver>Приветствуем <lime>{player}<end><end></size>",
"<silver><orange><size=20>•</size><end> Набери <orange>/help<end> и узнай доступные команды.<end>",
"<silver><orange><size=20>•</size><end> Будьте вежливы с игроками.<end>"
]
}
Now:
{
"Welcome": "[#cyan]Welcome to the server {0}![/#]"
}
If yes then how to do it correctly? -
Wulf Community Admin
Code:{ "Messages": [ "[#silver][+17]Приветствуем [#lime]{player}[/#][/+][/#]", "[#silver][#orange][+20]•[/+][/#] Набери [#orange]/help[/#] и узнай доступные команды.[/#]", "[#silver][#orange][+20]•[/+][/#] Будьте вежливы с игроками.[/#]" ] }
-
That is, I need to replace:
{
"Welcome": "[#cyan]Welcome to the server {0}![/#]"
}
on:
{
"Messages":[
"[#silver][+17]Приветствуем [#lime]{player}[/#][/+][/#]",
"[#silver][#orange][+20]•[/+][/#] Набери [#orange]/help[/#] и узнай доступные команды.[/#]",
"[#silver][#orange][+20]•[/+][/#] Будьте вежливы с игроками.[/#]"
]
}
Is it so?
I need to play Hurtworld -
Wulf Community Admin
-
Thank you very much, I will try
-
i example lang with
Code:{ "Messages":[ "[#cyan]Witaj na serwerze{0}![/#]" "TeamSpeak: [#red]myhurtworld.teamspeak3.pl[/#]" "WIPE : Co piątek o godzinie 18:30" "Restart : Odbywa się w każdą noc o 5:00" "Zapoznaj się koniecznie z [#red]/regulamin[/#]" ] }
-
Wulf Community Admin
-
i change all for
Code:{ "Welcome": "[#cyan]Witaj na serwerze{0}![/#]", "TeamSpeak: [#red]myhurtworld.teamspeak3.pl[/#]", "WIPE : Co piątek o godzinie 18:30", "Restart : Odbywa się w każdą noc o 5:00", "Zapoznaj się koniecznie z [#red]/regulamin[/#]", }
-
Wulf Community Admin
-
-
Don't work or does nothing on 7dtd. Might wanne check out Teleport since it sends messages on login or Advert Messages that also works fine.
-
Wulf Community Admin
-
tho its already possible to display messages OnPlayerConnected see 7dtd Teleport plugin i added it myself to this plugin. For other ppl that might don't know that would't it be help full since its "universal" to atleast at the 7dtd stuff via a line #if 7DAYSTODIE
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin