Pebble's Polling Vote System
Voting System for Your Server
If you run a Minecraft server, you've likely faced the need to conduct polls among players. Previously, this required using Discord, which isn't always convenient, especially when you need opinions only from those currently in the game. Pebble's Polling Vote System solves this problem by offering a built-in voting system with real-time result updates.
How the System Works
The mod allows you to create interactive polls directly in the game chat. Only one poll can be active at a time. To use the mod's functions, you need to have server operator rights.
Main Commands
Creating a poll:
/pebblespoll create <question>
Setting time:
/pebblespoll <time_in_minutes>
Adding answer options:
/pebblespoll options option1, option2, option3, ... (comma-separated)
After configuring all parameters, the poll automatically starts. Players can vote in two ways: by clicking on the answer option in chat or using the command:
Voting:
/pebblespoll vote <option_number>
Additional Functions
Forced poll termination:
/pebblespoll end
Clearing the results table:
/pebblespoll clear
Requirements
The mod requires Fabric Language Kotlin version 1.8.20 or higher to be installed.