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 RocketMod plugin for Unturned offering virtual enderchest-style storage, saved securely in an SQL database for persistent, portable access.
- Private storage
- SQL persistence
- Global access
- Customizable Sizes
- Admin controls
- Unturned 3.24.x or later
- RocketMod installed on the server
- Download the latest release and its libraries from the Releases page.
- Place
TSafe.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
/safe open
Description: Opens the virtual storage.Permission(s): tsafe.command.safe.open
/safe clear
Clears the virtual storage. Description:Permission(s): tsafe.command.safe.clear
/safeadmin open [player]
Description: Opens a specific player's virtual storage.Permission(s): tsafe.command.safeadmin.open
/safeadmin clear [player]
Clears a specific player's storage or all of a specific item Description:Permission(s): tsafe.command.safeadmin.clear
/safeadmin clearall
Clears every unit of a specific item from all virtual storage. Description:Permission(s): tsafe.command.safeadmin.clearall
- .NET Framework 4.8 SDK / targeting pack
- Clone the repository:
git clone https://github.com/TavstalDev/TSafe.git - Open
TSafe.slnin your IDE. - Build the project:
dotnet build -c Release - The output DLL will be at
TSafe/bin/Release/net48/TSafe.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.