Skip to content

v0.3.7.1-pre-release

Compare
Choose a tag to compare
@HotaruBlaze HotaruBlaze released this 22 Aug 16:58
· 28 commits to dev since this release
b63bf59

Note: This Release has minimal changes from 0.3.6, it should support the old lua scripting but its recommended to update.

TES3MP Changes

  • Lua Script logic redesign, Tweaking how the code calls itself, aswell as a dynamic import system.

  • Make commands not case sensitive

  • Fix crash when kicking a player

  • Added crashGrabber, A module for grabbing script error logs and printing them directly to discord.

  • Remove unused imports

  • Add EmmyLua compatable annotations

  • Fix getLuaModulesFromFolder possibly triggering a bad pipe

  • Support "unknown" error types, such as tes3mp error types

goTES3MP Changes

  • golang code cleanup, no new features

Github Changes

  • Added tests for some of the bots utility functions

  • Add dev as a test branch

Full Changelog: v0.3.6...v0.3.7.1-pre-release