minecraft-server-kb01-de/mc-java/readme.me

7 lines
392 B
Text
Raw Normal View History

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```.