Skip to content

Commit

Permalink
Merge pull request #58 from Exanthiax/votifier_support
Browse files Browse the repository at this point in the history
Added Votifier Support
  • Loading branch information
WillFP authored Jul 3, 2024
2 parents d69c9fe + 171be63 commit 5f5c651
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,4 +75,5 @@ If a plugin isn't on this list, it doesn't mean it wont work, it just means that
- Essentials
- CustomCrafting
- Model Engine
- NuVotifier
- AxEnvoy
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 @@ -95,6 +95,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 5f5c651

Please sign in to comment.