Jump to content

Xenenic

Vintarian
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Xenenic

  1. Database Manager is a server-side mod for Vintage Story that provides a simplified API for other mods to create and manage their own databases. It handles database file locations, connection management, and basic maintenance tasks like integrity checks and automated best effort recovery. This mod is designed to be used by other server-side mods. Please see the source code for the current API and usage documentation. Mod page: DatabaseManager Source: https://github.com/GarbageCanGames/VintageStory-DatabaseManager Issue tracking: https://github.com/GarbageCanGames/VintageStory-DatabaseManager/issues The Why? I have a few simple mods, LastOnline and SnailMail, I manage for my server and got tired of reusing the SQLite code so I rolled it into it's own mod that I can leverage and figured someone might also find it useful.
  2. SnailMail Simple mod to allow players to send mail to each other. Mod page - SnailMail Feel free to offer suggestions or request mod support via this topic.
  3. LastOnline A simple mod for players to track when a player was last online as well as total and session playtime via a single '/lastonline' command. Mod page - LastOnline Feel free to offer suggestions or request mod support via this topic.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.