1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00
wiki/wiki/games/minecraft.md
2022-11-08 01:49:40 +01:00

857 B

Minecraft

Minecraft is a sandbox video game created by "Notch".

Server

A server can be setup via docker with the itzg image.

Client

There are different Minecraft Clients available:

  • The standard (Java) Minecraft Client can be downloaded at the official website
  • MultiMC5 is a custom Minecraft launcher that allows multiple installations at once.

DNS

To link Minecraft to one of your subdomains you need to add a DNS SRV-record:

type: SRV
name: mine (or alternative subdomain)
service: _minecraft
proto: TCP
TTL: <configure to your liking>
class: IN
priority: 0
weight: 4
port: 25565 (or your minecraft port)
target: mine.<domain>.<TLD>