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: [ ]