[Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 441, 449, 450, 452
#dev30d Updating stuffFirst, a warning: this is not stable build, at least not until way more testing has been done. Test it before putting it to your public server, especially if you use addons. Most of them should work (including skript-mirror, I had wrong information initially). Added support for silverfish in block form event (closes #574, thanks @Sashie) Added expression for velocity (thanks @Sashie) Added colored bed types, at least until next aliases merge-in (thanks @Legoman99573) Added a warning when delays less than 1 tick are used, as they have never worked (closes #35) Added experimental support for asynchronous script loader (see below this list) Added a guide about text formatting in docs Fixed tooltips styling in chat not working (closes #690) Fixed lenient link parser bugs (closes #620) Fixed some potential bugs reported by FindBugs Fixed functions with variable number of arguments taking only the first one (closes #460) Fixed incorrect script load order (closes #667) Fixed a parser bug that caused variables not to work in some places (closes #731) Fixed getting targeted block not working on 1.12.1 (closes #768) Improved Skript exception reporting Improved error reporting when function cannot be called (closes #434) Improved variable handling of contains condition, before I found out it was a parser bug Improved docs usability by making top navigation bar always visible Removed EffectLib completelyAsynchronous parsing, preview release:Skript now has support for parsing scripts asynchronously. It is somewhat unstable, so it should be used only for testing in non-public servers. Still interested?Set asynchronous script loading: true in Skript config and watch the world burn. And by that I mean that I'm expecting detailed bug reports if you test asynchronous parsing.Released dev30b as hotfix: Fixed a script loader bug (closes #771) Fixed docs missing region and economy related expressions and effectsReleased dev30c: Fixed a parser bug (closes #773, #776 and #782)Released dev30d: Improved parser performance Potentially fixed a bug with functions