Blog/content/posts/minecraft/minecraft-scoreboard.md

17 lines
474 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Minecraft Scoreboard"
date: 2022-07-09T02:16:01+03:00
draft: true
tags: [games, minecraft]
---
```
/scoreboard objectives add objTotalDeath deathCount Всего смертей
/scoreboard objectives add objTotalKill totalKillCount Всего убийств
/scoreboard objectives setdisplay list objTotalDeath
/scoreboard objectives setdisplay sidebar objTotalKill
/scoreboard objectives remove <name>
/scoreboard objectives setdisplay <slot> [objective]
```