Changelog
1.1.0 (2024-05-20)
Add optional durability system.
Switch to
NssLibsNotify
library ofnss_libs
(version 0.26.0) for notifications.Use the new
NssLibsConfigValidator
library ofnss_libs
(version 0.29.0) for config validation.
What must be considered during update?
Update
nss_libs
to version 0.34.0 or higher.New language and config keys added (see
New since 1.1.0
marks in config file). Please add/update it from theconfig.demo.lua
to yourconfig.lua
file.
1.0.5 (2023-07-22)
Switch order of required files check after version check to prevent calls of methods that are not available in older versions.
1.0.4 (2023-07-13)
Add config file and inventory item validation (for all the noobs that can't read the docs).
1.0.3 (2023-07-07)
Stop wearing backpack on death.
Stop wearing backpack on several other events (e.g. hogtied, etc.)
Client uses now notify icon and colors from config, too.
1.0.2 (2023-07-06)
Add new poop prop.
Move notify icons and colors into config.
1.0.1 (2023-07-02)
Config.NothingFoundMessage
is now used correctly.
1.0.0 (2023-07-02)
Initial release.
Last updated