Poll Plugin
Interactive Polling System for Minecraft Servers
What is Poll Plugin?
Poll Plugin is a comprehensive polling system that allows server administrators and players to create, manage, and participate in polls directly within Minecraft. With an intuitive GUI interface and powerful management tools, this plugin makes it easy to gather community feedback and make server decisions.
Key Features
- Interactive GUI - Beautiful menu-based interface for creating and voting on polls
- Time-based Polls - Set expiration dates for polls (e.g., 1d, 2h, 30m)
- Multiple Choice Options - Create polls with multiple answer choices
- Real-time Results - View poll results and statistics instantly
- Admin Management - Full control over poll creation, modification, and deletion
- SQLite Storage - Reliable data storage for all poll information
Commands
Command |
Permission |
Description
/poll, /polls | poll.use | Open the poll list menu to view and vote on active polls
/poll list | poll.use | List all active polls in chat with detailed information
/poll info <pollId> | poll.use | Show detailed information about a specific poll
/createpoll <duration> <question> | poll.create | Create a new poll with specified duration and question
/poll close <pollId> | poll.close | Close a specific poll (make it inactive)
/poll remove <pollId> | poll.remove | Remove a poll completely from the database
Permissions
- poll.use - Allows players to view and vote on polls
- poll.create - Allows players to create new polls
- poll.close - Allows players to close active polls
- poll.remove - Allows players to delete polls from database
- poll.admin - Full administrative access to all poll features
Usage Examples
- Creating a Poll: /createpoll 2d "What should we add to the server?"
- Viewing Polls: /poll (opens GUI menu)
- Listing Polls: /poll list (shows all active polls in chat)
- Closing a Poll: /poll close poll123