moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

Add Spigot support #17

Closed itzg closed 8 years ago

itzg commented 8 years ago

as a follow on to https://github.com/itzg/dockerfiles/pull/52

Needs to include both the type choice and plugin support...with some stretching of the term "mod" to keep the UI free of "mod/plugin" wording perhaps.

sshipway commented 8 years ago

In a way, I like that bukkit uses 'plugin' and forge uses 'mod'. It ensures that they are kept separately and cannot interfere with each other. If you put a mod in the plugins dir or vice-versa it causes error messages

itzg commented 8 years ago

True and they're quite different in that Bukkit pluigns tend not require any special client installation at all. I'll probably have them be managed and selected in the same spots in the UI, but had already carved out distinction for FML mods in the backend.

itzg commented 8 years ago

Now deployed to http://mccy-staging.itzg.me:8080/ for testing