A server side mod that adds a voting system, that allows admins to broadcast polls.
Voting Time adds a way for admins or server operators to host polls for players to answer.
As with all my mods, I research on Modrinth to see if an idea has been done before, and I couldn't seem to find a poll system, at least a one in chat where the poll is broadcasted, so I decided to make it myself. This is also my first server side mod!
Two commands to create a poll:
Creates a Yes or No answer poll, players can either vote Yes or No, after a set duration, the poll ends and the answer is revealed.
/createvote
Creates a multiple choice poll with up to 10 choices, players can choose any one of the choices, and after a set duration, the poll ends and the results are shown.
/createvotechoices , ,
Make sure you include the commas, they are necessary to seperate the question and choices.