From b92ea06667a8eefc35ab64a9799a51d3461639ce Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 2 Oct 2022 17:01:40 +0100 Subject: [PATCH] Fixed _example.yml --- eco-core/core-plugin/src/main/resources/bosses/_example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/bosses/_example.yml b/eco-core/core-plugin/src/main/resources/bosses/_example.yml index 8250455..ab10313 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/_example.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/_example.yml @@ -8,8 +8,9 @@ # View an explanation for this system here: https://plugins.auxilor.io/all-plugins/the-entity-lookup-system mob: iron_golem attack-damage:90 movement-speed:1.5 follow-range:16 health:1200 -# If you're using model engine, you can specify the ID here +# If you're using model engine, you can specify the ID and animation here. You can also specify these in the mob with the lookup system. model-engine-id: "" +model-engine-animation: "" # Supported placeholders: %health%, %time% (formats as minutes:seconds, eg 1:56) display-name: "&8Steel Golem &7| &c%health%♥ &7| &e%time%"