Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
1.16.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed ARR
Published last month
Updated 2 months ago
Simple server-side mod that allows all players on the server to vote for certain actions, eg: change the weather.
You can add your own votes that run a certain command in the config.
COMMANDS: /vote - base command, does nothing
/vote weather - starts a vote to change the weather to CLEAR
/vote yes - vote yes in the current vote
/vote no - vote no in the currnet vote
CONFIG:
Above is the default config. This will create:
- a vote called "test" (/vote test) that will run the command "/say hello from console" if the majority have voted yes.
- a vote called "diamonds" which will give everyone on the server a diamond if the majority votes for it.
The "desc" is the description used in chat. (eg. "USER has started a vote to give everyone a diamond.")
The config follows the JSON format. Make sure your config is formatted correctly here - https://jsonlint.com/