A simple standalone server which implements both v1 and v2 of the Votifier protocol.
PHP sucks. No other reasons.
- Java 19 or above.
- 1GB of RAM or more.
- Your brain.
- Download the latest release from the releases page.
- Run following:
java -jar votifier-server*.jar
- Edit
config.json
with your preferred settings. (config.json is a file for setting up a socket server which communicates with the PocketMine server) - Edit
config.yml
if you need. (This is a configuration for Votifier, you don't need to edit it unless you want to change the port) - Register your server to voting sites with the IP and port you set in
config.yml
, with the content ofrsa/public.key
. - Confirm vote is working by checking the console.
- Set up PocketMine plugin.
- Enjoy.
This project is licensed under the MIT license. See LICENSE for more details.