From c49d3df6ffc88832c8b7e3bb0cfb77de287c94aa Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 26 Sep 2022 16:30:43 +0100 Subject: [PATCH] Fixed boss hunter and tripleshot --- .../core-plugin/src/main/resources/enchants/boss_hunter.yml | 2 +- eco-core/core-plugin/src/main/resources/enchants/tripleshot.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/enchants/boss_hunter.yml b/eco-core/core-plugin/src/main/resources/enchants/boss_hunter.yml index 0d14c907..e373e565 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/boss_hunter.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/boss_hunter.yml @@ -21,6 +21,6 @@ effects: triggers: - bow_attack filters: - onlyBosses: true + only_bosses: true conditions: [ ] diff --git a/eco-core/core-plugin/src/main/resources/enchants/tripleshot.yml b/eco-core/core-plugin/src/main/resources/enchants/tripleshot.yml index 5595c0e3..b0dccaf6 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/tripleshot.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/tripleshot.yml @@ -20,7 +20,5 @@ effects: arrows: 1 triggers: - shoot_bow - filters: - onlyBosses: true conditions: [ ]