About Better Metabolism
RUST Plugin Test Server
TEST MY PLUGINS THERE!
connect play.thepitereq.ovh:28050
Better Metabolism plugin allows you to surpass the limits of calories, hydration, and health.
- Adjust the maximum values for hunger, hydration, and health.
- Flexibility to modify respawn metabolism values.
- Configure the functionality of health tea when the health bonus is active.
- bettermetabolism.default - Permission for first default plugin configuration. Can be removed/modified.
- bettermetabolism.vip - Permission for second default plugin configuration. Can be removed/modified.
- object OnModifyHealth(BasePlayer player) - Ran when player health is getting updated. Cancellable.
- float GetBetterMetabolismHealth(ulong userId) - Returns how much player health value is modified. Returns 0 if not modified.
- object OnHealthModified(BasePlayer player, float setHealth) - If returns float, overrides the maxHealthOverride with return value.
{
"Enable Max Health Option": true,
"Metabolism Permissions": {
"bettermetabolism.default": {
"Health": 60.0,
"Max Health": 100.0,
"Max Calories": 500.0,
"Calories": 250.0,
"Max Hydration": 250.0,
"Hydration": 100.0
},
"bettermetabolism.vip": {
"Health": 100.0,
"Max Health": 100.0,
"Max Calories": 1000.0,
"Calories": 600.0,
"Max Hydration": 250.0,
"Hydration": 100.0
}
}
}

