VisEntities
Heal and revive the wounded from a distance

Supported Games
GameServerKingsGameServerKings

This plugin enables players to shoot arrows that can heal and revive the wounded. Upon being hit by one of these arrows, it acts as a medical syringe, immediately restoring a portion of health as well as healing slowly over time. Additionally, if the player is wounded, the arrow has the capability to revive them. Should the healing be successful, the arrow's damage to the hit player will be nullified.

Demonstration


Shooting

Once the player has the required ingredients in their inventory, as specified in the config, they should aim with their bow, hold down the use button, and then release the arrow while still holding the button down.


Permissions

  • revivearrows.use - Allows to shoot healing arrows.

Configuration

{
  "Version": "3.0.0",
  "Instant Health Increase": 15.0,
  "Health Increase Over Time": 20.0,
  "Can Revive Wounded": true,
  "Arrow Ingredients": [
    {
      "Shortname": "syringe.medical",
      "Amount": 1
    },
    {
      "Shortname": "rope",
      "Amount": 1
    }
  ]
}

Localization

{
  "InsufficientIngredients": "You don't have enough <color=#FABE28>{0}</color>. Required: <color=#FABE28>{1}</color>",
  "PlayerHealed ": "You healed <color=#FABE28>{0}</color> by <color=#FABE28>{1}</color> health points",
  "HealArrowUsage ": "Hold down <color=#FABE28>use</color> to heal a friend with an arrow"
}

Need Help or Found a Bug?

Please open a thread in the support section of this plugin's page. If you want quicker help or to reach me directly, join my Discord.


Credits

  • Rewritten from scratch and maintained to present by VisEntities
  • Originally created by redBDGR, up to version 1.0.1
This plugin is unlicensed and the original author reserves all rights to it.

The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.

Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.