MineZ Healing
About
Many of you are familiar with the MineZ Shotbow servers or with my plugin MyZ. This plugin allows you to use paper, shears, red and lime dye as healing tools for both yourself and other players.
Configurable
- Items used. Configure the paper item, shears and dye colors used for healing.
Permissions
- heal.*
- heal.self: Ability to heal yourself with paper.
- heal.other: Ability to heal others with any combination of lime/red dye, paper and shears.
Source Code
The source code is included in .java files within the jar. Simply open the jar file with WinZIP or any dearchiving program to extract the source files.
API
Developers may wish to hook into MineZ Healing for various reasons. Hooking into MineZ Healing is easy and it allows you to customize a ton of things. Events include:
- PlayerHealSelfEvent(Player, fromHealth, toHealth)
- PlayerHealOtherEvent(Healer, Healed, dyesUsed)