diff --git a/docs/all-plugins/what-plugins-do-you-support.md b/docs/all-plugins/what-plugins-do-you-support.md index ea2f21f708..f59daa5c03 100644 --- a/docs/all-plugins/what-plugins-do-you-support.md +++ b/docs/all-plugins/what-plugins-do-you-support.md @@ -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 diff --git a/docs/effects/all-filters/vote_service.md b/docs/effects/all-filters/vote_service.md new file mode 100644 index 0000000000..477329b1bf --- /dev/null +++ b/docs/effects/all-filters/vote_service.md @@ -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 +``` diff --git a/docs/effects/all-triggers.md b/docs/effects/all-triggers.md index a50a880dbc..cff0039d39 100644 --- a/docs/effects/all-triggers.md +++ b/docs/effects/all-triggers.md @@ -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 |