Skip to content

v2.1.0

Compare
Choose a tag to compare
@TPGamesNL TPGamesNL released this 02 Aug 16:33
· 155 commits to 2.x since this release

Initial release of skript-reflect.

Changelog:

  • Changed 'no matching method/field/constructor' error depending on whether the call is static or not.
  • Fixed function wrapper resolving when functions are deleted.
  • Removed condition part of syntax from EffReturn.
  • Disabled and/or warnings (all of them, not just in method / constructor calls).
  • Fixed local variables disappearing after async java calls.
  • Added error message for missing consent for experimental features.
  • Removed proxies from the experiments.
  • Changed the consent message (previous message still works).
  • Indicated to Skript that async java calls delay the trigger.
  • Added error message for invalid (not entry or section) nodes in custom syntax.
  • Added usable in sections to custom effects, conditions and expressions.
  • Added custom events.
  • Allow changing raw expressions.
  • Fixed local variables being removed between after parse sections in custom syntax.
  • Added warnings for custom syntax missing their required sections.
  • Fixed async event listening.
  • Fixed cancelled event listening.
  • Added a string form of java calls, to be used in errors.
  • Fixed issues with newer Java versions and vendors.
  • Fixed class proxies.
  • Added sections.
  • Allow sections to be used instead of function wrappers in proxies.