Skip to content

Commit

Permalink
added Votifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanthiax committed May 8, 2024
1 parent ddeff3d commit f3c7831
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/all-plugins/what-plugins-do-you-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ If a plugin isn't on this list, it doesn't mean it wont work, it just means that
- Essentials
- CustomCrafting
- Model Engine
- NuVotifier
12 changes: 12 additions & 0 deletions docs/effects/all-filters/vote_service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# `vote_service`

The list of vote services that the effect should activate on

**Requires NuVotifier**

# Example Config
```yaml
filters:
vote_service:
- Craftlist.org # The ServiceSite from your vote plugin
```
1 change: 1 addition & 0 deletions docs/effects/all-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ and are used in plugins like EcoSkills, EcoPets, EcoJobs (etc) for levelling.
| `projectile_launch` | Triggered when launching a projectile (arrow, trident, splash potion, egg, snowball) | 1 |
| `reel_in` | Triggered when reeling in a fishing rod | 1 |
| `regen_magic` | Triggered when regenerating magic **Requires EcoSkills** | 1 |
| `register_vote` | Triggered when a player votes for the server **Requires NuVotifier** | 1 |
| `respawn` | Triggered when respawning | 1 |
| `right_click_npc` | Triggered when right-clicking an NPC **Requires Citizens** | 1 |
| `run_command` | Triggered when running a command | 1 |
Expand Down

0 comments on commit f3c7831

Please sign in to comment.