Skip to content

A Rocket Mod plugin for the Steam game Unturned, allowing players to store items on a server for later access.

License

Notifications You must be signed in to change notification settings

mrtwidget/Vaults

Repository files navigation

Simple Vaults

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.

picture alt

Current Release :

  • Simple Vaults v1.0.0.4

How to Install:

Vaults Rocket Plugin

  1. Compile this project
  2. Copy the compiled Vaults.dll to your Rocket Mod plugin directory
  3. Start/stop your server to generate ./plugins/Vaults/Vaults.configuration.xml
  4. Edit Vaults.configuration.xml and configure MySQL database settings
  5. 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>
  6. Start Unturned Server

Resources:


author: Nexis (steam:iamtwidget) <nexis@nexisrealms.com>

About

A Rocket Mod plugin for the Steam game Unturned, allowing players to store items on a server for later access.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages