TriggerReactor-2.1.3

Details

  • Filename
    TriggerReactor.jar
  • Uploaded by
  • Uploaded
    Aug 22, 2018
  • Size
    650.07 KB
  • Downloads
    1,334
  • MD5
    a011a456454020212c31de4bcefd8c8e

Supported Bukkit Versions

  • 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.3

  • New internal variable ‘click’ is added to Click Trigger. See wiki for more info.
  • ‘item’ internal variable of Inventory Trigger now uses the clicked item in the actual inventory GUI, not the item saved in the trigger itself.
  • Little bit more clear exception messages
  • /trg sudo command to let console to execute script for specified player (similar to /trg run but you can specify the target)
  • Fixed where some nested IF statement was not correctly parsed
  • Fixed where you couldn’t check global variable via command
  • Fixed where you couldn’t save primitive types(String, Integer, Decimal) into global variable via command
  • Fixed where clicking outside of Inventory Trigger’s GUI caused IndexOutOfBoundException.