Unofficial site, not affiliated with modrinth.com.What is this?
Моды/StorageManager API
StorageManager API

StorageManager API

An API for manage storage systems in Minecraft backends

39
1

StorageManager API 1.0.0+1.21.1

release8 февраля 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

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Детали

Лицензия:MIT
Опубликован:3 месяца назад
Обновлён:3 месяца назад
Главная