SCUM | How to Configure Custom Server Notifications Print

  • SCUM, SCUM Configuration, SCUM Server, SCUM Server Configuration, SCUM Server Settings, SCUM Notifications, SCUM How to Configure Notifications
  • 0


To modify your PingPerfect SCUM server notifications it is very easy, simply follow the steps below.

  1. In your control panel click Configuration Files
  2. Modify the Notifications.json file using the Text Editor
  3. Default file structure:
    {
        "Notifications": [
            {
                "day": "Everyday",
                "wait": "15",
                "message": "Welcome to another PingPerfect.com server!"
            }
        ]
    }​
  4. Example of creating a new notification that would send a small test message between 3:00PM and 9:00PM, Monday to Friday, that stays on screen for 60 seconds:
    {
        "Notifications": [
            {
                "day": "Everyday",
                "wait": "15",
                "message": "Welcome to another PingPerfect.com server!"
            },
            {
                "day": "Monday-Friday",
                "time": "15:00-21:00",
                "duration": "60",
                "message": "This is a test message"
            }
        ]
    }​

Things to note:

  • You do not need to restart the server in order to apply these changes.
  • Any times used are often based on the location of your server, for example a server in New York would be EST time zone - you should test this during configuration to be sure.
  • As a JSON formatted file it is extremely sensitive to correct syntax formatting, a small mistake will mean that the entire file does not work. You can use a validation site such as https://jsonlint.com/ to detect any formatting errors.

Available variables:

day When the message should appear Single day: "Monday", "Tuesday", etc
Range: “Monday-Friday”
Special: "Weekend", "Everyday"
time At what time(s) the message is shown Single: "8:00", “12:00”, “17:00”, etc
Multiple: ["15:12", "11:14"]
Range: "11:00-14:00" → repeats every minute in that window
duration How long the message stays visible (in seconds) “10”, “60”, “120”, "300", etc
color The text color in RGB format (R-G-B) "255-0-0" = red, "0-255-0" = lime, etc
You can use this link for different colors
wait Interval (in minutes) between repeats inside a time window It can be any number 
messages The text players see. You can include placeholders Anything that you'd like say
#NumPlayers shows number of players online
#Date → current server date
#Time → current server time
#RestartIn(HH:MM) → countdown to restart
#RestartAt(HH:MM) → restart notice at specific time

Looking for a game server host known for brilliant 24/7 customer support and quality hardware?    

Try a Pingperfect SCUM server today! https://pingperfect.com/gameservers/scum-game-server-hosting-rental


Check out all the various Games we host Servers for ➡️ Pingperfect Game Server Library
Check out our industry leading Game Server hardware ➡️ Pingperfect Game Server Hardware Information
Check out the Game Server locations we provide ➡️ Pingperfect Game Server Datacenter Locations
Check out our AMD Ryzen dedicated servers ➡️ Pingperfect Dedicated Servers

If you would like to contact us, go here ➡️ Pingperfect Customer Support

Order now - Use code KNOWLEDGE15 for 15% off

Was this answer helpful?

« Back

"; ";