Copy-ready starting examples
/scoreboard objectives add money dummy/scoreboard players add @p money 10/scoreboard objectives setdisplay sidebar moneyHow to build it
- Choose an objective name and display name.
- Select dummy, deaths, kills or another suitable criterion.
- Generate initialization, updates and a display slot.
Common mistakes
- Setting a score before creating the objective.
- Using spaces or an excessively long internal name.
- Using a Java-only criterion in Bedrock.
Edition and version notes
Bedrock supports fewer criteria. Use dummy and update values from commands when cross-edition compatibility matters.
Frequently asked questions
Can I paste these commands directly?
The short examples are intended as starting points. Confirm the edition and version, then test them in a copied world.
What should I check when a command turns red?
Check brackets, quotation marks, IDs, selectors and version support, then paste it into Command Explainer.
Does this work in both Java and Bedrock?
Bedrock supports fewer criteria. Use dummy and update values from commands when cross-edition compatibility matters.