Staartvin / Statz

A Minecraft plugin that tracks a lot of data from the players on a server
GNU General Public License v3.0
13 stars 23 forks source link

Missing data value for blocks broken/placed #104

Open TomLewis opened 5 years ago

TomLewis commented 5 years ago

Looking at moving my data from stats3 to statz, and the blocks broken and blocks placed is missing a key piece of information, the "data" for each block. For example there are a lot of types of WOOD. I suggest making a column called "data" for each record.

Staartvin commented 5 years ago

What kind of data are you talking about? Is this pre-flattening data?

TomLewis commented 5 years ago

Every block has a data type associated with it. Like Wood or Sapling types, this is how stats3 saves data. I would need to find a way to convert it all to Statz if I ended up using Statz.

Screenshot 2019-11-15 at 11 38 11

Staartvin commented 5 years ago

Hmm, what is the data it actually stores? What does it mean? Isn't this removed after the flattening of 1.14 where data values were omitted in favor of material names?

TomLewis commented 5 years ago

Im not sure, im using 1.12.2, not really looked much into 1.14.4 past the performance issues it causes. If its flatteren to all names, then I guess its going to need to be a way to convert from IDs and data to these new names? Maybe a big array?