ReActions v0.3.1
Details
-
FilenameReActions.jar
-
Uploaded by
-
UploadedAug 21, 2013
-
Size126.31 KB
-
Downloads684
-
MD50af2263ba8e63ab3cb4f6591fcfa397c
Supported Bukkit Versions
- CB 1.6.2-R0.1
Changelog
v0.3.1
- Action moneygive now supports ranges. For example moneygive 100-200 will grant player with random amount of money between 100 and 200.
- Change advanced item syntax. Now you can define item using this template: item_name$id:data*amount@enchant:level,color;item_name$id:data*amount%chance/id:data*amount@enchant:level,color;id:data*amount%chance New format allows you to define some group of item sets (random group will selected) with define name of item and enchantments. Old format to define a single item is supported too. For example: STONE;DIRT*2%10/IRON_AXE*2@DAMAGE_ALL:2;&6Axe_of_fromgate$IRON_AXE@KNOCKBACK,DAMAGE_ALL:3%80 this string will "converted" to set of stone and two dirts (chance 10%) or set of two iron axe with damage all enchantment and one sword called "Axe of fromgate" with knockback and damage all (level 3) enchanments (chance 90%).
- Action itemgive now supports advanced item format.