Перейти к содержимому
Mineforgian

/scoreboard

Управляет счётами и целями таблицы очков.

Синтаксис

/scoreboard objectives add <objective> <criteria>/scoreboard objectives add <objective> <criteria> <displayName>/scoreboard objectives list/scoreboard objectives modify <objective> displayautoupdate <value>/scoreboard objectives modify <objective> displayname <displayName>/scoreboard objectives modify <objective> numberformat/scoreboard objectives modify <objective> numberformat blank/scoreboard objectives modify <objective> numberformat fixed <contents>/scoreboard objectives modify <objective> numberformat styled <style>/scoreboard objectives modify <objective> rendertype hearts/scoreboard objectives modify <objective> rendertype integer/scoreboard objectives remove <objective>/scoreboard objectives setdisplay <slot>/scoreboard objectives setdisplay <slot> <objective>/scoreboard players add <targets> <objective> <score>/scoreboard players display name <targets> <objective>/scoreboard players display name <targets> <objective> <name>/scoreboard players display numberformat <targets> <objective>/scoreboard players display numberformat <targets> <objective> blank/scoreboard players display numberformat <targets> <objective> fixed <contents>/scoreboard players display numberformat <targets> <objective> styled <style>/scoreboard players enable <targets> <objective>/scoreboard players get <target> <objective>/scoreboard players list

Из официального дерева команд Minecraft 1.21.4. <аргумент> — подставь значение.

Аргументы

АргументТип
<objective>строка
<criteria>minecraft:objective_criteria
<displayName>JSON-текст
<value>true / false
<contents>JSON-текст
<style>minecraft:style
<slot>minecraft:scoreboard_slot
<targets>владелец счёта
<score>целое число
<name>JSON-текст
<target>владелец счёта
<targetObjective>цель таблицы очков
<operation>minecraft:operation
<source>владелец счёта
<sourceObjective>цель таблицы очков

Примеры

/scoreboard objectives add deaths deathCount

Счётчик смертей

/scoreboard objectives setdisplay sidebar deaths

Показать на боковой панели

Подробнее на Minecraft Wiki ↗