{"id":99212,"date":"2026-06-05T19:48:02","date_gmt":"2026-06-05T16:48:02","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/"},"modified":"2026-06-05T19:48:02","modified_gmt":"2026-06-05T16:48:02","slug":"mc-voting-polls","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/","title":{"rendered":"mc-voting-polls"},"content":{"rendered":"<p>Testet only on mc version 1.21.11<\/p>\n<p>flexible in-game voting and polling system for Bukkit\/Spigot\/Paper servers.<br \/>\nAdmins can create command-based polls, while regular players can create restricted, silent polls from admin-approved templates. Polls are displayed in a GUI, support repetition, reminders, persistence, and multilingual messages.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>* In-game YES \/ NO voting<br \/>\n* Admin-controlled polls with full configuration<br \/>\n* Player-created polls limited to whitelisted templates<br \/>\n* Optional repeating polls<br \/>\n* Silent polls (no broadcast or reminders)<br \/>\n* GUI-based poll list and detailed view<br \/>\n* Persistent storage (survives restarts)<br \/>\n* Configurable reminders<br \/>\n* Language and message customization<br \/>\n* Vote history tracking<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Place the plugin JAR into the `plugins\/` folder<br \/>\n2. Start the server once to generate config files<br \/>\n3. Configure:<\/p>\n<p>   * `config.yml`<br \/>\n   * `lang.yml`<br \/>\n   * `polls.yml`<br \/>\n   * `history.yml`<br \/>\n4. Reload configuration with:<\/p>\n<p>   &#8220;`<br \/>\n   \/votepoll reload<br \/>\n   &#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Core Concepts<\/p>\n<p>### Poll<\/p>\n<p>A poll represents a vote with the following properties:<\/p>\n<p>* Unique ID (random or specified)<br \/>\n* Display name<br \/>\n* Description<br \/>\n* Console command to execute on success<br \/>\n* Duration (seconds)<br \/>\n* Minimum YES \/ NO votes<br \/>\n* Optional repeat interval<br \/>\n* Silent flag<br \/>\n* Creator (player, admin, or console)<\/p>\n<p>Supported command placeholders:<\/p>\n<p>* `{target}`<br \/>\n* `{creator}`<\/p>\n<p>&#8212;<\/p>\n<p>### Templates (`customCommands`)<\/p>\n<p>Poll templates defined in `config.yml`.<br \/>\nThey are reusable and safe predefined commands.<\/p>\n<p>Only templates listed in `playerAllowedCommands` can be used by non-admin players.<\/p>\n<p>&#8212;<\/p>\n<p>### Player-Created Polls<\/p>\n<p>* Can only be created from allowed templates<br \/>\n* Always receive a random poll ID<br \/>\n* Always silent<br \/>\n* No global notifications or reminders<br \/>\n* Visible only via GUI<\/p>\n<p>Example:<\/p>\n<p>&#8220;`<br \/>\n\/votepoll add example_ban &#8211;target=RareHuman<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>### Admin-Created Polls<\/p>\n<p>* Full control over all poll parameters<br \/>\n* Can broadcast to players<br \/>\n* Can send reminders<br \/>\n* Can be repeating or silent<br \/>\n* Can specify custom IDs<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>### Player Commands<\/p>\n<p>Open poll GUI:<\/p>\n<p>&#8220;`<br \/>\n\/votepoll<br \/>\n&#8220;`<br \/>\nPreview the poll info:<\/p>\n<p>&#8220;`<br \/>\n\/preview <id><br \/>\n&#8220;`<\/p>\n<p>Create a poll from an allowed template:<\/p>\n<p>&#8220;`<br \/>\n\/votepoll add <templateId> [&#8211;target=PLAYER]<br \/>\n&#8220;`<\/p>\n<p>Vote on a poll:<\/p>\n<p>&#8220;`<br \/>\n\/vote <pollId> yes<br \/>\n\/vote <pollId> no<br \/>\n&#8220;`<\/p>\n<p>Toggle reminders:<\/p>\n<p>&#8220;`<br \/>\n\/votepoll notify on<br \/>\n\/votepoll notify off<br \/>\n&#8220;`<\/p>\n<p>Set language:<\/p>\n<p>&#8220;`<br \/>\n\/votelang <languageCode><br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>### Admin Commands (`votepoll.admin` or OP)<\/p>\n<p>Create a poll:<\/p>\n<p>&#8220;`<br \/>\n\/votepoll add [id] <duration> <minYes> <minNo> &#8220;<display>&#8221; <command> [flags]<br \/>\n&#8220;`<\/p>\n<p>Supported flags:<\/p>\n<p>* `&#8211;target=PLAYER`<br \/>\n* `&#8211;repeat`<br \/>\n* `&#8211;repeat=SECONDS`<br \/>\n* `&#8211;interval=SECONDS`<br \/>\n* `&#8211;silent`<br \/>\n* `&#8211;display=NAME`<\/p>\n<p>Examples:<\/p>\n<p>&#8220;`<br \/>\n\/votepoll add banVote 300 5 3 &#8220;Ban toxic player&#8221; ban {target} &#8211;target=BadPlayer<br \/>\n\/votepoll add 600 4 2 &#8220;Restart server?&#8221; restart &#8211;silent<br \/>\n&#8220;`<\/p>\n<p>Other admin commands:<\/p>\n<p>&#8220;`<br \/>\n\/votepoll cancel <id><br \/>\n\/votepoll reload<br \/>\n\/votepoll preview <id><br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## GUI<\/p>\n<p>### Active Votes GUI<\/p>\n<p>* Lists all active polls<br \/>\n* Displays full poll information:<\/p>\n<p>  * Name<br \/>\n  * Description<br \/>\n  * Command<br \/>\n  * End date<br \/>\n  * Creator<br \/>\n  * Required YES \/ NO votes<br \/>\n  * Poll ID<br \/>\n  * Time remaining<br \/>\n  * Vote command<\/p>\n<p>### Poll Detail GUI<\/p>\n<p>* Shows the same information as notifications<br \/>\n* Includes YES and NO voting buttons<\/p>\n<p>&#8212;<\/p>\n<p>## Notifications and Reminders<\/p>\n<p>* Admin-created polls:<\/p>\n<p>  * Broadcast on creation<br \/>\n  * Periodic reminders based on `reminderIntervalSeconds`<br \/>\n* Player-created polls:<\/p>\n<p>  * Never broadcast<br \/>\n  * Never send reminders<br \/>\n* Players can opt out of reminders individually<\/p>\n<p>&#8212;<\/p>\n<p>## Persistence<\/p>\n<p>* `polls.yml` stores active polls<br \/>\n* `history.yml` stores completed polls<br \/>\n* Polls resume correctly after server restart<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration Example<\/p>\n<p>&#8220;`yaml<br \/>\nreminderIntervalSeconds: 1800<br \/>\ndefaultRepeatIntervalSeconds: 60<\/p>\n<p>playerAllowedCommands:<br \/>\n  &#8211; &#8220;example_ban&#8221;<\/p>\n<p>customCommands:<br \/>\n  &#8211; id: &#8220;example_ban&#8221;<br \/>\n    display: &#8220;Ban example player&#8221;<br \/>\n    description: &#8220;Ban a player for breaking rules&#8221;<br \/>\n    command: &#8220;ban {target} Breaking server rules&#8221;<br \/>\n    durationSeconds: 300<br \/>\n    minYes: 5<br \/>\n    minNo: 3<br \/>\n    repeat: false<br \/>\n    repeatIntervalSeconds: 0<\/p>\n<p>messages:<br \/>\n  usage_votepoll: &#8220;&#038;cUsage: \/votepoll add|cancel|list|reload|notify&#8221;<br \/>\n  no_permission: &#8220;&#038;cYou don&#8217;t have permission to do that.&#8221;<br \/>\n  usage_cancel: &#8220;&#038;cUsage: \/votepoll cancel <id>&#8221;<br \/>\n  unknown_subcommand: &#8220;&#038;cUnknown subcommand.&#8221;<br \/>\n  vote_failed: &#8220;&#038;cUnable to vote.&#8221;<br \/>\n  poll_canceled: &#8220;&#038;cVote canceled: &#038;6{display} (id: {id})&#8221;<br \/>\n  broadcast_new_poll: &#8220;&#038;aNew vote created: &#038;6{display} &#038;f(id: {id})&#8221;<br \/>\n  vote_passed: &#8220;&#038;aVote passed: &#038;6{display}&#8221;<br \/>\n  vote_failed: &#8220;&#038;cVote failed: &#038;6{display}&#8221;<br \/>\n  vote_passed_majority: &#8220;&#038;aVote passed (majority): &#038;6{display}&#8221;<br \/>\n  vote_failed_majority: &#8220;&#038;cVote failed (majority): &#038;6{display}&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission       | Description                               |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;- | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| `votepoll.admin` | Full administrative access                |<br \/>\n| none             | Required for voting and allowed templates |<\/p>\n<p>&#8212;<\/p>\n<p>## Important Behavior<\/p>\n<p>* Players receive a permission error if the template is not listed in `playerAllowedCommands`<br \/>\n* Player-created polls are silent by design<br \/>\n* If a repeating poll has no valid interval, `defaultRepeatIntervalSeconds` is used<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>flexible in-game voting and polling system for Bukkit\/Spigot\/Paper servers. Admins can create command-based polls, while regular players can create restricted, silent polls from admin-approved templates.<\/p>\n","protected":false},"featured_media":99213,"template":"","meta":{"_minecraft_slug":"mc-voting-polls","_minecraft_project_id":"bqJglybz","_minecraft_author":"micegan","_minecraft_license":"MIT","_minecraft_downloads":25,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mc-voting-polls.zip","_minecraft_size_bytes":49946,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:20:55.169203Z","_minecraft_date_created":"2026-01-30T04:56:42.762105Z","_minecraft_date_modified":"2026-01-29T17:08:20.608573Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mc-voting-polls","_minecraft_icon_attachment_id":99213,"_minecraft_imported_at":"2026-06-05T16:48:03+00:00","_minecraft_import_hash":"5eac8f1f3344e45bf1df2a14ed0daa0f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[41],"class_list":["post-99212","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21-11"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>mc-voting-polls - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"mc-voting-polls - Minecraft\" \/>\n<meta property=\"og:description\" content=\"flexible in-game voting and polling system for Bukkit\/Spigot\/Paper servers. Admins can create command-based polls, while regular players can create restricted, silent polls from admin-approved templates.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mc-voting-polls\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mc-voting-polls\\\/\",\"name\":\"mc-voting-polls - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mc-voting-polls\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mc-voting-polls\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mc-voting-polls-icon-3d11442718870a25b6bf509c0cefe03b0fddade3_96.webp\",\"datePublished\":\"2026-06-05T16:48:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mc-voting-polls\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mc-voting-polls\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mc-voting-polls\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mc-voting-polls-icon-3d11442718870a25b6bf509c0cefe03b0fddade3_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mc-voting-polls-icon-3d11442718870a25b6bf509c0cefe03b0fddade3_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mc-voting-polls\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"mc-voting-polls\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"mc-voting-polls - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/","og_locale":"en_US","og_type":"article","og_title":"mc-voting-polls - Minecraft","og_description":"flexible in-game voting and polling system for Bukkit\/Spigot\/Paper servers. Admins can create command-based polls, while regular players can create restricted, silent polls from admin-approved templates.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/","name":"mc-voting-polls - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mc-voting-polls-icon-3d11442718870a25b6bf509c0cefe03b0fddade3_96.webp","datePublished":"2026-06-05T16:48:02+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mc-voting-polls-icon-3d11442718870a25b6bf509c0cefe03b0fddade3_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mc-voting-polls-icon-3d11442718870a25b6bf509c0cefe03b0fddade3_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mc-voting-polls\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"mc-voting-polls"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/99212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/99213"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=99212"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=99212"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=99212"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=99212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}