Supported Games
Pills Here recovers health, hunger, and thirst by set amounts when consuming anti-rad pills. Amounts are customizable in the configuration file.
Permissions
pillshere.use-- Allows player to heal and recover using anti-rad pills
Configuration
{
"Calories amount (0.0 - 500.0)": 50.0,
"Health amount (0.0 - 100.0)": 10.0,
"Hydration amount (0.0 - 250.0)": 25.0,
"Item ID or short name to use": "antiradpills",
"Use permission system": true
}
"Calories amount (0.0 - 500.0)" -- The amount of calories to recover for the player
"Health amount (0.0 - 100.0)" -- The amount of health to recover the player
"Hydration amount (0.0 - 250.0)" -- The amount of hydration to recover for the player
"Item ID or short name to use" -- This is the item that will be used to trigger
Credits
- w4ssup, for the original Pills Here plugin
- Wulf, the original author of this plugin
MIT License, with distribution exclusivity for uMod.org
Copyright (c) 2020 Wulf
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.

