https://github.com/hona/docker-paper-server
A dockerized PaperMC server, with daily/crash auto restarting, made for easier deployment on Debian.
https://github.com/hona/docker-paper-server
Last synced: 3 months ago
JSON representation
A dockerized PaperMC server, with daily/crash auto restarting, made for easier deployment on Debian.
- Host: GitHub
- URL: https://github.com/hona/docker-paper-server
- Owner: Hona
- Created: 2020-09-01T22:26:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T12:06:36.000Z (over 4 years ago)
- Last Synced: 2025-01-21T09:48:46.029Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-paper-server
A dockerized PaperMC server, with daily/crash auto restarting, made for easier deployment on Debian.## Usage
First `git clone` this repository.
Then edit the `env-vars.list` file, and the `buildAndRunDocker.sh` file to edit any paths/options to your needs.By default the config will use the latest 1.16.2 paper jar, and create server files in `./server`.
To run the server, just execute `./buildAndRunDocker.sh`. The first build time will take a while, as it must pull the JDK etc, consecutive runs will be significantly faster due to caching.