Skip to content

Version 0.15.1

Latest

Choose a tag to compare

@Elektryk-Andrzej Elektryk-Andrzej released this 15 Mar 18:34

Fixes

  • Fixed return and break keywords not terminating functions until a yield
  • Fixed Exiled being requried to load the plugin (again)
  • Fixed SetToyRotation and SetToyScale operating on Exiled toys instead of LabApi toys
  • FIxed addDurationIfActive argument in GiveEffectMethod method 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_error statement (@Tosoks67)
    attempt
        ...
    on_error
        #              πŸ‘‡       πŸ‘‡
        with $message $type $stackTrace
        ...
    end
    
  • Added color value type (part of literal values)
    # this creates a red color value
    $color = ff0000
    
  • Added SetSpectatability method
  • Added RemoveDBKey method (@Tosoks67)

Improvements

  • Improved the serhelp methods command to list methods that can be added by frameworks, even if a given framework is not present