HomeJavaModsStructure Gen
Structure Gen
Want to see more of my scripts? View every public one here including spigot resources

I made this a few months ago but then I started to work on a whole schematic recreation process to make it more advanced but I'm just doing so much right now that I might not even make it so instead I've decided to release the old version of my Structure Gen script!

Features:

Requirements:
Commands:
structure alias = s

/structure <schematic> [<chance>] [<biome>] [<block>] [<min y>] [<max y>] [<frequency>]
This will spawn structures at the world you are in with the given conditions. Chance is how often it spawns in a chunk ex: 100% would spawn it in every chunk, frequency is how many of the structures can spawn in a chunk for example if chance was 100 and frequency was 10 you will always get 10 of the structure per chunk providing it's in the correct biome and such. Use 'all' if you want your structure to spawn in all biomes

/structurelist
Lists all active structures

/structuredelete [<input>]
delete all structures or a structure with a specific setting ex /structuredelete plains will delete all structures in plains biomes. /structuredelete mystructure will delete all structures using mystructure

/structuresign <radius>
this is just a command to test if your structure signs are working correctly, see tutorial below!

Structure Signs:
ALL SIGNS ARE DELETED WHEN STRUCTURE IS GENERATED! IF USING THE COMMAND FEATURE WITH A COMMAND BLOCK THAT WILL ALSO BE REMOVED SO DON'T WORRY NOBODY WILL SEE IT ;)

Here is a quick tutorial on how to use structure signs! What is structure signs? It's a sign you write on and if you save the sign to a worldedit schematic when the schematic is generated in a chunk the sign will disappear and instead whatever you told the sign to do will happen! Very simple to use but can be very powerful

Unfortunately I can't type what's on line 1 on spigot because the code does the strike-through text so I've typed line 1 info here

Block Signs:
place a sign where you want a block to appear
line 1 = blk - see link above
line 2 = name of block or ID or ID:VALUE
line 3 = if you type "rotate" on line 3 without quotations it will rotate the spawned block to the facing of the sign. Put no rotate otherwise
Example:
line 2 = grass
line 3 = no rotate

Entity Signs:
place a sign where you want the provided entity to appear
line 1 = ent - see link above
line 2 = name of entity
line 3 = amount of entities to spawn
example:
line 2 = creeper
line 3 = 5

Command Signs:
place a sign where you want a command to be executed
line 1 = cmd - see link above
line 2 = command
line 3 = command
line 4 = command
example:
line 2 = say hey everyone my
line 3 = name is Zmolahah
line 4 = enjoy structuregen

Command Blocks:
place a sign below a command block that you want to be executed
line 1 = command
line 2 = block
type the word block don't type a block. The block just means it will execute the command block below the sign. Make sure the sign is on top of the command block or it won't work. Hold sneak to place signs on command blocks
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Structure Gen is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 678 times (via Spigot). Download it and open it directly in the game.

Explore more