1. Advertising competing servers is not explicitly banned. If that user just says that quote once and doesn't repeat it, take no action. If the user is spamming that with a bind/copy+paste (such that the chat box is filled with that phrase and it drowns out legitimate chat), I would warn the user that repeatedly spamming that phrase would constitute a mute for spam. I would warn the user with the
sm_psay (SourceMod Private Say) command. It would only show up on the target's (my) screen.
sm_psay "#[U:1:116052589]" "Do not spam on Skial servers; repeat infractions will result in a temporary mute."
Repeat infractions after the warning would constitute a mute using the
sm_silence (SourceMod Silence; inhibits voice and text chat) command. Voice commands (MEDIC!, Thanks!, Pootispencer Here) still work.
sm_silence "#[U:1:116052589]" 1440 "Spam"
2. Racism is not tolerated on any Skial server in any form. Use the
sm_psay again to warn Paint! for the first infraction.
sm_psay "#[U:1:141935426]" "Racism is not tolerated on Skial servers. Repeat infractions will lead to a temporary mute."
The second infraction would be an identical command, but with different text.
sm_psay "#[U:1:141935426]" "Racism is not tolerated on Skial servers. This is your final warning before you will be muted for racism."
The third infraction would lead to a 24 hour mute.
sm_silence "#[U:1:141935426]" 1440 "Racism"
3. Inform you, and the rest of the server, that Simon Says is banned and to pick a different game/activity through
sm_msay. I'm using a global message here, in lieu of a private message, to inform all players that the situation is being addressed, to inform them of the fact that the game is banned (if they were unaware of that for whatever reason), and tell them of the consequences for disobeying rules. I'm also using
sm_msay instead of
sm_csay because the menu panel is slightly more obvious and must be dismissed to get rid of it. The menu takes more time to disappear if ignored than a centered message does.
sm_msay "Simon Says is a banned game. Choose a different game or you will be slain and muted."
If you persist in doing Simon Says, I will slay you and mute you for 24 hours. The Jailbreak server does not have a formal guard ban command, but silencing a player will prevent them from being a Warden for the duration of the silence (source: I've experienced it and have had friends that have also experienced that.) I would apply these two commands consecutively.
sm_slay "#[U:1:33253768]"
sm_silence "#[U:1:33253768]" 1440 "Griefing, read the Jailbreak rules thread on the Skial forum."