Better Model - Spawn (Effect) — BetterModelSk

Addon: BetterModelSk · Category: Effect · Since: 1.0

Syntax

better[ ]model spawn %bettermodelentity% at %location%

Description

Spawns a better model entity in the world. The carrier mob is spawned at the location, then the model is attached to it. If no model with the given id is loaded, the carrier mob is spawned without a model.

Examples

set {_mob} to a new better model entity:
    model: blue_knight
    mob: zombie
better model spawn {_mob} at location of player

View source