Boss summoner

Here you will learn how to create a block that summons a boss, has a cooldown, it is displayed on top of the block, and you can't spawn 2 bosses at the same time, let's do it !!

  • First create your eb with /eb create <id>

  • Then edit the block you would want the spawner to be, in this case it will be a bedrock.

  • Now, llet's create a timer action following the steps explained on the methods section of EB.

  • Once we have everything done, the trigger for the method will be RIGHT CLICK, so when you summon the boss you will need to wait "x" time to summon another again.

  • Just follow the steps and the only thing you have to change is the command, where according to what is said on Compatible Plugins would be something like this:

    • mm m spawn (mob_id) 1 %block_world%,%block_x%,%block_y%+1,%block_z%

Finally it would look like this:

Last updated