Notifications Upgrade
An upgrade to the existing notification system to make it more beautiful
Then I can add in to disable the sound press " ] " it should save to the client
Config
Per popular request via this mod we have made it possible to have it send notifications when Battle Eye Messages come through
{ "ConfigVersion": "1", //Version Number "EnableBattlEye": 1, //1 Enabled/0 Disabled If enabled this will Enable the Battle Eye Message Detection "StopSpam": 1, // 1 Enabled/ 0 Disabled If enabled this will prevent battle eye messages from spamming the same notification "BattlEyeIcon": "Notifications/gui/data/notifications.edds", // This is the path to the notification image to use "BattlEyeHeading": "Server Message", // This is the heading for the message "BattlEyeKeywords": [ //This is a list of key words that it will look for to know to send the message to notification system, if the message starts with "[N]" it will remove "[N]" from the message "Restart", "Shutdown", "[N]" ] }
To use the simple Notification Function in you own code
NotificationSystem.SimpleNoticiation("You’re Message Text");
You can also include more information if you wish
NotificationSystem.SimpleNoticiation("You’re Message Text", "The Optional title", "Notification/gui/data/notifications.edds", ARGB(240, 200, 20, 20), 10, PlayerIdentity);
To change the sound for your server you will need to make mod and override the sound set
modded class NotificationUI { override string NotificationSoundSet(){ return "Alert_SoundSet"; } }
Discord
For More support and information please visit my discord
https://discord.gg/BwTp3mg
Monetisation Rules
Allowed to be used on monetised servers as long as you have monetisation approval from Bohemia Interactive
The Notifications mod does not allows repacking. Monitoring is constant and any violation will result in a DCMA directly with Steam.
To help support this mod send donation to @BRITTO ([email protected])