Allows players to save and retrieve their entire inventory - or individual items - to a server-side MySQL database.
This plugin was developed using Rocket Mod libraries for the Steam game Unturned.
Current Release :
- Simple Vaults v1.0.0.4
How to Install:
Vaults Rocket Plugin
- Compile this project
- Copy the compiled
Vaults.dll
to your Rocket Mod plugin directory - Start/stop your server to generate
./plugins/Vaults/Vaults.configuration.xml
- Edit
Vaults.configuration.xml
and configure MySQL database settings - Add a Rocket Mod permission for the /vaults & /vault command by adding it to your
Permissions.config.xml
- Example:
<Permission Cooldown="0">vaults</Permission>
<Permission Cooldown="0">vault</Permission>
- Example:
- Start Unturned Server
Resources:
- Nexis Realms: nexisrealms.com
author: Nexis (steam:iamtwidget) <nexis@nexisrealms.com>