This is the source code of a .NETFramework library written in C#. This library is a plugin made for Unturned 3.24.x+ servers.
A custom tarkov like health system with database support.
- Async database
- Custom health system
- Revive system
- Respawn system (hospitals)
- Anti group friendly fire
- Custom UI
- Download the latest release and its libraries from the Releases page.
- Place
TShop.dllinto your server'sRocket/Plugins/directory. - Extract the libraries archive into
Rocket/Librariesdirectory. - Start or restart the server. The plugin will generate a default YAML configuration file on first load.
- Edit the configuration file to your liking, then reload the plugin or restart the server.
| - 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 pointPermission(s): tadvancedhealth.commands.sethospitalbed
/togglehealthhud
Description: Toggles the custom hud.Permission(s): tadvancedhealth.commands.togglehud
- .NET Framework 4.8 SDK / targeting pack
- Clone the repository:
git clone https://github.com/TavstalDev/TAdvancedHealth.git - Open
TShop.slnin your IDE. - Build the project:
dotnet build -c Release - The output DLL will be at
TShop/bin/Release/net48/TShop.dll.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.
For issues or feature requests, please use the GitHub issue tracker.