7 lines
No EOL
392 B
Text
7 lines
No EOL
392 B
Text
# 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```. |