nimmis / docker-spigot

A docker container with spigot, builds spigot.jar on first start
175 stars 82 forks source link

Plan to support PaperMC #41

Open 0xBADDCAFE opened 4 years ago

0xBADDCAFE commented 4 years ago

Does this project has the plan to support PaperMC that Spigot fork?

Some repository (ex: https://github.com/mtoensing/Docker-Minecraft-PaperMC-Server) that support PaperMC already exists, but these must open to console for control server and issue commands. It make difficult to use docker-compose. I like the pattern of this project to issue command like docker exec spigot mc_log .

I hope to consider about it. Thanks.