{"id":167725,"date":"2026-06-09T22:12:22","date_gmt":"2026-06-09T19:12:22","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/"},"modified":"2026-06-09T22:12:22","modified_gmt":"2026-06-09T19:12:22","slug":"votify","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/","title":{"rendered":"Votify"},"content":{"rendered":"<p># Votify<\/p>\n<p>**Votify** is a high-performance, customizable voting management plugin for Minecraft servers. Developed by **ImJopeh** at **Mapple Studio**, Votify streamlines the connection between your server and voting websites, ensuring your players are rewarded instantly and your community remains engaged.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Key Features<\/p>\n<p>* **NuVotifier Integration**: Seamlessly listen to incoming votes from any website supported by NuVotifier.<br \/>\n* **Dynamic Leaderboards**: Built-in support for Top Voter leaderboards with full **PlaceholderAPI** integration.<br \/>\n* **Per-Website Rewards**: Incentivize specific voting sites by customizing unique rewards for each one.<br \/>\n* **Monthly Automation**: Hands-free management with automated monthly resets and Top Voter logging.<br \/>\n* **Discord Webhooks**: Keep your community informed with automated Top Voter announcements sent directly to your Discord server.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0 Installation<\/p>\n<p>1. **Prerequisites**: Ensure you have NuVotifier installed and configured on your server.<br \/>\n2. **Download**: Grab the latest `.jar` from the Releases page.<br \/>\n3. **Deploy**: Place the file into your server&#8217;s `\/plugins\/` directory.<br \/>\n4. **Launch**: Restart your server to generate the configuration files.<br \/>\n5. **Configure**: Edit `config.yml` to set up your rewards and Discord Webhook URL.<\/p>\n<p>## \ud83e\uddf1 Dependencies<\/p>\n<p>To ensure **Votify** functions correctly, please check the following requirements:<\/p>\n<p>### \ud83d\udd34 Required (Must Install)<br \/>\n* **NuVotifier**: Required to listen to vote notifications from server listing websites.<\/p>\n<p>### \ud83d\udfe2 Optional (Highly Recommended)<br \/>\n* **PlaceholderAPI**: Required if you want to display Top Voter statistics on leaderboards, scoreboards, or holograms.<\/p>\n<p>&#8212;<br \/>\n## \ud83d\udcca Placeholders<\/p>\n<p>Integrate Votify data into your Scoreboards, TAB, or Holograms using **PlaceholderAPI**:<\/p>\n<p>### Global Statistics<\/p>\n<p>| Placeholder | Description |<br \/>\n| &#8212; | &#8212; |<br \/>\n| `%Votify_total%` | Total votes accumulated by the entire server |<br \/>\n| `%Votify_alltimetotal%` | Total server votes over the last 6 months |<br \/>\n| `%Votify_lastmonthtotal%` | Total server votes from the previous month |<br \/>\n| `%Votify_TimeUntilDayReset%` | Time remaining until the daily vote reset |<\/p>\n<p>### Player Statistics<\/p>\n<p>| Placeholder | Description |<br \/>\n| &#8212; | &#8212; |<br \/>\n| `%Votify_Total_AllTime%` | Player&#8217;s personal total votes (6-month period) |<br \/>\n| `%Votify_Total_Monthly%` | Player&#8217;s personal total votes for the current month |<br \/>\n| `%Votify_Total_Weekly%` | Player&#8217;s personal total votes for the current week |<br \/>\n| `%Votify_BestWeeklyTotal%` | Player&#8217;s highest weekly vote record |<br \/>\n| `%Votify_BestMonthlyTotal%` | Player&#8217;s highest monthly vote record |<br \/>\n| `%Votify_MonthVoteStreak%` | Player&#8217;s current monthly voting streak |<br \/>\n| `%Votify_BestMonthVoteStreak%` | Player&#8217;s all-time best monthly voting streak |<br \/>\n| `%Votify_Top_All_Position%` | Player&#8217;s current rank in the 6-month leaderboard |<br \/>\n| `%Votify_Top_Month_Position%` | Player&#8217;s current rank in the monthly leaderboard |<br \/>\n| `%Votify_Top_Week_Position%` | Player&#8217;s current rank in the weekly leaderboard |<\/p>\n<p>### Leaderboard Data<\/p>\n<p>| Placeholder | Description |<br \/>\n| &#8212; | &#8212; |<br \/>\n| `%Votify_Top_All_<number>_name%` | Name of the voter at specific rank (6-month) |<br \/>\n| `%Votify_Top_All_<number>_votes%` | Vote count of the voter at specific rank (6-month) |<br \/>\n| `%Votify_Top_Month_<number>_name%` | Name of the voter at specific rank (Monthly) |<br \/>\n| `%Votify_Top_Month_<number>_votes%` | Vote count of the voter at specific rank (Monthly) |<br \/>\n| `%Votify_Top_Week_<number>_name%` | Name of the voter at specific rank (Weekly) |<br \/>\n| `%Votify_Top_Week_<number>_votes%` | Vote count of the voter at specific rank (Weekly) |<\/p>\n<p>### Vote Party<\/p>\n<p>| Placeholder | Description |<br \/>\n| &#8212; | &#8212; |<br \/>\n| `%Votify_VotePartyContributedVotes%` | Number of votes the player has contributed to the current party |<br \/>\n| `%Votify_VotePartyVotesCurrent%` | Current amount of votes collected for the Vote Party |<br \/>\n| `%Votify_VotePartyVotesNeeded%` | Remaining votes needed to trigger the Vote Party |<br \/>\n| `%Votify_VotePartyVotesRequired%` | Total votes required to start a Vote Party |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Configuration Preview<\/p>\n<p>&#8220;`yaml<br \/>\n# Votify Configuration<\/p>\n<p># The name of your server, used in some messages.<br \/>\nserver-name: My Awesome Server<\/p>\n<p># Enable or disable debug messages in the console.<br \/>\ndebug: false<\/p>\n<p># Login Delay (in seconds)<br \/>\n# Time to wait after a player joins before giving pending rewards.<br \/>\n# Increase this if you use an Authentication plugin (e.g., AuthMe) to prevent item loss.<br \/>\nlogin-delay: 5<\/p>\n<p># Discord Webhook Configuration<br \/>\ndiscord:<br \/>\n  enabled: false<br \/>\n  webhook-url: https:\/\/discord.com\/api\/webhooks\/&#8230;<br \/>\n  top-voter-embed:<br \/>\n    title: \ud83c\udfc6 Monthly Top Voters \ud83c\udfc6<br \/>\n    description: Here are the top voters for the month of %month%!<br \/>\n    color: 16776960 # Yellow\/Gold<br \/>\n    footer: Votify System<\/p>\n<p># System Data (Do not edit manually)<br \/>\ndata:<br \/>\n  last-month: 1<\/p>\n<p># Messages<br \/>\nmessages:<br \/>\n  prefix: &#8216;&#038;8[&#038;bVotify&#038;8] &#038;r&#8217;<br \/>\n  vote-received: &#8216;%prefix% &#038;aThanks, &#038;e%player%&#038;a, for voting on &#038;e%service%&#038;a!&#8217;<br \/>\n  player-not-found: &#8216;%prefix% &#038;cPlayer %player% not found.&#8217;<br \/>\n  no-permission: &#8216;%prefix% &#038;cYou don&#8221;t have permission to use this command.&#8217;<br \/>\n  reload: &#8216;%prefix% &#038;aConfiguration reloaded successfully.&#8217;<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A powerful voting management tool for Minecraft servers featuring automated monthly leaderboards, customizable rewards, and Discord webhook integration.<\/p>\n","protected":false},"featured_media":167726,"template":"","meta":{"_minecraft_slug":"votify","_minecraft_project_id":"yflUM40S","_minecraft_author":"ImJopeh","_minecraft_license":"Apache-2.0","_minecraft_downloads":22,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"votify.zip","_minecraft_size_bytes":47488,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:25:29.277989Z","_minecraft_date_created":"2026-04-10T21:04:42.751915Z","_minecraft_date_modified":"2026-03-25T05:30:42.158489Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/votify","_minecraft_icon_attachment_id":167726,"_minecraft_imported_at":"2026-06-09T19:12:22+00:00","_minecraft_import_hash":"8d513eb6fb10bff7c90c2d74fdee938d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[866,127,129,92],"mod_loader":[132,134],"minecraft_version":[118,119,120,46,47,48,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-167725","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-minigame","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Votify - 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\/votify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Votify - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful voting management tool for Minecraft servers featuring automated monthly leaderboards, customizable rewards, and Discord webhook integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/votify\/\" \/>\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\\\/votify\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/votify\\\/\",\"name\":\"Votify - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/votify\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/votify\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/votify-icon-fea14ec83242317acc3dc9604737182758f91451_96.webp\",\"datePublished\":\"2026-06-09T19:12:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/votify\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/votify\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/votify\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/votify-icon-fea14ec83242317acc3dc9604737182758f91451_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/votify-icon-fea14ec83242317acc3dc9604737182758f91451_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/votify\\\/#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\":\"Votify\"}]},{\"@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":"Votify - 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\/votify\/","og_locale":"en_US","og_type":"article","og_title":"Votify - Minecraft","og_description":"A powerful voting management tool for Minecraft servers featuring automated monthly leaderboards, customizable rewards, and Discord webhook integration.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/","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\/votify\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/","name":"Votify - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/votify-icon-fea14ec83242317acc3dc9604737182758f91451_96.webp","datePublished":"2026-06-09T19:12:22+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/votify\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/votify-icon-fea14ec83242317acc3dc9604737182758f91451_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/votify-icon-fea14ec83242317acc3dc9604737182758f91451_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/votify\/#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":"Votify"}]},{"@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\/167725","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\/167726"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=167725"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=167725"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=167725"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=167725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}