docker-minecraft-server icon indicating copy to clipboard operation
docker-minecraft-server copied to clipboard

Feature parity between the plugins/ bind mount and PLUGINS environment variable

Open dmptrluke opened this issue 1 year ago • 2 comments

Enhancement Type

Improve an existing feature

Describe the enhancement

I've been using the PLUGINS enviroment variable to deploy "packages" of plugins to my servers, but the PLUGINS feature only copies .jar files instead of copying all files like the /plugins bind mount. I was wondering if we could get an option to have feature parity between the two so I can deploy and interpolate plugin configuration along with the jar files in packages.

I'm doing things this way as some of my servers require different "packages" of plugins, eg, a creative world not requiring survival-orientated plugins, but multiple survival worlds all requiring the same survival plugin config.

image

dmptrluke avatar Mar 17 '24 01:03 dmptrluke

To make sure I understand correctly, you would like to have the synchronization and interpolation features of the "/plugins" mechanism, but with the ability to source from several directories instead of just the one path?

itzg avatar Mar 17 '24 02:03 itzg

Yeah, that's basically what I'd like to be able to do!

dmptrluke avatar Mar 17 '24 03:03 dmptrluke