Better Metabolism

The Better Metabolism plugin allows you to break the limits of maximum calories/hydration.

Better Metabolism Features

It is different than other plugins that allows you changing your food bar, because:

Your hunger/thirst values doesn’t reset to default RUST max values on server’s restart.

You can set up different values for start and maximum calories/hydration.

Very light plugin, that does only what it needs.

You can set up custom max health. (Works with RUST teas!)

Permissions

Plugin is based on permission system from config.
The default permissions are bettermetabolism.default and bettermetabolism.vip but they can be changed to whatever you want.

Default Config (Version 1.1.1)

{
    "Enable Max Health Option": true,
    "Increase health to tea level (true) or increase health by tea value (false)": false,
    "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
        }
    }
}

Leave a Comment