Search with MythicMobs example
To add entities to a Search you will need the plugin MythicMobs or Citizens.
Why?
This plugin allows you to create very customized entities. I didn't want to add a new functionality to my plugin in which you can create entities and decorate them as you want, since MythicMobs/Citizens already do that.
MythicMobs mob file
I created the following mob in the Mobs folder:
Make sure the NoAI
option is set to true
, so the entity can't move and remains always in the same position.
MythicMobs item file
I also created an item file in the Items folder:
This custom textured head will be placed in the head of the mob.
Creating the Search
Now to create the search:
Use the
/search create halloween
command.Spawn the previously created mob using
/mm mob spawn LobbyMob
in the desired location.Look at the mob and use the
/search addentity halloween
command.
The Search now requires players to find this mob. Of course you can add as many as you want. You can now modify the Search properties like display particles.
Last updated