ReActions v0.9.1

Details

  • Filename
    ReActions.jar
  • Uploaded by
  • Uploaded
    May 30, 2014
  • Size
    367.70 KB
  • Downloads
    401
  • MD5
    d55a6d15bcd7e232b6d4a75979fbe3a1

Supported Bukkit Versions

  • CB 1.7.9-R0.1
  • 1.7.2
  • 1.5.2

Changelog

v0.9.1

  • BLOCK_FILL action. Required to fill area defined by region name (or two point) with provided block. You can use chance parameters to define chance of placing block inside the area. Parameters: region:<RegionName> / loc1:<Location> loc2:<Location>, block:<BlockType:Data> chance:<Chance,%>
  • Added expression calculator placeholder CALC. For example %CALC:1+2% will be replaced with "3". You can use variables inside this placeholder: %CALC:1+x+z%.
  • SIGN_SET_LINE action is now skip signs located in unloaded chunks.
  • TIME_SERVER placeholder now can use additional parameter for format. For exampler %TIME_SERVER:HH:mm:ss% will show only hours-minutes-seconds (For example, 10:59:44)
  • Numerical variables are now not integer only.
  • Remove limitation of maximum time that could be point using Time format.
  • Fixed some bugs in faction related activators