From 2c51d02fbdff882d878dbedbf9f176581523b066 Mon Sep 17 00:00:00 2001 From: KingOfTurkey38 <51199432+KingOfTurkey38@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:31:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0b4321..823adb7 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ This is a threaded high performance voting plugin for PocketMine-MP API 4.0 You can configure messages and voting rewards in the config. There's also an "autoclaim" option in the config. If that is set to true the server will check every 30 seconds if the player has voted or not. + +# For developers +When a player votes there's a `PlayerVoteEvent` called.