mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
52d4cae74d
* feat(minecraft-server): add onbuild trigger Added a ONBUILD trigger for the [ToF-BuildTools](https://git.faldoria.de/tof/server/build-tools). If a plugins.yml is provided the BuildTools will download all plugins configured in the YAML. https://github.com/itzg/dockerfiles/issues/218 * feat(minecraft-server): add arg for build output * fix(minecraft-server): syntax error in Dockerfile * fix(minecraft-server): chown jar files after building * feat(minecraft-server): cleanup buildtools after using * fix(minecraft-server): remove /plugins volume The /plugins volume causes weird behaviour when prepolulating it with files on build. Removing it as an explicit volume fixes that. * mc: add example Dockerfile for ToF builds * docs(minecraft-server): add docs for new onbuild trigger * fix(minecraft-server): use correct url for build tools download
13 lines
419 B
YAML
13 lines
419 B
YAML
plugins:
|
|
worldedit:
|
|
file: WorldEdit.jar
|
|
url: https://dev.bukkit.org/projects/worldedit/files/latest
|
|
FastAsyncWorldEdit:
|
|
file: FastAsyncWorldEdit.jar
|
|
url: https://empcraft.com/fawe/latest.php?bukkit
|
|
worldguard:
|
|
file: WorldGuard.jar
|
|
url: https://dev.bukkit.org/projects/worldguard/files/latest
|
|
citizens:
|
|
file: Citizens.jar
|
|
url: https://dev.bukkit.org/projects/citizens/files/latest |