TriggerReactor-1.1.1

Details

  • Filename
    TriggerReactor.jar
  • Uploaded by
  • Uploaded
    Jun 24, 2017
  • Size
    273.86 KB
  • Downloads
    257
  • MD5
    2ea5615314f906a10019cc1a1e217ada

Supported Bukkit Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

Changelog

1.1.1

 

  - Removed Guava dependency. This allows backward compatibility back to 1.7.10. (Actually only tested in 1.7.10 but should work for all bettwen 1.7.10 and latest minecraft servers)

  - Fixed some bugs with FOR loop. 

  - Fixed where boolean negation cannot handle Numbers well. Now it treats 0 as false and other numbers as true.

  - Now nullvalues are real 'null' instead of just null String.

  - Some new functions to CommonFunctions. Check out for Wiki(or Javadoc)

  - Fixed that failing walk/click trigger makes the coder stuck in un-clickable state.

  - ProtocolLib support is added. Only partial methods are added, yet some more can be added too

  - Now you can access static field/methods using new functions introduced in CommonFunctions. (Check out javadoc)

  - Fixed that NamedTrigger uses wrong variable map. Now it correctly handles the variable map of its caller.

  - #WAIT can accept decimals now. (it doesn't work well though)