ReActions v0.5.0
Details
-
FilenameReActions.jar
-
Uploaded by
-
UploadedNov 16, 2013
-
Size216.93 KB
-
Downloads293
-
MD51a589b349fe1d2453763685496bd394e
Supported Bukkit Versions
- CB 1.6.4-R2.0
Changelog
v0.5.0
- Activators renamed. Your activator files will automatically updated after restarting plugin. But I'm strongly recommend you to backup all ReActions files before update.
- New activators: PVP_DEATH and PVP_RESPAWN. PVP_DEATH is initiating when player was killed by another player. PVP_RESPAWN is initiating when player respawning after he was killed by another player.
- New activators: MOBCLICK is executing when player right-clicking mob. You can define mob type (name supported too) for this activators. For example: /react add mobclick <actviator name> &6Super_Cow$COW
- New activator: JOIN this activator executing when player joins a server. If you setup this activator with additional parameter "FIRST" this activator will execute only for players that did not played on server before.
- Activator EXEC and actions EXECUTE optimized. Now command line executing (/react run) and EXECUTE action use same parameters: activator:<activator name> delay:<time> region:<region name> player:<player name>
- New action: BLOCK_SET. Placing a block at defined location. Parameters: block:<block type:data> loc:<location>
- Added new parameters to action MOB_SPAWN: run:<exec-activator> and rundelay:<time>. If you define this parameters <exec-activator> will be executed when any player (and only player) kill this mob.
- New flag: BIOME. Returns true if player is located in defined biome.
- New flag: DIRECTION. Returns true if player direction is equal to define one (NORTH, NORTHEAST, NORTHWEST, SOUTH, SOUTHEAST, SOUTHWEST, EAST, WEST)
- New flag: LIGHT_LEVEL. Return true if light level in player locations is hight than defined.
- New flag: WALK_BLOCK. Return true if player is walking/standing at defined block.
- Flag STATE was extended with additional possible values: VEHICLE_MINECART, VEHICLE_BOAT, VEHICLE_PIG, VEHICLE_HORSE.
- All items checks now support items name. So IRON_SWORD and IRON_SWORD called "Super sword" now is different items.
.