I am finding an awful glitch, (while using a command block scoreboard system as a virtual currency on my sever), where if I fall to the ground, my score is reset.
I use the kills variable to keep track of currency, and it also gives you a $1 with every kill. But if you fall to the ground from any height worthy of damage and the "fall sound", it resets my score.
What is happening?
Comments 4
That doesn't look like a bug in Minecraft, just like @unknown said.
Set gamerule commandBlockOutput true
and gamerule logAdminCommands true
, then you might see what's really happening.
How is that not a minecraft command? None of my command blocks or the scoreboard have anything to do with fall damage.
Fall damage is resetting the score of kills to zero. Like I said, this is clearly not a command block problem. None of the command blocks run without a pressure plate too. No loops, no server-checking blocks, nothing. So again, nothing would modify the score for no reason. And out of the blue, when you receive fall damage, the score is reset to zero.
I have command block output already set to true, and I just tested logAdminCommands to test your theory.
Again, fall damage reset my score, no command was displayed on screen, no details, nothing.
I would appreciate if someone would re-open this bug and not classify it as resolved. I'll post a video to prove it's not resolved if necessary.
Resets it to 0? Or 1? If it resets to 1, you're accidentally setting it to 1 instead of adding 1. If it resets to 0, probably a bug.