MinecraftStats icon indicating copy to clipboard operation
MinecraftStats copied to clipboard

Subtract number of broken blocks from number of placed blocks

Open dakiba opened this issue 1 year ago • 2 comments

I would love to count how many create tracks was placed on the server, so some player will be rewarded to build some train networks.

But we have some special users who just place and brake things, to get a higher counter ...

It would be nice if we can just have a (place - break) setting, so only the remaining blocks will be in the statistic.

dakiba avatar Dec 21 '23 22:12 dakiba

Many awards used to work like this, but it was changed because negative scores would become possible in many cases. If you mine naturally generated blocks, that also counts as "breaking" and so you'd be punished for exploring. In your example, if somebody mined tracks in an abandoned mineshaft, those would be subtracted.

The negative score can easily be avoided by limiting it to zero. But there would still be no way to find out if a broken block was placed by the same player before, and this could cause unfairness.

It would be nice to get feedback from others on this subject, I will change the issue's title to something more clear.

pdinklag avatar Feb 27 '24 07:02 pdinklag

As an alternative proposal, these kinds of awards could be changed to number of rails crafted rather than placed?

pdinklag avatar Feb 27 '24 08:02 pdinklag