Skip to content
home/templates/first-join welcome messages
eventsBeginnermc 1.20.x – 1.21.x23 lines

first-join welcome messages

first-time players see a multi-line welcome screen with rules, commands, and a brief intro. Skript — no addons needed.

vanilla Skriptno addons required.
welcome-book.sk23 lines
on first join:
    wait 1 second
    send "" to player
    send "&6&l══════════════════════════════════════" to player
    send "&6&lWELCOME TO THE SERVER, &e%player%&6&l!" to player
    send "&6&l══════════════════════════════════════" to player
    send "" to player
    send "&7Here's how to get started:" to player
    send "  &e/spawn &7— teleport to spawn" to player
    send "  &e/shop &7— open the item shop" to player
    send "  &e/kit starter &7— claim your starter kit" to player
    send "  &e/warps &7— see all warp points" to player
    send "" to player
    send "&7Server rules:" to player
    send "  &7• Be respectful" to player
    send "  &7• No griefing" to player
    send "  &7• No cheating" to player
    send "  &7• Have fun!" to player
    send "" to player
    send "&6&l══════════════════════════════════════" to player
    send "" to player
    broadcast "&8[&a+&8] &fWelcome &a%player%&f to the server!"

get it running

welcome-book.sk · 23 lines · vanilla Skript
  1. 1

    copy or download

    grab the .sk file with the buttons up top.

    welcome-book.sk· ready to drop in
  2. 2

    drop it in your scripts folder

    save it exactly here on your server — no typos, just copy the path:

    …/plugins/Skript/scripts/welcome-book.sk
  3. 3

    reload in-game

    run this in chat or console — your script goes live instantly:

    /sk reload welcome-book
that's it — your script is live. hop in-game to try it.
/ related templates

more events templates

comments