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

Selecting type FORGE, SPIGOT or BUKKIT should restrict version choices #39

Closed sshipway closed 8 years ago

sshipway commented 8 years ago

FORGE should only allow 1.8, 1.7.10, 1.7.2 SPIGOT should only allow 1.8 BUKKIT should only allow 1.8

This is important because it also restricts which mods are available; also only these versions are available for download.

Although Forge can in theory take 1.6.4 as well the minecraft-server container doesnt support it. When 1.9 comes out, and the mod APIs have been ported over, then we will need to add support for Spigot/Forge 1.9 in minecrfat-server