DrexHD/Fabric-Votifier

A bit of a question

Sunconure11 opened this issue · 2 comments

Are there any listeners on Fabric I can use? So I can incentivize players to vote a bite more?

There is a simple config, which allows you to run a command when the vote is received.
tellraw @a [{\"text\":\"%PLAYER% voted on %SERVICE%\",\"color\":\"green\"}] would broadcast a message that the player voted, in chat.

Alright, thanks