ReActions v0.9.5
Details
-
FilenameReActions.jar
-
Uploaded by
-
UploadedJun 28, 2015
-
Size512.99 KB
-
Downloads462
-
MD51945952b97b64b4947d083ae177f2a42
Supported Bukkit Versions
- 1.8
- 1.8.3
- 1.5.2
Changelog
v0.9.5
- Item format changed. Old format is partially supported, but you need to update all item definition to new format.
- New activator MOB_KILL
- WorldGuard 5.x library is now built-in. No you don't need to use external library for WG 5.x. Please remove ReActions/lib/ folder.
- New action ITEM_UNWEAR
- All variables flags and actions supports parameter "player". You can access to personal variables of any player.
- All delay flags and actions supports parameter "player". You can check and setup delay of any player.
- Flags DELAY and DELAY_PLAYER now can update delay variables (so you can skip DELAY (DELAY_PLAYER) actions)
- COMMAND activator now supports regular expressions. New placeholders added.
- Commands registered using COMMAND activator now visible for "tab" key.
- SIGN activators now supports colored text on signs.
- You can create SIGN activator easily: point cursor on sign and type /react add SIGN <AtivatorId> command.
- DAMAGE and HEAL actions now supports parameter "player". You can damage or heal any player.
- SOUND action now supports location ("loc" parameter).
- MOB_CLICK activator now uses new format to define mob. Old format is supported too.
- Features bounded to plugin Factions now compatible with new Factions versions.
- Empty flags, actions and reactions sections remove from activators files (you can turn back old mode in config.yml)
- Added large amount of temporary placeholders (provided by activators, actions, flags).