mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-03 15:27:45 +02:00
minecraft: added death count scoreboard guide
This commit is contained in:
parent
334984c91e
commit
9a9a4850a0
@ -6,6 +6,8 @@ In the gaming context this is mainly used to run games from a console on
|
||||
another computer.
|
||||
Emulators usually need ROMs to run games.
|
||||
ROMs are a digital copy of a video game.
|
||||
Please note that downloading ROMs of licensed games is not permitted due to copyright.
|
||||
All [emulators](#list-of-emulator-software) should only use non copyright infringing ROMs.
|
||||
|
||||
Due to its form factor emulators can be installed and used nicely on a
|
||||
[Steam Deck](/wiki/games/steam_deck.md).
|
||||
|
@ -2,12 +2,16 @@
|
||||
|
||||
[Minecraft](https://www.minecraft.net) is a sandbox video game created by "Notch".
|
||||
|
||||
## Server
|
||||
## Setup
|
||||
|
||||
The following sections address the setup of both server and client software.
|
||||
|
||||
### Server
|
||||
|
||||
A server can be setup via docker with the
|
||||
[itzg image](../docker-images/itzg_-_minecraft-server.md).
|
||||
|
||||
## Client
|
||||
### Client
|
||||
|
||||
There are different Minecraft Clients available:
|
||||
|
||||
@ -15,9 +19,9 @@ There are different Minecraft Clients available:
|
||||
- [MultiMC5](./multimc5.md) is a custom Minecraft launcher that allows multiple
|
||||
installations at once.
|
||||
|
||||
## DNS
|
||||
### Usage
|
||||
|
||||
### Link Minecraft to a subdomain
|
||||
#### Link Minecraft to a Subdomain
|
||||
|
||||
To link Minecraft to one of your subdomains you need to add a [DNS](../dns.md)
|
||||
SRV-record:
|
||||
@ -34,3 +38,13 @@ weight: 4
|
||||
port: 25565 (or your minecraft port)
|
||||
target: mine.<domain>.<TLD>
|
||||
```
|
||||
|
||||
#### Adding Death Count to the Scoreboard
|
||||
|
||||
Run the following commands inside the console of minecraft to add death count as a objective in the
|
||||
scoreboard.
|
||||
|
||||
```txt
|
||||
/scoreboard objectives add Deaths deathCount
|
||||
/scoreboard objectives setdisplay list Deaths
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user