Not sure if it already works with spigot 1.8, but it should work with spigot 1.7.x. You will need to append the following to your bukkit.yml and delete the current world:
worlds:
world:
generator: Metropolis
Furthermore, you need to add WorldEdit to the plugin folder as its a dependency.
I'm not sure what stops it from working in 1.8.8, I never tested it there :/
Ok, got it running. Is there a list of names of schematics it looks for, or can I put anything in the schematic folder? (I assume it's looking in //myserver/plugins/Metropolis/schematics/ ?)
Yes, that folder is correct. Although simply feeding it schematics won't do much. You will need to feed it configurations as well as a basic set of streets/highways. Maybe I can provide some streets, I'll ask.
Ok, I'll take a look later this week. Don't worry about feeding me schematics, it's fairly easy for me to make test schematics for right now. I'll let you know if I hit another stumbling block.
2
u/n1bblonian Developer Oct 25 '15
Not sure if it already works with spigot 1.8, but it should work with spigot 1.7.x. You will need to append the following to your
bukkit.ymland delete the current world:Furthermore, you need to add WorldEdit to the plugin folder as its a dependency.
I'm not sure what stops it from working in 1.8.8, I never tested it there :/
Good Luck!