What's new
Resource icon

MultiblockStructure | Create MythicMobs spawn totem! | 1.16-1.19 1.0-HOTFIX

Versions
  1. 1.16
  2. 1.17
  3. 1.18
  4. 1.19

This is a very simple plugin, you can create MythicMobs spawn totem with it, but other purposes is OK.

How to use?
After load, plugin will generate config.yml file.

structures:
"1": # <----- Totem ID
blocks: # <----- Totem Block
- AIR
- AIR
- AIR

- AIR
- STONE # <----- The Core Block
- AIR

- REDSTONE_BLOCK
- REDSTONE_BLOCK
- REDSTONE_BLOCK
command: "mm m spawn TestMonster %world%,%x%,%y%,%z%" # <----- The command

The totem must be 3x3 size, and the center of totem is the core block. After placed totem, players need click the core block to active it. The totem will disappear and console will send the command you set.

Built-in Placeholders:
%player%
%x% - The core block pos, not the player, because I don't want the mob be spawned at my face.
%y%
%z%
%world%
Author
PQguanfangXD
Downloads
341
Views
1,076
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from PQguanfangXD

Latest updates

  1. 1.0-hotfix

    Small fixes.
Top