How to use the votifier test tool
Versions
There are 2 versions to votifier, V1 uses RSA keys, these are usually quite long, whilst V2 uses tokens, which are much shorter.
How to use V1
The V1 key can be used with the original votifier, or using nuvotifier. If using nuvotifier, it'll be located here:
/server/plugins/Votifier/rsa/public.key
The exact file path will likely be different for you, as it depends on your server's configuration.
If you are on linux or a unix system, you can use cat /server/plugins/Votifier/rsa/public.key and copy the output to paste it into the votifier testing tool. Once you have this, enter your server's IP address, and the port it's using if it isn't 8192, and then the username of the player you want to send the test vote for.
How to use V2
To use the nuvotifier V2 token, you want to check /server/plugins/Votifier/config.yml and look for tokens:, and in that section you should find default: yourtokenhere. To test this with our votifier testing tool, switch it to the nuvotifier mode, and put the token into the token field, and as long as you have the IP, the port, and the username set, it should send a vote event to your server.