Skip to content
home/templates/pretty join/quit messages
eventsBeginnermc 1.20.x – 1.21.x7 lines

pretty join/quit messages

custom colored join and quit messages with the player's name. replaces the default yellow text.

vanilla Skriptno addons required.
join-quit-messages.sk7 lines
on join:
    set join message to "&8[&a+&8] &f%player%"
    send "&eWelcome, &f%player%&e! Currently &a%number of all players% &eonline." to player

on quit:
    set quit message to "&8[&c-&8] &f%player%"

get it running

join-quit-messages.sk · 7 lines · vanilla Skript
  1. 1

    copy or download

    grab the .sk file with the buttons up top.

    join-quit-messages.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/join-quit-messages.sk
  3. 3

    reload in-game

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

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

more events templates

comments