your current location:首页 > news>Minecraft scoring board instruction

Minecraft scoring board instruction

2024-12-17 06:00:52|Myriagame |source:minecraft skins

What is the score board

Scoreboard is a variable system in the Minecraft game.They can be counted independently on entities such as players.

Each entity will have some default variables. For example, the "kill quantity" can achieve the ranking of the ranking according to the number of fighting numbers.

In addition, you can set custom variables to set trigger conditions to execute increase/decrease/mathematical calculation, etc.Then get these variables to achieve the purpose you want to achieve.For example, set a variable called "money", kill monsters to increase "money", and judge "money" when purchasing items is enough to give designated items.

Scoring instruction

List all the division instructions:/scoreboard objectives list

Newly -built division instructions:/ScoreBoard Objectives Add Score Dummy

Guidelines Guidelines edible value
can only modify the score with commands, which are usually used to store information such as scores, currencies. is
can only be modified with commands, usually used to store scores, currency and other informationEssenceDifferent from virtual type (Dummy), administrators can control the switch that allows the modified score can be used through the /trigger command. is
The score will be automatically increased at the time of death. is
When defeating other players, it will automatically increase the score (if you defeat yourself, you won't defeat yourself.Increase, such as the arrow shot by the face towards the sky). is
The score will automatically increase when defeating creatures (including animals and monsters). is
The current health of half a heart represents 1 point (at the first updateThis value before life is 0). No
Current experience.

No
current level. No
Current saturation (this value before the first update life is 0). No
The current diving remaining air is consistent with the AIR in NBT. No
The current brocked armor value (this value before the first update of the armor is 0). No
Display meter instruction-display in the TAB key player name nameAfter:/Scoreboard objectives setdisplay list

Display meter instruction-displayed on the right side of the screen:/Scoreboard Objectives Setdisplay Sidebar

Display meter board instructions-displayed below the player's name (visible to multiplayer mode):/Scoreboard objectives setdisplay belowname

Modify meter board instruction:/scoreboard players set @P score

Modify operation: Set (set), increase (ADD), reduce (reMove), reset (reset)

The closest player (@P) random player (@R) all players (@a) all entities (@e) perform the entity (@S) the farthest player (@P [c = -1]) with the farthest distance from the current command (@S).

Delete the score board instruction:/Scoreboard objectives remove score score board name