Supported Games
This plugin gives a purpose to the currently unused blood bags within the game by making them craftable and consumable. Upon consumption, blood bags can heal a portion of your health, stop bleeding, reduce radiation poisoning, boost calorie and hydration, as well as regulate the player's temperature.
Crafting
Once you have all the necessary ingredients in your inventory and are near the workbench of the required level, use the command specified in the config to start crafting. Be aware that crafting blood bags will sacrifice a configurable amount of your health, so make sure you have sufficient health before crafting.
Consuming
Blood bags must be placed in your toolbar inventory to be consumed. Then select them and click the use button.
Permissions
bloodbags.use- Allows to craft and consume blood bags.
Chat Commands
craftblood- Begins crafting the blood bag.
Configuration
{
"Version": "2.3.0",
"Instant Health Increase": 20.0,
"Health Increase Over Time": 20.0,
"Calorie Boost": 100.0,
"Hydration Boost": 50.0,
"Stop Bleeding": true,
"Temperature Target": 25.0,
"Radiation Poisoning Reduction": 25.0,
"Amount To Consume": 2,
"Crafting": {
"Command": "craftblood",
"Workbench Level Required": 1.0,
"Health Sacrifice Amount": 15.0,
"Crafting Time Seconds": 10.0,
"Crafting Amount": 2,
"Ingredients": [
{
"Shortname": "cloth",
"Amount": 20
},
{
"Shortname": "ducttape",
"Amount": 1
},
{
"Shortname": "skull.human",
"Amount": 1
}
]
}
}
Localization
{
"NoPermission": "You do not have permission to craft this item.",
"NeedWorkbench": "You need to be near a workbench level <color=#FFD700>{0}</color> to craft this item.",
"NotEnoughIngredient": "You do not have enough <color=#FFD700>{0}</color>. Required: <color=#FFD700>{1}</color>.",
"CraftingStart": "Crafting blood bag... Please wait <color=#FFD700>{0}</color> seconds.",
"NotEnoughBloodBags": "Not enough blood bags. Required: <color=#FFD700>{0}</color>.",
"InsufficientHealth": "You don't have enough health to craft a blood bag. Required health: <color=#FFD700>{0}</color>.",
"UseInstruction": "Press <color=#FFD700>use</color> to consume",
"CraftingCountdown": "Crafting blood bag, <color=#FFD700>{0}</color> seconds remaining"
}
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 Default, up to version 1.8.0
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

