mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-10 07:38:53 +00:00
Support multiple values for COPY_PLUGINS_SRC, COPY_MODS_SRC, and COPY_CONFIG_SRC (#3377)
This commit is contained in:
1
examples/paper/paper-build-plugins/plugins/.gitignore
vendored
Normal file
1
examples/paper/paper-build-plugins/plugins/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.jar
|
||||
1
examples/paper/paper-build-plugins/plugins/README.md
Normal file
1
examples/paper/paper-build-plugins/plugins/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Download Bukkit/Spigot plugin jars, such as [WorldEdit](https://dev.bukkit.org/projects/worldedit/files) and place them here. At image build time the `COPY` step will place those jars in `/plugins`. At container startup, the contents of `/plugins` are sync'ed into `/data/plugins` for use with Bukkit/Spigot/Paper server types.
|
||||
Reference in New Issue
Block a user