About HealerArea
Very simple plugin for healing Your mates in area.
Features:
- You can customize for any donate groups Healer class.
- AutoLoad to config file Your oxide groups.
Permissions:
healerarea.use - Permission for use plugin command.
Config:
{ "Permissions Groups": { "default": { // Default group from start plugin "priority": 0, "HealInterval": 5.0, //Heal timer "HealRadius": 5.0, "InstantlyHeal": 5.0, //Static heal for once "PendingHeal": 10.0 //Metabolism gradual heal }, "vip": { //Example from my oxide.groups "priority": 1, "HealInterval": 1.0, "HealRadius": 10.0, "InstantlyHeal": 50.0, "PendingHeal": 50.0 } }, "isEffect": true, //Enable/disable water BOOM effect for detect Healer "ChatCommand": "heal_area" //Your command for start Healer }