Skip to content

Commit

Permalink
undo adding triggers, added honey_level_full filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanthiax committed Sep 19, 2024
1 parent 1d52509 commit 7670b56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/effects/all-filters/honey_level_full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `honey_level_full`

If the beehive or bee nest should be full of honey (honey_level 5)

# Example Config
```yaml
filters:
honey_level_full: true
```
2 changes: 0 additions & 2 deletions docs/effects/all-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ and are used in plugins like EcoSkills, EcoPets, EcoJobs (etc) for levelling.
| `click_block` | Triggered when right-clicking on a block | 1 |
| `click_entity` | Triggered when right-clicking on an entity | 1 |
| `collect_envoy` | Triggered when collecting an envoy crate **Requires AxEnvoy** | 1 |
| `collect_honey` | Triggered when a player right-clicks a full Beehive/Bee_Nest with an empty bottle | 1 |
| `collect_honeycomb` | Triggered when a player right-clicks a full Beehive/Bee_Nest with shears | 1 |
| `complete_advancement` | Triggered when completing an advancement | 1 |
| `complete_quest` | Triggered when completing a quest **Requires EcoQuests** | 1 |
| `complete_task` | Triggered when completing a task **Requires EcoQuests** | 1 |
Expand Down

0 comments on commit 7670b56

Please sign in to comment.