Retrieve player data from command storage?

This page summarizes the projects mentioned and recommended in the original post on /r/MinecraftCommands

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • PlayerDB

    A NBT Custom Player Database

  • There are a few ways you could do this. You could not reinvent the wheel and use something like this. If you want to do it yourself however, it's really not that difficult. The idea is that you would store all player data in a big list with an entry for each player. All you need to do is assign each player a unique ID, then whenever you want to access a particular player's data, you would have to search through the list, check if the IDs match, and if they do, then you pull that data out of the list and operate on it. Putting it back into the list is similar, although there isn't really any better way apart from deleting the old entry in the list and then inserting the new data back into the list.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts