https://github.com/sof3/pmdock
Docker for PocketMine developers and plugin developers
https://github.com/sof3/pmdock
dockerfile pocketmine pocketmine-mp
Last synced: 7 months ago
JSON representation
Docker for PocketMine developers and plugin developers
- Host: GitHub
- URL: https://github.com/sof3/pmdock
- Owner: SOF3
- License: mit
- Created: 2018-06-08T05:59:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T20:06:00.000Z (about 7 years ago)
- Last Synced: 2025-05-09T01:38:01.218Z (9 months ago)
- Topics: dockerfile, pocketmine, pocketmine-mp
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sofe1970/pmdock/
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pmdock
Docker for PocketMine developers and plugin developers. Not recommended for production servers.
## Directories
```
/pocketmine: the default working directory, also the working directory of PocketMine server
/data: the PocketMine data path
/data/plugin_data: plugin data are mounted here
/plugins/*: you can mount your plugin development folders here
/virions/*: you can mount your virion folders here
```
## Commands
- `./start.sh` (`/pocketmine/start.sh`): starts the server (a bit different from the official start.sh)
- Option `./start.sh -g=${GIT_REF}`: run from source and checkout `${GIT_REF}`
- Other options are passed into PocketMine as-is