TriggerReactor-2.1.6

Details

  • Filename
    TriggerReactor.jar
  • Uploaded by
  • Uploaded
    Dec 14, 2018
  • Size
    654.33 KB
  • Downloads
    391
  • MD5
    abfea7bde058c96329104b84115141a0

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

Sorry for skipping 2.1.5. Forgot to upload it.

 

2.1.6

- Fixed the 'player' variable not found error

- Error message rework. The exceptions will show only if debug mode is on. (/trg debug)

- Fixed the problem where a number in the IMPORT statement wasn't properly parsed.

- Added line break (\n) for String

- Added carriage return (\r) for String (by Alex4386)

- Addressed (-1, -1) error message as it's not useful.

 

2.1.5

- Logical comparison with null no longer throw NPE. (EX.  x == null is now valid statement even if x is null)

- The unrecognizable character now will catch it appropriately and throw exception accordingly.

- Error messages are again revamped for better readability. 

- Fixed where random return decimal value even integer input was used.

- New custom events (onStart, onStop) check Wiki for details

- Fixed the problem where using String for the place of enum didn't work properly

- [Sponge] Fixed the critical problem where the last player's reference was reused in other trigger executions.

- Fixed where some variables were not properly extracted for the Executor/Placeholder to use

- Fixed where GUI icons were wiped on reload

- Fixed where AreaTrigger throwing random exceptions