Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sof3/pmdock
Docker for PocketMine developers and plugin developers
https://github.com/sof3/pmdock
dockerfile pocketmine pocketmine-mp
Last synced: 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T20:06:00.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T19:30:59.636Z (3 months ago)
- Topics: dockerfile, pocketmine, pocketmine-mp
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sofe1970/pmdock/
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- 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