#How do i make a welcome skript

1 messages · Page 1 of 1 (latest)

patent lion
#

so i downloaded a skript from online and idk how to make it so that it pops up properly in chat please help

lethal mountain
#

I Think whoever made this skript is as new as you are

#

Try and re create it by yourself

patent lion
#

but i don't know anything about making a welcome skript

#

could you help me? @lethal mountain

celest shuttle
#

There are a lot of tutorials you can find on skripthub or you can look up fanstaaff on youtube

lethal mountain
patent lion
#

im trying

#

all tutorials are outdated and dont work

lethal mountain
#

Yeah some syntaxes are oudated.
Dont copy skript and paste them into your server though. Thats a bad way of learning.
I learned most by simply reading other people’s skripts.
All you really need to start learning skript is understanding the language and a good memory to remember syntaxes

short yew
# patent lion im trying

the way i learned is by learning exactly what i needed to learn for one given task during development. by doing that until my server was done, i learned a lot and could code on my own. thats a decent way to do it if youre impatient. for a join skript, you'd need to know how to detect joins and first joins, storing and modifying a variable, and broadcasting messages. pretty simple once you break it down.

severe gull
#

of skript

lethal mountain
#

What?

celest shuttle
tidal ingot
celest shuttle
#

also just a sidenote

#

im praying this guy didn't pay for this

tidal ingot
#

He probably did, for something like that...

summer night
#

Just recreate it

#

Using tutorials it's genuinely easy, you can also recreate it using some of the current skript you have

celest shuttle
#

People have already said this but yes

summer night
#

Just Wanted to help (:

celest shuttle
#

What

#

When did i say this

summer night
#

Also use %{variable}% instead {@variable} it'll prb fix it

summer night
celest shuttle
#

Oh right i remember this

tidal ingot
#

For example:

    prefix: &f&lPlaceholder

on join:
    set join message to "{@prefix} &8| &f%player% &7has joined the server!"```
#

Possible Issue: #0000F

Proper Method: <#0000F> OR <White>```
summer night
#

Or at least some I see

knotty root
summer night
#

Why, using Counter of joins will be way easier for him to learn.

knotty root
#

at all

peak latch
#

@patent lion
there you go
#welcome skript
on first join:
set {newplayer.%uuid of player%} to true
delete {welcome.claimed.%uuid of player%::*}

wait 15 seconds
delete {newplayer.%uuid of player%}
delete {welcome.claimed.%uuid of player%::*}

on chat:
if message contains "welcome":
loop all players:
if {newplayer.%uuid of loop-player%} is set:
if {welcome.claimed.%uuid of loop-player%::%uuid of player%} is not set:
execute console command "excellentcrates key give %player% afk 1"
send "&aYou welcomed the new player! Here's your reward. &d&l1xAfk key"
set {welcome.claimed.%uuid of loop-player%::%uuid of player%} to true
stop

on quit:
delete {newplayer.%uuid of player%}
delete {welcome.claimed.%uuid of player%::*}

celest shuttle
#

Use lists

#

Please

lethal mountain
#

lmao and use `` these

#

format

wind hill
#

but in general we prefer you don't spoonfeed at all

peak latch
wind hill
peak latch
#

i agree

wind hill
#

spoonfeeding is when you give a man a fish

#

instead of teaching the man to fish

peak latch
#

ok makes sense

devout mountain
#

bump

dense rover