Skip to content
home/templates/staff chat (/sc)
moderationBeginnernewmc 1.20.x – 1.21.x8 lines

staff chat (/sc)

private chat channel for staff. only players with the permission see messages. prefixed with [STAFF].

vanilla Skriptno addons required.
staff-chat.sk8 lines
command /sc <text>:
    aliases: /staffchat
    permission: staff.chat
    trigger:
        loop all players:
            if loop-player has permission "staff.chat":
                send "&8[&cSTAFF&8] &f%player%&7: &r%arg-1%" to loop-player

get it running

staff-chat.sk · 8 lines · vanilla Skript
  1. 1

    copy or download

    grab the .sk file with the buttons up top.

    staff-chat.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/staff-chat.sk
  3. 3

    reload in-game

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

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

more moderation templates

comments