Sharpjaws / SharpSK

An addon for Skript that adds lots of features and other features from your favourite plugins to skript. Supports 1.8 up to 1.12
https://forums.skunity.com/resources/72
MIT License
8 stars 12 forks source link

Cannot spawn a MythicMob #31

Closed whoshenry closed 7 years ago

whoshenry commented 7 years ago

I can't get the right syntax for spawning a mythic mob.

The mob I have is called Horseman and that is the string too for MythicMobs.

I am doing this: spawn a mythicmob "Horseman" at player

and it is saying it cannot understand it, I am using SharpSK-1.6.3

Pikachu920 commented 7 years ago
spawn [a] mythicmob %string% at %location% with level %integer%

is the syntax

whoshenry commented 7 years ago

Apologies, I literally just saw you have to add in the with level part.