ReActions v0.9.3

Details

  • Filename
    ReActions.jar
  • Uploaded by
  • Uploaded
    Sep 14, 2014
  • Size
    403.99 KB
  • Downloads
    499
  • MD5
    95f15270d83f18dc0ac4879fac839827

Supported Bukkit Versions

  • CB 1.7.9-R0.2
  • 1.6.4
  • 1.5.2

Changelog

v0.9.3

  • Added activator MESSAGE. This activator is executing when provided message is found in provided source: ALL (any source), CHAT_INPUT (player chat input), CONSOLE_INPUT (message in server console), CHAT_OUTPUT (message displayed in chat, plugin messages supported too), LOG_OUTPUT (message in server log). You can use some method to determine message: EQUALS (messages must be equal), CONTAINS (find substring in message), START (source message must starts with provided substring), END (source message must ends with provided substring), REGEX (using regex to match strings). This activator is a logical extension of my plugins MessageFilter and MessageCommander.
  • Added activator VARIABLE. This activator is executing when provided variable changing it's value. Parameters: id:<VariableId> personal:<false/true>. Local variables provided by this activator: %var_id%, %var_old%, %var_new%
  • Fixed issue:attempt to create item-menu inside another menu caused NPE.

MESSAGE activator tutorials: