Current Version: 2.0.1 supports CB#1185-CB#1318
Ever wished you could heal your friends? Now you can with WheatHeal!
This plugin allows players to heal each other by left clickng with food, which can have customisable heal values and can be en-/disabled seperately. Supports multiple permissions plugins.
Featured foods:
As always, put WheatHeal.jar in your plugins directory, and start Bukkit. It should work without any initial configuration. To change how much each food heals, however, edit WheatHeal/config.yml in your plugins folder. there you can also choose which foods are enabled, as well as which Permissions plugin to use. An example Configuration:
Foods: Bread: healValue: 3 enable: true GoldenApple: healValue: 20 enable: true Cookie: healValue: 7 enable: true MushroomStew: healValue: 10 enable: true Apple: healValue: 5 enable: true CookedFish: healValue: 8 enable: true Wheat: healValue: 3 enable: true selfHeal: true RawPork: healValue: 3 enable: true RawFish: healValue: 4 enable: true CookedPork: healValue: 8 enable: true Cake: healValue: 10 enable: true BrownMushroomStew: healValue: 6 enable: true RedMushroomStew: healValue: 7 enable: true MaxHealth: 20 DirectHeal: false Permissions: useBukkit: false Tools: Wool: id: 35 type: 1 healValue: 5 damageTaken: 4
Quote:/wh reload - Reloads the configuration file
Quote:/wh restore - Restores the default values of the WheatHeal configuration
Quote:/wh version - Displays the installed version of WheatHeal
Quote:/wh get [food] - Displays if a food is enabled and for what it heals. Names are *CaseSensitive, refer to the config how each is called.
Quote:/wh edit [food] [amount || true|false] - En-/Disables healing with a food or sets the amount a food heals.
Supported PermissionsPlugins:
| '*' node | Description | |
|---|---|---|
| WheatHeal.* | Grants all permissions nodes | |
| Single nodes | ||
| WheatHeal.heal | Allows players to heal other players | |
| WheatHeal.reload | Allows usage of the '/wh reload' command | |
| WheatHeal.restore | Allows usage of the '/wh restore' command | |
| WheatHeal.get | Allows usage of the '/wh get' command | |
| WheatHeal.edit | Allows usage of the '/wh edit' command | |
| WheatHeal.version | Allows usage of the '/wh version' command |
If no permission plugin is installed all the commands are OP only and everyone can heal other players!
Download
SourceCode at GitHub