Notification Scheduler Settings - salutesh/DayZ-Expansion-Scripts GitHub Wiki

Return to the summary


"m_Version"

Integer.

Contains the current setting version number, never change this value unless you really know what you are doing as it's used internally for automatic conversion of old settings whenever we change something.

"Enabled"

Boolean.

Enable/Disable notification scheduler system.

"UTC"

Boolean.

Enable/Disable if the system should use UTC (Coordinated Universal Time). For further info on what UTC is and if you should enable or disable this option visit TimeAndDate.com.

"UseMissionTime"

Boolean.

Enable/Disable whether the system should use the mission uptime for each notification or server time. Disable this option if you want to use the server local time instead.

"Notifications"

Each entry should contain a time (mission uptime or server local time) a title and text and an icon path (or expansion icon name).

Example:

"Notifications": [
        {
            "Hour": 22,
            "Minute": 0,
            "Second": 0,
            "Title": "Notification Schedule Test 1",
            "Text": "Lorem ipsum dolor sit amet",
            "Icon": "Info",
            "Color": ""
        },
        {
            "Hour": 22,
            "Minute": 1,
            "Second": 0,
            "Title": "Notification Schedule Test 2",
            "Text": "Lorem ipsum dolor sit amet",
            "Icon": "Info",
            "Color": ""
        }
    ]

Raw file

https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/blob/Stable/Profile/Settings/NotificationSchedulerSettings.json