Перейти к содержимому
Mineforgian

StorageManager API

An API for manage storage systems in Minecraft backends

Загрузки
48
Подписчики
1
Обновлён
8 февраля 2026 г.
Лицензия
MIT

Опубликован 8 февраля 2026 г.

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

Ченджлог

1.0.0+1.21.1Релиз1.21.1 · 8 февраля 2026 г.

StorageManager API 1.0.0+1.21.1

StorageManager API is a lightweight server-side library mod for Fabric that provides a simple and structured way to store persistent data in Minecraft using SQLite.

It is designed for mod developers who need reliable data storage without reinventing database logic.


📦 Features

  • SQLite-based persistent storage
  • Simple table & row abstraction
  • Batched writes with automatic caching
  • Immediate write support for critical data
  • Safe server-side checks to prevent crashes
  • Designed to be used as a dependency by other mods

⚙️ Supported Environment

  • Server: Required
  • Client: Not supported (loads safely but provides no functionality)

This mod is not intended for client-side usage.


⚠️ Important Notes

  • Do not use classes under the .internal package
  • The API will log warnings if used too early or on the client side
  • All database operations are executed on the server

🧩 Intended Use

This mod is meant to be used as:

  • A dependency for other Fabric server mods
  • A backend storage solution for configs, player data, or mod state

📄 License

MIT

Комментарии

Загружаем…