> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.sparkedhost.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Setup Votifier on a Minecraft Server

${youtube}[](tsEogZuDig0)


Votifier is a Minecraft server plugin that rewards players for voting for your server on listing sites. It helps boost your server’s visibility by encouraging players to vote daily in exchange for in-game perks, items, or ranks. Votifier works by listening for vote notifications from sites like MinecraftServers.org, then triggering a response based on how you configure it.

Don't already host with us? 10,000+ server owners trust Sparked Host for lag-free Minecraft worlds. [Claim your server savings](https://sparkedhost.com/minecraft-server-hosting?utm_source=referral&utm_medium=knowledge_base&utm_campaign=kb_redirect&utm_content=intro) to get higher performance at less $ per month.

Here’s what Votifier can do:

* Detect and process player votes automatically
    
* Reward players with items, commands, or messages
    
* Integrate with other plugins like GAListener or NuVotifier
    
* Help grow your server’s popularity and community engagement

It’s a win-win: players get rewards, and your server gets noticed.

We will be using NuVotifier instead of the original Votifier plugin as NuVotifier has been updated to work with later versions of Minecraft.  NuVotifier is a fork of the original plugin, Votifier.

### How to Install Votifier Plugin

To install the Votifier Plugin for your Minecraft server: 


1. Firstly, Download the plugin from the [spigot website](https://www.spigotmc.org/resources/nuvotifier.13449/).

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/download_k74ow5.png)

2. You will also need a “Vote Listener”. NuVotifier does not include any listeners by default. In this case, we will be using “SuperbVote” as our listener which you are able to download [here](https://www.spigotmc.org/resources/superbvote.11626/).

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/download2_6t1aj7.png)

3. Upload both plugins to the “plugins” folder. The plugins folder is located in the root directory of the server. Usually where the server.jar is located at.

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/plugins_kcbu0c.png)

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/installed_1gr6v0k.png)

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/installed2_1m37svi.png)

4. Restart the server in the “Console” tab on the left-hand side of the panel. We do not recommend reloading the server as it may cause issues!

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/restart_35h8ki.png)

### Configuring Votifier 
To configure Votifier on your Minecraft server: 

1. Click on “Network” on the left-hand side of the Apollo Panel.

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/network_1ne10zt.png)

Click on “Create Allocation”. This will create an open port for votifier to use.

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/port_hrmh8g.png)

2. Next, Head back into the “File Manager” then into the “Plugins” folder, and finally into the `Votifier` folder and find the `config.yml` file.

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/folder_hptpts.png)

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/config_358zvc.png)

3. Find the line `port:`. Replace the default port (8192) with the port which had been assigned to the server under the “Network” tab. If you have forgotten the port, simply check again under the “Network” tab. In this case, We will change the port to `25615`.

![Before](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/before_udecn.png)

![After](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/after_99087u.png)

4. Next, Head over to a server listing website. In this example, we are going to be adding our server on Minecraft servers.org. Most websites will require you to create an account. Once created, Click “Add a Server”. You will be presented with a form that you will need to fill out. You will need to fill out the following:

* Server Name (e.g MyVotifServer)
* IP of the server (e.g 78.108.xxx.xx)
* Server Port (e.g 28017)
* Website (Optional)
* Discord (Optional)
* Country (Optional)
* Banner
* Description
* Tags
* Youtube Video / Ad (Optional)

Click the “Enable Votifier” check box. Another form will pop up for you to fill out the information about Votifier. Enter the following:

* Votifier IP (Same as IP of the server)
* Votifier Port (e.g 25615)
* Votifier Public Key - The public key is located in the “rsa” folder inside the “Votifier” plugin folder. Open the contents of the public key. Then copy the contents and paste it into the “Votifier Public Key” form box.

Overall, The filled out form should be looking similar to this:

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/addserver1_18c8r9x.png)

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/addserver2_569dih.png)

To check that you have entered your Votifier information correctly, Click “Send Test Vote”. If the test has been successful, You should see the plugin responding back in the server console. 

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/testvote_wavkg1.png)

Finally, Click “Add” to complete the setup on minecraftservers.org.

5. Want to reward your players for voting? **(OPTIONAL)**

Head over to the “SuperbVote” folder and find the “config.yml” 

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/config_tk3z5t.png)

Find the line `rewards:`. Here you will be able to edit the commands that are executed when a player has voted. You are able to also set up special rewards if a player has specific permissions. For example, If you would like to give a player a diamond axe, simply, under the commands, enter the line `- give %player% diamond_axe`

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/rewards_15vfi6s.png)

6. Want to enable a `/vote` command? **(OPTIONAL)**

Find the line `vote-command` and change the line from `false` to `true`

Change the text. This will appear when the player will execute the `/vote` command

![](https://storage.crisp.chat/users/helpdesk/website/a79efd0b48a91800/vote_11abcvd.png)
---

If you require any further assistance, please create a ticket [here](https://billing.sparkedhost.com/submitticket.php).
---

Created By: Greg K.