VoteDistribute

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

VoteDistribute

What is VoteDistribute?

VoteDistribute is an updated Spigot/Bukkit plugin whose purpose is to share votifier votes on multiple servers (f.E. if you use BungeeCord). When a vote is made, VoteDistribute will catch and share it on all of your defined servers.

Requirements

Installation

Installing VoteDistribute is fairly simple! Just drop the VoteDistribute.jar file into your /plugins folder. You will have to restart / reload your server for the config to be created. Then you just have to add some servers in order to make the plugin work.

Configuration

Configuring the plugin is nearly as easy as installing it, but you need some information from your other servers in order to add them to the plugin.

Requirements for servers

If you want to add a server to the plugin, there are some requirements:

  • the server needs Votifier installed
  • you need the RSA PUBLIC key from the /plugins/Votifier/rsa/public.key file
  • you need the server's ip address

To add the server, simply add the information to the config: Server format

1
2
3
4
  serverName:
    ip: my.serverip.com
    port: 8192 #(default votifier port, can be found at the Votifier config.yml file)
    public-key: VOTIFIER_PUBLIC_KEY

Example config.yml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#The settings are used to slightly change the behavior of VoteDistribute
settings:

  #Indicates how much actions should be logged : (DEBUG, DEFAULT, ERROR, OFF)
  logging-mode: DEFAULT
  
#In the 'servers' section you have to add all of the servers where the votes should be distributed to
servers:

  survival:
    ip: survival.myspecialserver.com
    port: 8192
    public-key: MY_VOTIFIER_PUBLIC_KEY

  creative:
    ip: creative.myspecialserver.com
    port: 8192
    public-key: MY_VOTIFIER_PUBLIC_KEY
  

Important!

  • Don't add your main server (where VoteDistribute is installed) to the config or it will result in a vote loop!

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    103029
  • Created
    Oct 27, 2016
  • Last Released File
    Oct 27, 2016
  • Total Downloads
    530
  • License

Categories

Members

Recent Files