GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.89k stars 271 forks source link

Implement the substatistics system #985

Closed FlorentClarret closed 5 years ago

FlorentClarret commented 5 years ago

On my previous PR (#984), I noticed that the substatistics system was not yet implemented. In this PR, I implemented it in the GlowStatistic and in the StatisticMap. I would like to have your opinion on it.

In order to test it, I also implemented the killEntity statistic and substatistic. Everything seems to work fine.

mastercoms commented 5 years ago

Just a reminder that this does not build with the latest dev branch merge.

FlorentClarret commented 5 years ago

Thanks @mastercoms for the reminder, I did not see that this didn't build with the latest merge. The issue is now fixed. If you think that there's still something wrong with this MR, let me know and I will fix it.