p0t4t0sandwich / TaterLib

A cross API code library that allows developers to write code that works across multiple modding platforms, and across a wide range of Minecraft versions, all with one JAR file. If TaterLib runs on it, so can your plugin/mod.
GNU General Public License v3.0
8 stars 1 forks source link

DataStore API #53

Closed p0t4t0sandwich closed 4 months ago

p0t4t0sandwich commented 4 months ago

Description of behavior

Store filedata in an easy to access format, leveraging GSON and database adapters internally to do so.

Use case

Primary use case would be to attach specific data to a player via an API, though the overall implementation should be open-ended.

Additional context

No response