Data API/Own Storage

Hey

I’m going to be working on a sort of ‘custom server’ and was wondering the best way to go about storing a player’s data.

Is the data API stable enough and able to do things like store a balance for a user (simple example), or should I roll my own storage/management of this data? There’ll be a lot more data I want to store alongside instances of players as well (eg. being part of groups, various stats and preferences).

Most people use either File storage, H2, MySQL (probably the most popular) or MongoDB.

1 Like

The data api has been stable for a very long time. You need to create custom keys to extract/store the data but apart from that its all fine

3 Likes