New Better Model Entity (Expression) — BetterModelSk

Addon: BetterModelSk · Category: Expression · Since: 1.0

Syntax

[a] new better model entity

Description

Creates a better model entity template from a BetterModel id and a carrier mob type. Provide a section with 'model' (the BetterModel id) and 'mob' (the Bukkit entity type). Both values are read as raw text, so they do not need quotes.

Examples

set {_mob} to a new better model entity:
    model: llama_pinata
    mob: llama
    health: 500
    max health: 500
    ai: false
better model spawn {_mob} at location of player

View source