ReActions v0.11.0

Details

  • Filename
    ReActions.jar
  • Uploaded by
  • Uploaded
    Dec 18, 2017
  • Size
    639.33 KB
  • Downloads
    4,604
  • MD5
    8d345d602b64f63c648c200099743b98

Supported Bukkit Versions

  • 1.12
  • 1.9
  • 1.8

Changelog

v0.11.0

  • Added ITEM_HELD Activator.
  • Added GOD Activator.
  • Added GAME_MODE Activator.
  • Added PICKUP_ITEM Activator.
  • Added WE_CHANGE Activator.
  • Added WE_SELECTION_REGION Activator.
  • Added SQL_SET Action.
  • Added FLY Action.
  • Added CHAT_MESSAGE Action.
  • Added RADIUS_CLEAR Action.
  • Added WE_SUPERPICKAXE Action.
  • Added WE_TOOLCONTROL Action.
  • Added new flags: WE_SUPERPICKAXE, WE_TOOLCONTROL, REGION_IN_RADIUS, SEL_BLOCKS, GREATER, LOWER.
  • Added alternative method to check coordinates while player moving (using tasks instead of PlayerMoveEvent listener). It disabled by default. Could affect to REGION_ENTER, REGION, REGION_LEAVE activators and BACK action.
  • Modified INVENTORY_CLICK activator. Added a Slot Check. Added "item_amount" placeholder in the Player inventory.
  • Modified DOOR activator. Now it supports all type of door blocks (including iron doors).
  • Modified MENU_ITEM action. Temporary variables added.
  • Modified SHOOT action. Target knockback added.
  • Modified PICKUP_ITEMDROPBLOCK_BREAK activators
  • Modified MOB_SPAWN. Multiple passengers supported.
  • Modified MOB_DAMAGE activator. Added new damage type - PotionSplash.
  • Changed stats service from McStats to bStats.
  • Fixed items/blocks clicked twice on 1.9+.
  • Fixed variables returned \\ and \$ instead of \ and $.
  • Lot of minor fixes and optimizations.