Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Creators
Details
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:
/createvote
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.
Usage:
/createvote <Duration in seconds> <Question>
/createvotechoices
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.
Usage:
/createvotechoices <Duration in seconds> <Question>, <choice1>, <choice2> Make sure you include the commas, they are necessary to seperate the question and choices.
Permissions:
- votingmod.vote: /createvote
- votingmod.votechoice: /createvotechoices
Dependencies:
- Fabric API: https://modrinth.com/mod/fabric-api



