Fixes
- Fixed
returnandbreakkeywords not terminating functions until a yield - Fixed Exiled being requried to load the plugin (again)
- Fixed
SetToyRotationandSetToyScaleoperating on Exiled toys instead of LabApi toys - FIxed
addDurationIfActiveargument inGiveEffectMethodmethod not being applied correctly - Fixed invalid database storing of text values (@Tosoks67)
Additions
- Added the ability to get the type of error and stack trace of the error in
on_errorstatement (@Tosoks67)attempt ... on_error # π π with $message $type $stackTrace ... end - Added
colorvalue type (part of literal values)# this creates a red color value $color = ff0000 - Added
SetSpectatabilitymethod - Added
RemoveDBKeymethod (@Tosoks67)
Improvements
- Improved the
serhelp methodscommand to list methods that can be added by frameworks, even if a given framework is not present