ReActions v0.7.0

Details

  • Filename
    ReActions.jar
  • Uploaded by
  • Uploaded
    Mar 24, 2014
  • Size
    325.26 KB
  • Downloads
    430
  • MD5
    7c609150ab16445dd6850ef34974902f

Supported Bukkit Versions

  • CB 1.7.2-R0.3
  • CB 1.6.4-R2.0

Changelog

v0.7.0

  • Added Factions plugin support!
  • Activator FACTION (Parameters: oldfaction:<previous faction of player> newfaction:<new faction of player>) This activator initiates when player's faction is change (player moves from one faction to another). You can use faction's name in parameter, and use "default" keyword to point the default faction (usually - wilderness)
  • Activator FACTION_RELATION (Parameters: activator:<EXEC-activator> faction1:<faction name> faction2:<faction name> newrelation:<new relationship> oldrelation:<previous relationship>). This activator executes provided EXEC-activator when relationship between two factions is changed.
  • * Flag FACTION (Parameter - faction's name). Checks is player is member of faction.
  • For all players selectors (in MESSAGE and EXECUTE actions and /react run command) add a new selector: faction:<faction name>. This parameters will point to all players in defined faction.
  • Bug-fix: /react copy command did not saves changes to file.
  • Now all VAR_* did not requires a player to execute (could be used in exec-activator launched from the server console)
  • Added Craftconomy3 support (If Craftconomy plugin is installed it will be accessed directly, without using Vault features.
  • All MONEY* actions and flags now supports parameters: amount:<amount>, world:<world name> (if you use different accounts in different worlds) currency:<currency name or default> (Only for Craftconomy3). You can forget about "currency" and "world" parameter if you going to use default currency and default world. Old syntax is supported too, so your activators will keep working :)
  • New flag MONEY syntax. MONEY amount:<amount> account:<player/account name> currency:<currency name>
  • Action MONEY_GIVE target:<target account> [source:<account to withdraw>] amount:<amount> currency:<currency name> world:<world name>
  • Action MONEY_PAY source:<source account>[target:<account to credit>] amount:<amount> currency:<currency name> world:<world name>
  • New commands added. /react var list [page num] [mask], /react set var id:<variable id> [player:<player name>] value:<value>, /react remove var id:<variable id> [player:<player name>]