Denizen Script Commands


Commands are always written with a '-' before them, and are the core component of any script, the primary way to cause things to happen.
Learn about how commands work in The Beginner's Guide.


Showing 1 out of 184 commands...
NameMythicSpawn
Syntaxmythicspawn [<name>] [<location>] (level:<#>)
Short DescriptionSpawns a MythicMob at a location.
Full DescriptionThis allows you to spawn a MythicMob at a location using the mob's internal name.
Related Tags<entry[saveName].spawned_mythicmob> returns the spawned MythicMobsMob.
Usage Example
# Use to spawn a BarbarianMinion at a player's location.
- mythicspawn BarbarianMinion <player.location>
GroupDepenizen
RequiresDepenizen, MythicMobs
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/mythicmobs/MythicSpawnCommand.java#L24