Scoreboard to track placement of birch planks

I'm doing an event on who can place the most amount of birch planks but have no idea the command to do it. Should only show the top 5 people and should show the total amount from when I started it.
13 Replies
Snow Kit
Snow Kit3w ago
purely vanilla, you can do something like /scoreboard objectives add planks minecraft.used:minecraft.birch_planks and then /scoreboard objectives setdisplay sidebar planks to make it display on the sidebar
Snow Kit
Snow Kit3w ago
then it'll work something like this
Azrian
AzrianOP3w ago
i have gotten that far but it will show every player, i only need it to show top 5
Snow Kit
Snow Kit3w ago
it'll only show the top 15
Azrian
AzrianOP3w ago
yeah that'll be too obnoxious for people, is there a way to show top 8 or any number?
Snow Kit
Snow Kit3w ago
you can also make it display on either the tab list or below their name if you don't want it to show on the sidebar
Azrian
AzrianOP3w ago
how do you mean?
Snow Kit
Snow Kit3w ago
when you do setdisplay, you can use below_name or list
No description
Azrian
AzrianOP3w ago
and is there a way to see the data at the end to tally it all up?
Snow Kit
Snow Kit3w ago
you can just put it on the sidebar for a split second or if the admins are in a seperate team, teams can have different sidebars displaying
Azrian
AzrianOP3w ago
you're a genius! let me see if it works with our plugins haha and to remove it from sidebar i do the command again?
Snow Kit
Snow Kit3w ago
just the setdisplay command without specifying an objective
Azrian
AzrianOP3w ago
and this will show offline players too i assume? woohoo it does, thank you very much @Snow Kit you're a lifesaver

Did you find this page helpful?