.. | ||
server | ||
.env | ||
.gitignore | ||
docker-compose.yml | ||
mc-java.service | ||
readme.me | ||
start.ps1 | ||
start.sh | ||
update.ps1 |
# 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```.