TriggerReactor-1.0.2

Details

  • Filename
    TriggerReactor.jar
  • Uploaded by
  • Uploaded
    Jun 17, 2017
  • Size
    210.49 KB
  • Downloads
    268
  • MD5
    7039f6cb7219b9da7beebbc51fd41273

Supported Bukkit Versions

  • 1.12
  • 1.11

Changelog

1.0.2

 

  - Fixed where NPE thrown when a single line code with assignment statement

  - Some of the logical mistakes about boolean negations are fixed

  - Accessing global variable that doesn't exist will no longer throw exception but results null

  - Boolean negation thread null value as false. (so !null is true)

  - Now you can use semi-colon as statement separator.

    #MESSAGE "HI"

    #MESSAGE "HELLO"

  is equivalent to

    #MESSAGE "HI"; #MESSAGE "HELLO"

 

  - hasLore() is added to CommonFunctions

  - Fixed where config.yml get reseted when the server restarts.