/scoreboard players reset @s objective1
This command is meant to entirely remove the objective called "objective1" from my list of scores, so that when I use this command
/scoreboard players list @s
objective1 should no longer appear in my list. Instead it sets my score for objective1 to 0. We already have another command that does the same thing (set @s objective1 0), and as long as reset works this way no ability to remove an objective from a single entity.
Comments 6
I don't want to remove the objective from the list of objectives, I want to remove it from a single entity, which is exactly what reset is supposed to do.
What Christopher John Crosby said is incorrect, the /scoreboard players remove command removes a specified total from the entity, for example, if a player's objective1 is set to 5, the command /scoreboard players remove @s objective1 5 would set it to 0. For me, unless a command block that's set to Repeat and Always Active that's adding 0 to the objective, the /scoreboard players reset command removes it from the /scoreboard players list command,
@Jonathan Hanzel
Don't forget that I wrote /scoreboard objectives remove and not /scoreboard players remove. What you said in your comment about the scoreboard command is accurate. I had to figure it out the hard way with reset, which basically deactivates the objective, but will still be found in the objectives list unless removed completely, and if a player has an active score for the objective, their username will be found on the players list (not definite though)...
Cleaning up old tickets: This ticket has not been updated recently (~1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Use "/scoreboard objectives remove objective1" to remove the objective. "/scoreboard players reset..." only resets the score of the objective...
Your ticket may (and will) soon be updated to "Works as Intended."