StorageManager API
ModMIT

StorageManager API

An API for manage storage systems in Minecraft backends

11
Downloads
1
Followers
2 months ago
Updated
📦
1
Versions

📖About StorageManager API

📦 StorageManager API

StorageManager API is a server-side Fabric library mod that provides a simple and efficient way for other mods to store persistent data using SQLite.

This mod is a dependency, not a gameplay mod.


What is this mod?

StorageManager API is designed for mod developers who need reliable, structured, and persistent data storage.

It offers:

  • SQLite-based storage
  • Async write caching for better performance
  • A clean and stable API for server-side usage

⚠ This mod does nothing by itself.


Who should install this?

  • Mod developers
  • Server owners running mods that require StorageManager API

❌ Not intended for normal gameplay
❌ Not a client-side feature mod


Environment

  • Server-side: ✅ Required
  • Client-side: ⚠ Loads, but performs no operations and logs warnings

Using the API on the client is supported but don't return something good.


Requirements

  • Minecraft 1.21.1 (I will plan more versions I think)
  • Fabric Loader
  • Fabric API

Developer documentation

If you are a developer and want to use this API, full documentation and examples are available on GitHub:

👉 https://github.com/superstrellaa/StorageManager-API


🛑 Important notes

  • Do not remove this mod if another mod depends on it
  • Safe to add or remove only if no dependent mods are installed
  • Does not modify worlds directly
  • Designed for long-term, persistent server data

Stability

This mod is actively developed and intended for production server use.
Bug reports and suggestions are welcome on GitHub.