Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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