A bit of a question
Sunconure11 opened this issue · 2 comments
Sunconure11 commented
Are there any listeners on Fabric I can use? So I can incentivize players to vote a bite more?
DrexHD commented
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.
Sunconure11 commented
Alright, thanks