0.63.0
Over 5000 line changes~ (in 250 files)
Features
- Added custom translation files for UnderScript text
- Work in progress, there's a lot of text in UnderScript...
- Added ability to
transformsetting values - Added new "update" utility
- Used with UnderScript (and plugin) updates
- Added setting to change auto update frequency
- Added setting to run auto updates silently
- Only shows a notification if updates are found
- Added setting to
Disable Plugin Updates
- You can disable updates for each plugin as well
- Plugins must opt-in to use the updater before you can see this setting
- Added
Pending Updateswindow - Added more vanilla settings
- Reversed some settings that were "enabled" when checked rather than "disabled" when checked.
Fixes
- Fixed list setting defaults not using the correct values
- Fixed issues with "matching" advanced map keys
- DT's are now craftable
- Fixed
events.onenot passing event metadata - Fixed issue with
asyncevents not being async - Fixed battle log card names not using the correct name
- Fixed quick craft not using correct name
- Fixed error where Daily Rewards could say you have one less day
- Fixed some bugs with
AdvancedMapsettings
Plugins
- Pack Items are now valid when using
openPacks underscript:readyevent
- Called when UnderScript assets are loaded
- Added plugin update checker
- When creating plugins use
underscript.plugin(name, version)- You must pass version to get access to
updater
- You must pass version to get access to
- Basic:
plugin.updater(downloadUrl)- Supports
github.com,gist.github.com
- Supports
- Github Release:
plugin.updater({ updateURL: '@USER/REPO' })