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
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 sidebarthen it'll work something like this
i have gotten that far but it will show every player, i only need it to show top 5
it'll only show the top 15
yeah that'll be too obnoxious for people, is there a way to show top 8 or any number?
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
how do you mean?
when you do setdisplay, you can use below_name or list
and is there a way to see the data at the end to tally it all up?
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
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?
just the setdisplay command without specifying an objective
and this will show offline players too i assume?
woohoo it does, thank you very much @Snow Kit you're a lifesaver