Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAdvancedHealth

Release (latest by date) Workflow Status License Downloads Issues

What is this?

This is the source code of a .NETFramework library written in C#. This library is a plugin made for Unturned 3.24.x+ servers.

Description

A custom tarkov like health system with database support.

Features

  • Async database
  • Custom health system
  • Revive system
  • Respawn system (hospitals)
  • Anti group friendly fire
  • Custom UI

Requirements

Installation

  1. Download the latest release and its libraries from the Releases page.
  2. Place TShop.dll into your server's Rocket/Plugins/ directory.
  3. Extract the libraries archive into Rocket/Libraries directory.
  4. Start or restart the server. The plugin will generate a default YAML configuration file on first load.
  5. Edit the configuration file to your liking, then reload the plugin or restart the server.

Commands

| - means or
[] - means required
<> - means optional

/cure Description: Heal yourself or somebody else.
Permission(s): tadvancedhealth.commands.cure
/sethealth [bodypart] [newHealth] Description: Changes your health or somebody else's.
Permission(s): tadvancedhealth.commands.sethealth
/sethealthhud list | [name] Description: Checks the cost of a specific item.
Permission(s): tadvancedhealth.commands.sethealthhud
/sethospitalbed Description: Sets a respawn point
Permission(s): tadvancedhealth.commands.sethospitalbed
/togglehealthhud Description: Toggles the custom hud.
Permission(s): tadvancedhealth.commands.togglehud

Building from Source

Prerequisites

  • .NET Framework 4.8 SDK / targeting pack

Steps

  1. Clone the repository:
    git clone https://github.com/TavstalDev/TAdvancedHealth.git
    
  2. Open TShop.sln in your IDE.
  3. Build the project:
    dotnet build -c Release
    
  4. The output DLL will be at TShop/bin/Release/net48/TShop.dll.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.

Contact

For issues or feature requests, please use the GitHub issue tracker.

About

Tarkov like custom health system, rocketMod plugin for Unturned 3

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages