Changelog
1.0.4 (2025-11-19)
Move discord webhooks from
config.luato a server readonly config filesecure.luato hide webhook urls from clients.Config.DiscordWebhookis now insecure.lua.
What must be considered during update?
New file
secure.luamust be created fromsecure.demo.luain the resource root folder.Transfer your existing webhook configuration from
config.luato newsecure.luafile (seeNew since 1.1.1marks).
1.1.0 (2023-12-29)
Add discord webhook support.
Add "dynamic color each player" feature for discord webhook.
Add version check on startup, so you never miss an update.
Add
config.demo.luafile to prevent overwriting your existing config file on update.Add file check for
config.luaon startup, so you never forget to create the production config file.Add config validator for
config.luafile, so you get help on production config creation.Some performance improvements on event handling between client and server.
What must be considered during update?
Compare your
config.luawithconfig.demo.lua(seeNew since v1.1.0marks).Install
nss_libs(latest version) if not already done.
1.0.0 (2022-10-25)
Initial release.
Last updated
Was this helpful?