ReActions v0.5.1

Details

  • Filename
    ReActions.jar
  • Uploaded by
  • Uploaded
    Nov 25, 2013
  • Size
    235.50 KB
  • Downloads
    295
  • MD5
    b9268e8fe0978becef59dd78d8aa7096

Supported Bukkit Versions

  • CB 1.6.4-R2.0

Changelog

v0.5.1

  • New activator ITEM_CLICK. Parameter: item. This activator executes when you right-clicking with this item in hand.
  • New activator ITEM_HOLD. Parameter: item. This activator executes when you take item in hand and every 2 seconds while it in your hand.
  • New action POWER_SET loc:<location> power:<on/off/toggle> - change power state of levers and door blocks located in defined location.
  • New action EXECUTE_STOP player:<player> activator:<id> - stops defined activator. Only applicable to delayed EXEC-activators.
  • New action EXECUTE_UNSTOP player:<player> activator:<id> - resume execution of defined activator. Only applicable to delayed EXEC-activators.
  • New flag REGION_MEMBER (parameter - region name) returns true if player is a member or owner of the region
  • New flag REGION_OWNER (parameter - region name) returns true if player is a owner of the region
  • New flag EXECUTE_STOP (parameter - activator id) returns true if defined EXEC-activator is stopped
  • New flag FLAG_SET (parameter - set of flags, except FLAG_SET: flag1:value1 flag2:value2). This flag is return true if one of the all flags in set returns true. This flag is implementing logical OR operation.
  • New command /react set delay player:<player> delay:<time> id:<id> — sets the delay value that could be checked with DELAY and DELAY_PLAYER flags
  • New command /react list delay [page] — shows list of active delays