Thứ Ba, 10 tháng 9, 2013

Advanced Item Effects Plugin 1.7.2

About


This plugin applies user defined or plugin defined potion and/or particle effects to any minecraft items. With a simple command, the effects can be directly applied to an item, and will work when a player holds the effects item.


































CommandDescriptionPermission
/aieadd [potion effect] [multiplier]Adds an effect to an item.AIE.add
/aieadd [particle effect]
/aieremove [effect]Removes an effect from an item.AIE.remove
 /aieclear[effect]Clears all effects from an item.AIE.clear

Effects List




“SPEED”, “SLOW”, “FAST_DIGGING”, “SLOW_DIGGING”, “INCREASE_DAMAGE”, “HEAL”, “HARM”, “JUMP”, “CONFUSION”, “REGENERATION”, “DAMAGE_RESISTANCE”, “FIRE_RESISTANCE”, “WATER_BREATHING”, “INVISIBILITY”, “BLINDNESS”, “NIGHT_VISION”, “HUNGER”, “WEAKNESS”, “POISON”, “WITHER”, “HEALTH_BOOST”, “ABSORPTION”, “SATURATION”, “ENDER_SIGNAL”, “MOBSPAWNER_FLAMES”, “POTION_BREAK”, “SMOKE”




Interactions With Other Plugins (for developers only)


This plugin checks for an item’s lore ChatColor.GOLD + “Effects:”


Then if a custom item’s description (lore) includes an effect then a number, this plugin will automatically apply effects even if /aieadd was not used on an item.


Example: This plugin will automatically apply Night Vision effect to that stone sword.




        ItemStack item = new ItemStack(Material.STONE_SWORD);        ItemMeta itemMeta = item.getItemMeta();        List<String> lore = Arrays.asList(ChatColor.GOLD + "Effects:",                "          " + ChatColor.BLACK + "Night_Vision"                        + ChatColor.WHITE + " 1");        itemMeta.setLore(lore);        item.setItemMeta(itemMeta);



 


Next estimated update: 1/18/2014

Approval estimate date: 1/13/2014

▶Effects on item equip ◖70% Complete ◗

▶ Minor optimization ◖40% Complete ◗

▷Auto updater

▷Sound effects

▷Potion particle effects without effects

▷Enchantments

▷Firework effects.


Images


http://www.img3.9minecraft.net/minecraft/img/Advanced Item Effects 1.png


http://www.img3.9minecraft.net/minecraft/img/Advanced Item Effects.png


 


Advanced Item Effects Plugin 1.7.2 Download Links


http://www.dl2.9minecraft.net/index.php?act=dl&id=1389752334


http://www.dl5.9minecraft.net/index.php?act=dl&id=1389778636

Không có nhận xét nào:

Đăng nhận xét