# Disabled by default: remove # from the filename to enable this script. # this script is connected to the 'Joined' event, which means that this script will run when a player joins # this event provides us with the @evPlayer variable with the player who just joined !-- OnEvent Joined -- require @evPlayer # this 'Broadcast' method sends a formatted message to the player who just joined Broadcast @evPlayer 10s "Welcome {@evPlayer -> name}!
This server is using Scripted Events Reloaded, enjoy your stay!
" # information for the server owner to visit the scripts folder Hint @evPlayer 10s "
This is the default message.
You can modify it - as well as any other example script - by going to the SER folder in plugin configs."