Advanced Banages - The better way to deal with injuries
Description
- Allows to heal other players (and yourself) by using craft-able bandages
- Latest version: 1.0.3
Permissions
- bd.use.other : allows use of bandage on another player
- bd.use.self : allows use of bandage on yourself
- bd.resetpotion : players with this permission reset all potion effects of the player who is healed using a bandage
Use
- craft a bandage using 4 pieces of paper (put them in any order in crafting-field-thing)

- rightclick a player to use bandage on him
- leftclick a block or air to use bandage on yourself
Commands (Can only be run ingame)
- /bd: basic info
Config
- DEBUG : flags if debugmode enabled
- HEALTH_AMOUNT : amount of half-hearts healed with one bandage
- GOT_HEALED_MSG : message sent to the player who got healed (supports colorcodes with '$')
- HEAL_MSG : message sent to player who healed another player (supports colorcodes with '$')
- ITEM_NAME : name-label shown as the item's name (supports colorcodes with '$')
- ITEM_LORE : description of the item. Use ";" to seperate lines (supports colorcodes with '$')
- HEALED_SELF : message sent when a player heals itself (supports colorcodes with '$')
API
- The plugin has a simple api that can be used to get notified whenever a player got healed
- To use this API, download the .jar -file and include it in your buildpath. Register a new BandageListener for your plugin.
- There are a bunch of methods available that need to be overriden, use this methods to get notified.
- You can find precise information for method-parameters and stuff in the included jdocs.
Warnings
- When updating the plugin be sure to delete your old config-file and let it generate a new one with the new options.
Todo
- (Probably) "Cool particle effects"
If you found any bugs or have some suggestions for features please let me know using the comment-function below.

