SyVote

⭐ — (0 endorsements) 📥 21 downloads 📌 v1.0.0 📅 6/5/2026
🟡 Updated this year

By Shiyuan · economy

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/2/2026 📅 Created: 6/5/2026

🔍 Analysis

  • 🏆 #36 of 92 economy mods in this game by downloads

📋 About This Mod

# SyVote > A powerful Minecraft 1.21.x voting plugin, supporting Purpur / Paper, integrated with the Vault economy system. --- ## Features - **Player-Initiated Votes** — Regular players can launch server-wide votes on their own - **Vault Economy Integration** — Votes can be created with a configurable fee, automatically deducted from the player's balance - **Admin-Configurable Controls** — Administrators can freely toggle the player vote-creation permission and adjust the fee - **Server-Wide Broadcasts** — Support for broadcasting clickable vote links to all players - **Real-Time Vote Results** — Automatically publishes yes/no vote counts and percentages when a vote ends - **Hyperlink-Based Voting** — Players can quickly participate by clicking the hyperlink in chat - **Concurrent Votes** — Multiple votes can run simultaneously, with a configurable maximum number of active votes per player - **Granular Permissions** — Fine-grained permission nodes to flexibly control what each player can do --- ## Requirements | Item | Version | |------|---------| | Minecraft Server | 1.21.x | | Server Type | Purpur / Paper | | Java | 21+ | | Vault (Optional) | Any version | --- ## Installation 1. Download `SyVote-1.0.0.jar` 2. Place the jar file into the server's `plugins/` directory 3. Make sure (https://www.spigotmc.org/resources/vault.34315/) and an economy plugin (e.g. EssentialsX) are installed 4. Restart the server or run `/reload confirm` 5. Edit `plugins/SyVote/config.yml` to customize the configuration --- ## Commands ### Player Commands | Command | Description | Permission | |------|------|------| | `/syvote create <title> <description> ` | Create a new vote | `syvote.create` | | `/syvote vote <voteId> ` | Cast a vote on a specified vote | `syvote.use` | | `/syvote list` | List all active votes | `syvote.use` | | `/syvote info <voteId>` | View detailed information of a vote | `syvote.use` | | `/syvote help` | Show the help message | `syvote.use` | ### Admin Commands | Command | Description | Permission | |------|------|------| | `/syvote cancel <voteId>` | Forcefully cancel a specified vote | `syvote.admin` | | `/syvote broadcast <voteId>` | Send a vote notification (with a clickable link) to the entire server | `syvote.admin` | | `/syvote setcost <amount>` | Set the fee players must pay to create a vote | `syvote.admin` | | `/syvote togglecreate` | Enable/disable the player vote-creation feature | `syvote.admin` | | `/syvote reload` | Reload the configuration file | `syvote.admin` | > All commands can also be invoked with the aliases `/sv` or `/vote`. --- ## Permission Nodes | Permission | Default | Description | |------|------|------| | `syvote.use` | All players | Use basic voting features | | `syvote.create` | All players | Create votes (subject to the configuration toggle) | | `syvote.admin` | OP | Administrator permission, includes all sub-permissions | --- ## Configuration File ```yaml # Whether to allow players to create votes on their own allow-player-create: true # Fee for creating a vote (requires the Vault economy plugin) create-cost: 100.0 # Default vote duration (in minutes) default-duration: 10 # Maximum number of concurrent active votes per player max-active-votes: 3 # Whether to allow players to vote on votes they created allow-self-vote: false # Message prefix prefix: "&b &r" # Messages (color codes are supported) messages: no-permission: "&cYou do not have permission to perform this action!" no-vault: "&cVault economy plugin is not installed; economy features are unavailable!" insufficient-funds: "&cYou don't have enough balance; you need &e%cost% &cgold!" vote-created: "&aVote created successfully! Cost: &e%cost% &agold." vote-ended: "&eVote &6%title% &ehas ended!" vote-cancelled: "&cVote &6%title% &chas been cancelled!" already-voted: "&cYou have already voted!" self-vote-denied: "&cYou cannot vote on a vote you created!" vote-not-found: "&cVote not found!" no-active-votes: "&cThere are no active votes at the moment." max-votes-reached: "&cYou already have too many active votes!" player-create-disabled: "&cThe administrator has disabled the player vote-creation feature!" broadcast-message: "&6 &e%creator% &fstarted a vote: &6%title%" broadcast-hover: "&aClick to vote!" vote-success: "&aVote cast successfully!" vote-results: "&6===== Vote Results: %title% =====" vote-result-yes: "&aYes: %yes% (&f%yesPercent%%&a)" vote-result-no: "&cNo: %no% (&f%noPercent%%&c)" vote-result-total: "&eTotal votes: %total%" config-reloaded: "&aConfiguration reloaded!" create-cost-set: "&aVote creation cost has been set to &e%cost%" player-create-enabled: "&aPlayer vote-creation feature has been enabled!" player-create-disabled-msg: "&cPlayer vote-creation feature has been disabled!" ``` --- ## Usage Examples ### Create a Vote (Player) ``` /syvote create "Enable PVP?" "Should we enable the PVP featu

> A powerful Minecraft 1. 21.x voting plugin, supporting Purpur / Paper, integrated with the Vault economy system.

## Features

  • Player-Initiated Votes — Regular players can launch server-wide votes on their own
  • Vault Economy Integration — Votes can be created with a configurable fee, automatically deducted from the player's balance
  • Admin-Configurable Controls — Administrators can freely toggle the player vote-creation permission and adjust the fee
  • Server-Wide Broadcasts — Support for broadcasting clickable vote links to all players
  • Real-Time Vote Results — Automatically publishes yes/no vote counts and percentages when a vote ends
  • Hyperlink-Based Voting — Players can quickly participate by clicking the hyperlink in chat
  • Concurrent Votes — Multiple votes can run simultaneously, with a configurable maximum number of active votes per player
  • Granular Permissions — Fine-grained permission nodes to flexibly control what each player can do

## Requirements

| Item | Version | |------|---------| | Minecraft Server | 1. 21.x | | Server Type | Purpur / Paper | | Java | 21+ | | Vault (Optional) | Any version |

## Installation

1. Download `SyVote-1. 0. 0.jar` 2. Place the jar file into the server's `plugins/` directory 3. Make sure (https://www.spigotmc.org/resources/vault. 34315/) and an economy plugin (e.g. EssentialsX) are installed 4. Restart the server or run `/reload confirm` 5. Edit `plugins/SyVote/config.yml` to customize the configuration

## Commands

### Player Commands

| Command | Description | Permission | |------|------|------| | `/syvote create <description> ` | Create a new vote | `syvote.create` | | `/syvote vote <voteId> ` | Cast a vote on a specified vote | `syvote.use` | | `/syvote list` | List all active votes | `syvote.use` | | `/syvote info <voteId>` | View detailed information of a vote | `syvote.use` | | `/syvote help` | Show the help message | `syvote.use` |</p><p>### Admin Commands</p><p>| Command | Description | Permission | |------|------|------| | `/syvote cancel <voteId>` | Forcefully cancel a specified vote | `syvote.admin` | | `/syvote broadcast <voteId>` | Send a vote notification (with a clickable link) to the entire server | `syvote.admin` | | `/syvote setcost <amount>` | Set the fee players must pay to create a vote | `syvote.admin` | | `/syvote togglecreate` | Enable/disable the player vote-creation feature | `syvote.admin` | | `/syvote reload` | Reload the configuration file | `syvote.admin` |</p><p>> All commands can also be invoked with the aliases `/sv` or `/vote`.</p><p>## Permission Nodes</p><p>| Permission | Default | Description | |------|------|------| | `syvote.use` | All players | Use basic voting features | | `syvote.create` | All players | Create votes (subject to the configuration toggle) | | `syvote.admin` | OP | Administrator permission, includes all sub-permissions |</p><p>## Configuration File</p><p>```yaml # Whether to allow players to create votes on their own allow-player-create: true</p><p># Fee for creating a vote (requires the Vault economy plugin) create-cost: 100. 0</p><p># Default vote duration (in minutes) default-duration: 10</p><p># Maximum number of concurrent active votes per player max-active-votes: 3</p><p># Whether to allow players to vote on votes they created allow-self-vote: false</p><p># Message prefix prefix: "&b &r"</p><p># Messages (color codes are supported) messages: no-permission: "&cYou do not have permission to perform this action!" no-vault: "&cVault economy plugin is not installed; economy features are unavailable!" insufficient-funds: "&cYou don't have enough balance; you need &e%cost% &cgold!" vote-created: "&aVote created successfully! Cost: &e%cost% &agold." vote-ended: "&eVote &6%title% &ehas ended!" vote-cancelled: "&cVote &6%title% &chas been cancelled!" already-voted: "&cYou have already voted!" self-vote-denied: "&cYou cannot vote on a vote you created!" vote-not-found: "&cVote not found!" no-active-votes: "&cThere are no active votes at the moment." max-votes-reached: "&cYou already have too many active votes!" player-create-disabled: "&cThe administrator has disabled the player vote-creation feature!" broadcast-message: "&6 &e%creator% &fstarted a vote: &6%title%" broadcast-hover: "&aClick to vote!" vote-success: "&aVote cast successfully!" vote-results: "&6===== Vote Results: %title% =====" vote-result-yes: "&aYes: %yes% (&f%yesPercent%%&a)" vote-result-no: "&cNo: %no% (&f%noPercent%%&c)" vote-result-total: "&eTotal votes: %total%" config-reloaded: "&aConfiguration reloaded!" create-cost-set: "&aVote creation cost has been set to &e%cost%" player-create-enabled: "&aPlayer vote-creation feature has been enabled!" player-create-disabled-msg: "&cPlayer vote-creation feature has been disabled!" ```</p><p>## Usage Examples</p><p>### Create a Vote (Player)</p><p>``` /syvote create "Enable PVP?" "Should we enable the PVP featu</p></div><div class="ai-enrichment"><span class="ai-label">🤖 AI-enhanced — based on mod data</span></div></div></section> <section class="mod-stats"><h2>📊 Mod Details</h2><dl class="stats-grid"> <div><dt>Game</dt><dd>Minecraft Plugins</dd></div> <div><dt>Author</dt><dd>Shiyuan</dd></div> <div><dt>Version</dt><dd>1.0.0</dd></div> <div><dt>Downloads</dt><dd>21</dd></div> <div><dt>Endorsements</dt><dd>0</dd></div> <div><dt>Category</dt><dd>economy</dd></div> <div><dt>Created</dt><dd>6/5/2026</dd></div> <div><dt>Updated</dt><dd>6/2/2026</dd></div> <div><dt>Game Versions</dt><dd>1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4</dd></div> <div><dt>Tags</dt><dd>economy, social, utility</dd></div> </dl></section> <section class="mod-install"><h2>🔧 How to Install Minecraft Plugins Mods</h2><div class="install-content"><p>Download from Modrinth. Use Prism Launcher or drop into your mods folder.</p><p>📖 <a href="/minecraft-plugins/install/" style="color:var(--accent);font-weight:600">Full step-by-step install guide for Minecraft Plugins →</a></p><p>Visit the <a href="https://modrinth.com/mod/syvote" rel="nofollow noopener" target="_blank">official mod page</a> for specific installation instructions for this mod.</p><p style="margin-top:.5rem;font-size:.85rem">🎮 Need cheat codes or console commands? Check <a href="https://urgamingwiki.com/" target="_blank" rel="noopener">ur gaming wiki</a> for Minecraft Plugins commands, item IDs, and more.</p></div></section> <section class="mod-faq"><h2>❓ Frequently Asked Questions</h2><details class="faq-item" open><summary>Which Minecraft Plugins versions does SyVote support?</summary><p>The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.</p></details><details class="faq-item"><summary>What is the latest version of SyVote?</summary><p>Version 1.0.0, published 2026-06-02 with 21 downloads recorded at the source.</p></details></section> <section class="mod-related"><h2>🔗 You Might Also Like</h2><div class="related-group"><h4>👤 More by Shiyuan</h4><div class="related-grid"><a href="/minecraft-plugins/syidchange/" class="related-mod-link"><span class="related-mod-name">SyIDChange</span><span class="related-mod-meta">27 dl · management</span></a><a href="/minecraft-plugins/sybroadcast/" class="related-mod-link"><span class="related-mod-name">SyBroadcast</span><span class="related-mod-meta">25 dl · management</span></a><a href="/minecraft-plugins/syai/" class="related-mod-link"><span class="related-mod-name">SyAI</span><span class="related-mod-meta">17 dl · game-mechanics</span></a><a href="/minecraft-plugins/aiserverhost/" class="related-mod-link"><span class="related-mod-name">AIServerHost</span><span class="related-mod-meta">17 dl · game-mechanics</span></a></div></div><div class="related-group"><h4>📦 More economy Mods</h4><div class="related-grid"><a href="/minecraft-plugins/royalauctions/" class="related-mod-link"><span class="related-mod-name">RoyalAuctions</span><span class="related-mod-meta">44 dl · economy</span></a><a href="/minecraft-plugins/royalbank/" class="related-mod-link"><span class="related-mod-name">RoyalBank</span><span class="related-mod-meta">39 dl · economy</span></a><a href="/minecraft-plugins/max-health-currency-mhs/" class="related-mod-link"><span class="related-mod-name">MH$</span><span class="related-mod-meta">31 dl · economy</span></a><a href="/minecraft-plugins/nospawnerexp/" class="related-mod-link"><span class="related-mod-name">nospawnerexp</span><span class="related-mod-meta">31 dl · economy</span></a></div></div><div class="related-group"><h4>🔎 Similar Mods (by tags)</h4><div class="related-grid"><a href="/minecraft-plugins/comercioplus/" class="related-mod-link"><span class="related-mod-name">ComercioPlus</span><span class="related-mod-meta">18 dl · bukkit</span></a><a href="/minecraft-plugins/playercredit/" class="related-mod-link"><span class="related-mod-name">PlayerCredit</span><span class="related-mod-meta">14 dl · bukkit</span></a><a href="/minecraft-plugins/synix/" class="related-mod-link"><span class="related-mod-name">Synix</span><span class="related-mod-meta">19 dl · bukkit</span></a><a href="/minecraft-plugins/neomoderation/" class="related-mod-link"><span class="related-mod-name">NeoModeration</span><span class="related-mod-meta">38 dl · bukkit</span></a></div></div><div class="related-group"><h4>🔥 Popular in Minecraft Plugins</h4><div class="related-grid"><a href="/minecraft-plugins/death-swap/" class="related-mod-link"><span class="related-mod-name">Death Swap</span><span class="related-mod-meta">1,764 dl · bukkit</span></a><a href="/minecraft-plugins/enderdash-agent/" class="related-mod-link"><span class="related-mod-name">EnderDash Agent</span><span class="related-mod-meta">650 dl · bukkit</span></a><a href="/minecraft-plugins/grim-anticheat/" class="related-mod-link"><span class="related-mod-name">Grim Anticheat</span><span class="related-mod-meta">662,005 dl · bukkit</span></a><a href="/minecraft-plugins/extrastorage/" class="related-mod-link"><span class="related-mod-name">ExtraStorage</span><span class="related-mod-meta">218 dl · adventure</span></a></div></div></section> <section style="text-align:center;padding:1.5rem 0;border-top:1px solid var(--border);margin-top:1rem"> <p style="color:var(--text-muted);font-size:.85rem;margin-bottom:.75rem">Keep browsing — more Minecraft Plugins mods await</p> <div style="display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center"> <a href="/minecraft-plugins/" class="btn-secondary">📋 All Minecraft Plugins Mods</a> <a href="/minecraft-plugins/top/" class="btn-secondary">🏆 Top 25</a> <a href="/minecraft-plugins/c/economy/" class="btn-secondary">📂 More economy</a> <a href="/minecraft-plugins/author/Shiyuan/" class="btn-secondary">👤 More by Shiyuan</a> <a href="/minecraft-plugins/syvote/similar/" class="btn-secondary">🔎 Similar Mods</a> <a href="/best/economy/" class="btn-secondary">🌐 Best economy (All Games)</a> <a href="/minecraft-plugins/compat-check/?a=syvote" class="btn-secondary">🔀 Check Compatibility</a> <a href="/compare/" class="btn-secondary">⚖️ Compare Mods</a> <a href="/new/" class="btn-secondary">🆕 New Mods</a> </div> </section> </article> <div id="collModal" style="display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:9999;align-items:center;justify-content:center"> <div style="background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:1.25rem;width:380px;max-width:92vw"> <h3 style="color:#fff;margin:0 0 .75rem">➕ Add to Collection</h3> <div id="collList" style="max-height:240px;overflow:auto;margin-bottom:.75rem"></div> <div style="display:flex;gap:.5rem;margin-bottom:.75rem"> <input id="newCollName" placeholder="New collection name" style="flex:1;background:#111;border:1px solid #333;border-radius:6px;padding:.5rem;color:#fff"> <button onclick="createColl()" style="background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.5rem .75rem;cursor:pointer;font-weight:600;white-space:nowrap">Create</button> </div> <div style="display:flex;justify-content:flex-end"><button onclick="document.getElementById('collModal').style.display='none'" style="background:#333;color:#ccc;border:none;border-radius:6px;padding:.4rem .75rem;cursor:pointer">Close</button></div> </div> </div> <script> (function(){ var CUR={k:"syvote",t:"SyVote",gs:"minecraft-plugins",d:21,e:0,p:"https://cdn.modrinth.com/data/AMyltgJA/c5c74a6fb8718e2bd477bf047c045ed3cefa8bdd_96.webp"}; function uuid(){var u=localStorage.getItem('dm_uuid');if(!u){u=(window.crypto&&crypto.randomUUID?crypto.randomUUID():'u'+Math.random().toString(36).slice(2)+Date.now().toString(36));localStorage.setItem('dm_uuid',u)}return u} function colls(){try{return JSON.parse(localStorage.getItem('dm_colls')||'[]')}catch(e){return[]}} function saveColls(c){localStorage.setItem('dm_colls',JSON.stringify(c))} function post(path,body){return fetch(path,{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(Object.assign({uuid:uuid()},body))}).then(function(r){return r.json()})} window.openCollModal=function(){ var c=colls();var box=document.getElementById('collList'); box.innerHTML=c.length?c.map(function(x){return '<button onclick="addToColl(''+x.id+'')" style="display:block;width:100%;text-align:left;background:#222;border:1px solid #333;border-radius:6px;padding:.6rem .75rem;margin-bottom:.4rem;color:#ddd;cursor:pointer">📦 '+x.name.replace(/</g,'<')+'</button>'}).join(''):'<p style="color:#888;font-size:.85rem">No collections yet. Create one below.</p>'; document.getElementById('collModal').style.display='flex'; }; window.createColl=function(){ var n=document.getElementById('newCollName').value.trim();if(!n)return; post('/api/collection/create',{name:n,game:"Minecraft Plugins"}).then(function(col){ if(col.error){alert(col.error);return} var c=colls();c.push(col);saveColls(c); addToColl(col.id); }); }; window.addToColl=function(id){ post('/api/collection/add',{collId:id,mod:CUR}).then(function(r){ if(r.error){alert(r.error);return} alert('Added to collection ('+r.count+' mods)'); document.getElementById('collModal').style.display='none'; }); }; })(); </script> </main><footer class="site-footer"><div class="footer-inner"> <div class="footer-col"><h3>Top Games</h3><ul> <li><a href="/news/">Modding News</a></li> <li><a href="/skyrim/">Skyrim Mods</a></li><li><a href="/fallout-4/">Fallout 4 Mods</a></li> <li><a href="/cyberpunk-2077/">Cyberpunk 2077 Mods</a></li> <li><a href="/baldurs-gate-3/">BG3 Mods</a></li> <li><a href="/stardew-valley/">Stardew Valley Mods</a></li> </ul></div> <div class="footer-col"><h3>More Games</h3><ul> <li><a href="/starfield/">Starfield Mods</a></li><li><a href="/witcher-3/">Witcher 3 Mods</a></li> <li><a href="/elden-ring/">Elden Ring Mods</a></li><li><a href="/rdr2/">RDR2 Mods</a></li> <li><a href="/gta-v/">GTA V Mods</a></li> </ul></div> <div class="footer-col"><h3>Discover</h3><ul> <li><a href="/search">Search Mods</a></li><li><a href="/skyrim/">Skyrim Mods</a></li><li><a href="/new/">New Mods</a></li><li><a href="/players/">Live Player Counts</a></li><li><a href="/servers/">Game Servers</a></li><li><a href="/blog/">Modding Blog</a></li><li><a href="https://urgamingwiki.com/" target="_blank" rel="noopener">🎮 Gaming Wiki →</a></li> </ul></div> </div><div class="footer-bottom"><p>© 2026 discovermods.com — Not affiliated with any game publisher. All trademarks belong to their respective owners.</p></div></footer> <script>(function(){var p=null;function show(e){var c=e.target.closest('.mod-card');if(!c)return;var im=c.querySelector('.mod-card-img img');if(!im||!im.src)return;if(!p){p=document.createElement('div');p.className='mod-preview';document.body.appendChild(p);}var t=c.querySelector('h3'),m=c.querySelector('.mod-card-meta');p.innerHTML='<img src="'+im.src+'"><div class="mp-title">'+(t?t.textContent:'')+'</div><div class="mp-meta">'+(m?m.textContent:'')+'</div>';p.style.opacity='1';}function move(e){if(p){p.style.left=(e.clientX+18)+'px';p.style.top=Math.max(8,e.clientY-20)+'px';}}function hide(e){if(e.target.closest('.mod-card')){if(p)p.style.opacity='0';}}document.addEventListener('mouseover',show);document.addEventListener('mousemove',move);document.addEventListener('mouseout',hide);})();</script><script>window.toggleNsfw=function(on){document.querySelectorAll('[data-nsfw="1"]').forEach(function(el){el.style.display=on?'':'none';});};document.querySelectorAll('[data-nsfw="1"]').forEach(function(el){el.style.display='none';});</script></body></html>