minecraft-server-kb01-de/mc-java
2023-03-25 15:08:14 +01:00
..
server Building and Running Example Mc-Server 2023-03-25 15:08:14 +01:00
.env Added Setup-Scripts, Generative-Scripts, Demo-Proj 2023-03-19 23:59:28 +01:00
.gitignore Building and Running Example Mc-Server 2023-03-25 15:08:14 +01:00
docker-compose.yml Added Setup-Scripts, Generative-Scripts, Demo-Proj 2023-03-19 23:59:28 +01:00
mc-java.service Added Setup-Scripts, Generative-Scripts, Demo-Proj 2023-03-19 23:59:28 +01:00
readme.me Building and Running Example Mc-Server 2023-03-25 15:08:14 +01:00
start.ps1 Building and Running Example Mc-Server 2023-03-25 15:08:14 +01:00
start.sh Added Setup-Scripts, Generative-Scripts, Demo-Proj 2023-03-19 23:59:28 +01:00
update.ps1 Building and Running Example Mc-Server 2023-03-25 15:08:14 +01:00

# Example Minecraft Java Server

This Server Example will demonstrate all the ways to start up the Minecraft Server.

On Windows you can start it by executing the ```start.ps1``` Script.
On Linux and Mac you can start it by executing the ```start.sh``` Script.
With Docker you can run ```docker compose up``` in this Directory, or even ```docker stack deploy -c docker-compose.yml mc-java```.