how do i add more?
WelcomeMessages
Moved
Total Downloads: 3,768 - First Release: Nov 19, 2016 - Last Update: Dec 25, 2017
- 5/5, 12 likes
-
Wulf Community Admin
-
-
Wulf Community Admin
-
only the first line of the welcome message is working and only the player connecting can see the message. I don't see the welcome message when other players join
-
-
This is my current welcomemessage.json
{
"WaitIntervalInSeconds": 20
}
{
"Welcome": "[#cyan]Welcome to the server {0}![/#]
\n[#cyan]Type /remove to remove your wall[/#]
\n[#cyan]No Decay except for Twigs[/#]"
} -
Code:
{ "Welcome": "[#cyan]Welcome to 420Zone {0}![/#] [#cyan]Type /town to go to the shop/SAFE Zone[/#] \n[#cyan]Type /sethome "homename" to set your home[/#] \n[#cyan]Type /delhome "homename" to delete a home[/#] \n[#cyan]Type /home "HomeName" to tp home[/#] \n[#cyan]Type /tpr "PlayerName" to tp to a friend[/#] \n[#cyan]Type /tpa to accept an tp invite[/#] \n[#cyan]Type /tpc to cancel a tp [/#] \n[#cyan]Type /remove to remove a wall etc (30s)[/#] \n[#cyan]Type /kit to get your free starter kit[/#] \n[#cyan]Please No Door Camping or griefing[/#] \n[#cyan]Happy Playing[/#]" }
-
-
Ok, I got the welcome message to work properly, but only the person joining the server can see the welcome message. When someone joins, I can't see the welcome message they get. I just want people to know when someone joins the server.
-
-
-
Only the player who connects sees the message where everyone on the server?
-
-
-
-
The first time I ran this plugin it just gave out one line "Welcome to the server "player" !" instantly without delay.
Then i went into cofig WelcomeMessages.json and changed it to:
Code:{ "WaitIntervalInSeconds": 50 "Welcome": "[#cyan]Welcome to the server {0}![/#] \n[#cyan]Type /info to view in-game commands[/#]" }
Last edited by a moderator: Mar 26, 2018 -
Wulf Community Admin
-
-
I didn't spot it int the overview of the plugin before as I had no clue it existed, but thanks a lot that helped!