Tutorial
Last updated
Last updated
Let's start creating a herobrine shrine.
Use the command: /bm create to open the following menu
Click the paper to set the name of the structure (for this example you would click the paper and type in chat "Herobrine Shrine")
The Bidirectional button will stay off (because the structure we have is not built along an Axis since its a cube)
The Destroy on spawn will also stay off (because we don't want the structure to disappear when the entity spawns)
The Keep BlockData will also stay off (because the state of the blocks does not matter to us)*
Now, if we click on the Command block, a new window will open and we can insert some actions.
We want to:
Summon lightning
Wait 2.5
seconds
Summon a zombie
We click on "Spawn entity action" and we see that a new action has been added
We click on the egg and after a new menu opens, we click on the chick egg once more. Now we enter in chat "LIGHTNING" because we want to summon a lightning. After than we click on the compass and type "0 1 0" because we want to summon the lightning one block above. (you will understand later why). Then click on the green glass and we are done with spawning the lightning.
Now its time to spawn the entity. BUT WAIT!! we want to spawn the zombie after 2.5 seconds
So we click on "Delay" (clock) and when its added, we click on it and type "2500".
PERFECT!
Now we summon the zombie by clicking on the turtle egg again (at the top) and doing the same thing but this time we will type "ZOMBIE" instead of "LIGHTNING".
It should look like that:
And finish by clicking the green glass.
Now we click on the blaze rod and build the structure we want to use
We left-click with the item we received at one corner of the structure (IMPORTANT: make sure you ONLY select the blocks you want the player to build, aka don't get any extra air blocks or glass blocks) and next we right-click with the item at the other corner
We use /bm create again to open the menu and now click on the green glass to complete our structure.
Now you can reload the plugin to load the new structure
If you want to use commands to spawn a custom mob (for example from MythicMobs) then you would change the entity type to Command. Once you were done with the structure, you would open the file that was created in the ./plugins/BuildableMobs/Structures/ and then add
Also, the .json file contains "structure" & "finish". In structure you want to put everything that the player must build BEFORE building the "finish" part. "structure" or "finish" can be empty. "finish" is used to declare what blocks the player must build LAST in order to complete the structure (Like the wither spawns only if the player places the wither skulls AFTER the soul sand) You can just copy the block that was generated by the /bm create and move it to "finish"