Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 1.92 KB

File metadata and controls

63 lines (51 loc) · 1.92 KB

TSafe

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 RocketMod plugin for Unturned offering virtual enderchest-style storage, saved securely in an SQL database for persistent, portable access.

Features

  • Private storage
  • SQL persistence
  • Global access
  • Customizable Sizes
  • Admin controls

Commands

| - 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