From 08d984794e7510f27ed309cd3cbf050daa13dd1d Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 17 May 2023 16:36:45 +0100 Subject: [PATCH] Fixes --- eco-core/core-plugin/build.gradle.kts | 2 +- eco-core/core-plugin/src/main/resources/bosses/_example.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index f14717a..859273a 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -4,7 +4,7 @@ version = rootProject.version dependencies { compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT") compileOnly("com.github.lokka30:LevelledMobs:3.1.4") - compileOnly("com.ticxo.modelengine:api:R3.1.5") + compileOnly("com.ticxo.modelengine:api:R3.1.7") } publishing { 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 ab10313..1584eec 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/_example.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/_example.yml @@ -8,9 +8,8 @@ # 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 and animation here. You can also specify these in the mob with the lookup system. +# If you're using model engine, you can specify the ID 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%"