Plugin category: World Generators Suggested name: Structures What I want: The plugin uses .schematics to load the structures and generate randomly around the world. Have the ability to choose where the structure generates (e.g. What biome? Spawn height? How rare?). If possible, have the ability to generate these structures on explored land as well as unexplored. People that use this plugin should be able to load their own schematics. Ideas for commands: /structure reload (reloads the config) Ideas for permissions: structure.admin (permission to do the reload command) When I'd like it by: 1 - 2 Weeks/Months Please share your ideas for this plugin! Support 1.9 Craftbukkit/Spigot etc.
@Jedd Lupoy I remember doing something similar to this last year, ill try dig out the old stuff and create this project.
@Jedd Lupoy Alright, the plugin is pretty much done and working however i need you to elaborate on this: I mean, at the moment the plugin will get a random structure that is loaded and every 2 (customisable) chunks there is a 70% (customisable) chance that the structure will be generated. I need more information on where it will spawn and all of the parameters you can change in the config. EDIT: Here is what the config looks like at the moment:
Yeah, that looks good. You can add this to the structure section of the config: Structures: <name>: Schematic: <name> Biome: <biome> Place: <ground/air/underground> //If selected air Height: <number> //If selected underground Depth: <number> EDIT: By default, can you have no registered schematics?
@Jedd Lupoy Thanks, and also yeah absolutely, it will automatically generate an example section for you, however you can just remove it (make sure the yaml is still formatted correctly), and use the /csreload command and it will be all fine. Here is the initial configuration file that is generated: (With your additions) You can simply remove the -exampleSchematicOne line at the bottom and it will not be loaded in. The console also prints a lot of information, so you can check there if it has been enabled.
@Abstract97 Ooh, awesome. EDIT: For the PercentChanceSpawn, does that apply for all schematics? It would be nice if each structure has their own PercentChanceSpawn.
@Jedd Lupoy No its universal, its a percent chance that any one of them could spawn, but ill add another for each one too, so there will be a rarity for each individual structure, but a global percent chance.
Looks like a great concept! Hope this gets created for you Also hope it would go on Bukkit's plugin website
Ooh great! Good luck & good job on creating plugins Could you send me the link to the BukkitDev page when its finished?