TriggerReactor-2.1.4

Details

  • Filename
    TriggerReactor.jar
  • Uploaded by
  • Uploaded
    Sep 2, 2018
  • Size
    655.43 KB
  • Downloads
    1,352
  • MD5
    1cdd7bdf42f1ab38f081a94f09ebb121

Supported Bukkit Versions

  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3
  • 1.7.4
  • 1.7.2
  • 1.6.4
  • 1.6.2
  • 1.6.1
  • 1.5.2

Changelog

2.1.4

- Comparing uninitialized value (null) doesn't throw NullPointerException anymore. Expression such as null == null or null != null works.
- Fixed where Lexer just stops without any additional information when encountered with unrecognizable character.
- Some more efforts to make error message more clean to read
- Fixed where calling the method with same name with different parameter type would result in ambiguous result. For example, random(1,10) would return decimal value when it has to return integer value. TRG now uses most specific method that matches the parameters.
- Custom Events for TRG start and stop. Check out CustomTrigger Wiki
- Fixed where enum conversion support for method with enum didn't work
- Fixed where extracted variables used in previous ScriptEngine left and could be used in next execution.

- Now support 1.13

- Fixed where Placeholder and Executor didn't work properly in 1.13