The effect of the command display:
Display effect
↓Enter the instruction method↓
One look at it! Super simple side bulletin bar instructions! [Minecraft] bulletin board
Directive One
Create a scoreline with a display name of §3 Bulletin Board
/scoreboard objectives add a dummy §3bulletin board
a refers to the name of the score
The display name refers to the text that will appear when the pointer is displayed
(A and display name can be changed here)
Directive II
Display scores with the name a in the sidebar in descending order (the highest scores are on top)
/scoreboard objectives setdisplay sidebar a descending
Directive Three
Sets the score of a specified object in the scoreline name
/scoreboard players set §6 Find three consecutive a 1
Here §6 Seek three consecutive is the specified object (the specified object can be seen as the text you want to display on the bulletin board, which can be changed by yourself)
Here a refers to the scoreline name
1 here refers to the score of the specified object that is to be set
Can be converted to this template:
/scoreboard players set The text to display the ScoreItem Name score
(Sorted in descending order, with higher scores sorted above)
Instruction 4 (Mistaken How to Delete)
Delete the score item with the name a
/scoreboard objectives remove a
( a refers to the name of the scoreline, a can be changed to the name of the scoreline you want to delete, you can delete the score, and then it will no longer appear in the sidebar)