itzg / docker-bungeecord

A BungeeCord server to use in conjunction with itzg/minecraft-server
Apache License 2.0
189 stars 62 forks source link

Copying plugin configs #146

Open caunt opened 10 months ago

caunt commented 10 months ago

I need to configure plugin configs e.g. /config/plugins/viaversion/config.yml but thats impossible with current mount volumes. Using /config volume would be best way to do that, but unfortunately it does not copy files recursively. Is there any other way to copy these configs from volume mounts?

itzg commented 10 months ago

One option you could use at this point is https://github.com/itzg/docker-bungeecord#generic-pack-files

caunt commented 10 months ago

Its worked! ty