← Назад к ресурсам

MultiScoreboard

Allows viewing multiple scoreboards and nbt data on the sidebar at the same time

Modrinth utility

Описание

# MultiScoreboard Minecraft Mod [](https://github.com/Papierkorb2292/MultiScoreboard) This Minecraft Fabric mod allows you to view multiple scoreboards and nbt data on the sidebar at the same time! ## Usage For the mod to work, it must be installed on both the client and the server. Otherwise, scoreboards act like in vanilla. ### Scoreboards To view multiple objectives at once, simply call `/scoreboard objectives setdisplay sidebar ` multiple times with different objectives. Calling the command with the same scoreboard again will remove the objective from the sidebar again. `/scoreboard objectives setdisplay sidebar` still clears the sidebar. It is also possible to display individual scores to the sidebar using `/scoreboard objectives setdisplay indivSidebar [] []`: If both `objective` and `target` are specified, the individual score is toggled for the sidebar. If only `objective` is specified, all individual scores of that objective are removed from the sidebar. If neither `objective` nor `target` is specified, all individual scores are removed from the sidebar. ### Nbt Sidebar To view nbt data in the sidebar, use the command `/data multiscoreboard toggle (block |entity |storage ) [] []` to toggle whether the specified nbt data is displayed in the sidebar. If `` is not specified, the root compound is displayed. If `` is not specified, a default name is build based on the data object and nbt path. The command `/data multiscoreboard remove ` removes the nbt sidebar with the specified name. The command `/data multiscoreboard removeAll (block |entity |storage )` removes all nbt sidebars for the specified data object. ### Scrolling Use the `Up` or `Down` arrow keys to scroll through the sidebar. If `Ctrl` is pressed, the next sidebar entry of the particular direction will be brought into view.