I need help with a skript I've been working on. I suck at making skripts and maybe someone can help me.
What my idea is:
When a new players joins, 3 people can do /welcome <playername> and it will give the player that ran the command a reward (like 3 diamond) and broadcast in chat "<player> has welcomed <played>"
It has to work only on NEW PLAYERS
When the command has been ran 3 times already it has to say something like "This command has already been used 3 times on <Player>"
This is what I have right now:
command /welcome <text>:
permission: test.test
trigger:
set {message} to arg 1
message "&c%player% &bhas welcomed &c%{message}%"
Help me
What my idea is:
When a new players joins, 3 people can do /welcome <playername> and it will give the player that ran the command a reward (like 3 diamond) and broadcast in chat "<player> has welcomed <played>"
It has to work only on NEW PLAYERS
When the command has been ran 3 times already it has to say something like "This command has already been used 3 times on <Player>"
This is what I have right now:
command /welcome <text>:
permission: test.test
trigger:
set {message} to arg 1
message "&c%player% &bhas welcomed &c%{message}%"
Help me
