Jump to content
Message added by 0xF,

# Information about the сraft from the video.
For you to be able to craft as in the video, you must have purchased the SimpleCraftSystem plugin. You can buy a bundle of these two plugins at a discount.
It is not a required plugin and you can use the plugin without crafting or with another crafting plugin.

4 Screenshots

  • 6k
  • 49
  • 165.2 kB
 Share

About Better Medicine

Change your survival experience on Rust with BetterMedicine! This comprehensive plugin introduces a range of medical items including injection guns, defibrillators, syringes, first aid kits, and bandages. Imagine a scenario where you can strategically lift and heal a teammate from a distance, administer special syringes, or even perform a life-saving resurrection with a defibrillator. BetterMedicine is your key to improving medical gameplay and increasing survivability in the harsh environment of Rust.

Default configuration file composition:

  • Customized defibrillator
  • 3 levels of injection syringes
  • 3 levels of syringes, includes quality icons for each level
  • 3 levels of bandages, includes quality icons for each level
  • 3 levels of first aid kits, includes quality icons for each level
  • For each item there are already ready-made crafts for the SimpleCraftSystem plugin.

This is just what comes by default, you can create bandages, syringes and first aid kits with any effects you want, as well as other injection gun configurations.

Features:

  • Injection Pistols:
    • Heal and lift teammates from a distance.
    • Lifting and healing are accompanied by effects.
    • Customizable working distance, treatment volume, magazine capacity, and crafting options.
  • Defibrillator:
    • Resurrect fallen players.
    • Start the resurrection animation by pointing at the corpse and holding down the LMB (Left Mouse Button).
    • Keep focus on the corpse during the resurrection process.
    • Customizable resurrection time and crafting options.
  • Syringes, first aid kits and bandages:
    • Create different syringes, first aid kits and bandages with a different set of effects. Available effect types:
      Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime.


Demo Video:


Installation Instructions:

  1. Download the CustomItemDefinitions dependency library from here.
  2. Place the library in the plugins directory of your server.
  3. Wait for it to load on your server.
  4. Download the plugin you purchased.
  5. Place the plugin in your server's plugin directory.
  6. Configure the settings to your liking using the provided examples in the configuration file.
  7. Enjoy!
     

Instructions for use (Permission and Commands):
  The plugin does not need permissions as it provides a variety of medical items. 
  You can give out items using the standard command give {shortname}.

Injection gun - pistol.injection.{configuration name}
Example from the default config: give pistol.injection.level2

Defibrillator - give defibrillator

Syringes - give syringe.medical.{configuration name}
Example from default config: syringe.medical.level3

Medkit - give largemedkit.{configuration name}
Example from default config: largemedkit.level1

Bandage - give bandage.{configuration name}
Example from default config: bandage.level1


Default Config:

{
  "General": {
    "Effects": {
      "Number of electric balls when lifting an wounded player": 3,
      "Syringe effect": true
    },
    "[SimpleCraftSystem] Craft Page Settings": {
      "Title": "<color=#00FF91><b>MEDICINE</b></color>",
      "Command to open": "medicine",
      "Permission to open (simplecraftsystem.*)": "medicine"
    }
  },
  "Defibrillator config": {
    "Name": "Defibrillator",
    "Description": "A device that delivers an electrical charge to the heart to resurrect a dead player.",
    "Icon SkinId": 3141788438,
    "Seconds to resurrect": 3.0,
    "Electic skeleton at the end": true,
    "Become wounded after the resurrect": true,
    "Use item after the resurrect": true,
    "Heal amount after the lift": 0.0,
    "[SimpleCraftSystem] Craft": {
      "Permission": "",
      "Ingradients": [
        {
          "Shortname": "electric.battery.rechargable.small",
          "SkinID": -1,
          "Amount": 1,
          "Name": null,
          "Description": null
        },
        {
          "Shortname": "wiretool",
          "SkinID": -1,
          "Amount": 3,
          "Name": null,
          "Description": null
        },
        {
          "Shortname": "electric.teslacoil",
          "SkinID": -1,
          "Amount": 1,
          "Name": null,
          "Description": null
        },
        {
          "Shortname": "fuse",
          "SkinID": -1,
          "Amount": 1,
          "Name": null,
          "Description": null
        },
        {
          "Shortname": "metal.refined",
          "SkinID": -1,
          "Amount": 50,
          "Name": null,
          "Description": null
        }
      ]
    }
  },
  "Injection gun configs": {
    "level1": {
      "Name": "Injection Gun (Level 1)",
      "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.",
      "Capacity": 1,
      "Icon SkinId": 3132962420,
      "Weapon SkinId": 2512906636,
      "Ability to lift a wounded player": true,
      "Heal Amount": 10.0,
      "Operating  distance": 10.0,
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "metalspring",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "metal.fragments",
            "SkinID": -1,
            "Amount": 100,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "level2": {
      "Name": "Injection Gun (Level 2)",
      "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.",
      "Capacity": 3,
      "Icon SkinId": 3132962420,
      "Weapon SkinId": 2512906636,
      "Ability to lift a wounded player": true,
      "Heal Amount": 10.0,
      "Operating  distance": 20.0,
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 4,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "metalspring",
            "SkinID": -1,
            "Amount": 2,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "metal.fragments",
            "SkinID": -1,
            "Amount": 100,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "level3": {
      "Name": "Injection Gun (Level 3)",
      "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.",
      "Capacity": 5,
      "Icon SkinId": 3132962420,
      "Weapon SkinId": 2512906636,
      "Ability to lift a wounded player": true,
      "Heal Amount": 10.0,
      "Operating  distance": 50.0,
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 10,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "metalspring",
            "SkinID": -1,
            "Amount": 5,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "metal.fragments",
            "SkinID": -1,
            "Amount": 100,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "admin": {
      "Name": "Injection Gun (Admin)",
      "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.",
      "Capacity": 1000,
      "Icon SkinId": 3132962420,
      "Weapon SkinId": 2512906636,
      "Ability to lift a wounded player": true,
      "Heal Amount": 10.0,
      "Operating  distance": 1000000.0,
      "[SimpleCraftSystem] Craft": {
        "Permission": "admin",
        "Ingradients": []
      }
    }
  },
  "Bandage configs": {
    "level1": {
      "Name": "Bandage (Level 1)",
      "Description": "",
      "Icon SkinId": 3141443625,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -5.0
          },
          {
            "Effect Type": "Bleeding",
            "Amount": -60.0
          },
          {
            "Effect Type": "Health",
            "Amount": 10.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "bandage",
            "SkinID": -1,
            "Amount": 2,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "cloth",
            "SkinID": -1,
            "Amount": 2,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "gunpowder",
            "SkinID": -1,
            "Amount": 3,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "level2": {
      "Name": "Bandage (Level 2)",
      "Description": "",
      "Icon SkinId": 3141443298,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -10.0
          },
          {
            "Effect Type": "Bleeding",
            "Amount": -70.0
          },
          {
            "Effect Type": "Health",
            "Amount": 15.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "bandage",
            "SkinID": -1,
            "Amount": 3,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "cloth",
            "SkinID": -1,
            "Amount": 3,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "gunpowder",
            "SkinID": -1,
            "Amount": 5,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "level3": {
      "Name": "Bandage (Level 3)",
      "Description": "",
      "Icon SkinId": 3141443691,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -15.0
          },
          {
            "Effect Type": "Bleeding",
            "Amount": -80.0
          },
          {
            "Effect Type": "Health",
            "Amount": 20.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "bandage",
            "SkinID": -1,
            "Amount": 5,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "cloth",
            "SkinID": -1,
            "Amount": 5,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "gunpowder",
            "SkinID": -1,
            "Amount": 10,
            "Name": null,
            "Description": null
          }
        ]
      }
    }
  },
  "Syringe configs": {
    "level1": {
      "Name": "Medical Syringe (Level 1)",
      "Description": "",
      "Icon SkinId": 3141445760,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -10.0
          },
          {
            "Effect Type": "Radiation",
            "Amount": -20.0
          },
          {
            "Effect Type": "Health",
            "Amount": 25.0
          },
          {
            "Effect Type": "HealthOverTime",
            "Amount": 20.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 2,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "healingtea",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "radiationresisttea",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "level2": {
      "Name": "Medical Syringe (Level 2)",
      "Description": "",
      "Icon SkinId": 3141445205,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -15.0
          },
          {
            "Effect Type": "Radiation",
            "Amount": -30.0
          },
          {
            "Effect Type": "Health",
            "Amount": 50.0
          },
          {
            "Effect Type": "HealthOverTime",
            "Amount": 30.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 4,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "healingtea.advanced",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "radiationresisttea.advanced",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "level3": {
      "Name": "Medical Syringe (Level 3)",
      "Description": "",
      "Icon SkinId": 3141445599,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -20.0
          },
          {
            "Effect Type": "Radiation",
            "Amount": -40.0
          },
          {
            "Effect Type": "Health",
            "Amount": 100.0
          },
          {
            "Effect Type": "HealthOverTime",
            "Amount": 35.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 4,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "healingtea.pure",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "radiationresisttea.pure",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          }
        ]
      }
    }
  },
  "Medkit configs": {
    "level1": {
      "Name": "Large Medkit (Level 1)",
      "Description": "",
      "Icon SkinId": 3141443942,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -20.0
          },
          {
            "Effect Type": "Bleeding",
            "Amount": -100.0
          },
          {
            "Effect Type": "Health",
            "Amount": 20.0
          },
          {
            "Effect Type": "HealthOverTime",
            "Amount": 100.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "largemedkit",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "tarp",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "cloth",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "rope",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "level2": {
      "Name": "Large Medkit (Level 2)",
      "Description": "",
      "Icon SkinId": 3141444145,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -30.0
          },
          {
            "Effect Type": "Bleeding",
            "Amount": -100.0
          },
          {
            "Effect Type": "Health",
            "Amount": 30.0
          },
          {
            "Effect Type": "HealthOverTime",
            "Amount": 100.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "largemedkit",
            "SkinID": -1,
            "Amount": 2,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "tarp",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "cloth",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "rope",
            "SkinID": -1,
            "Amount": 1,
            "Name": null,
            "Description": null
          }
        ]
      }
    },
    "level3": {
      "Name": "Large Medkit (Level 3)",
      "Description": "",
      "Icon SkinId": 3141444029,
      "Effects": {
        "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime",
        "List of Effects": [
          {
            "Effect Type": "Poison",
            "Amount": -40.0
          },
          {
            "Effect Type": "Bleeding",
            "Amount": -100.0
          },
          {
            "Effect Type": "Health",
            "Amount": 40.0
          },
          {
            "Effect Type": "HealthOverTime",
            "Amount": 100.0
          }
        ]
      },
      "[SimpleCraftSystem] Craft": {
        "Permission": "",
        "Ingradients": [
          {
            "Shortname": "largemedkit",
            "SkinID": -1,
            "Amount": 2,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "syringe.medical",
            "SkinID": -1,
            "Amount": 2,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "tarp",
            "SkinID": -1,
            "Amount": 3,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "cloth",
            "SkinID": -1,
            "Amount": 3,
            "Name": null,
            "Description": null
          },
          {
            "Shortname": "rope",
            "SkinID": -1,
            "Amount": 3,
            "Name": null,
            "Description": null
          }
        ]
      }
    }
  }
}

 

  • Love 1

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.6k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.