🆙Vote

This module requires Votifier or any of its fork to work.

Overview

The vote module let you fake players vote from your configured servers list.

As it hooks into Votifier (or any fork of it), you don't need to modify your existing configuration.

We recommend using the NuVotifier plugin.

Configuration

The configuration for this module is really simple and you don't even need to modify anything.

Delay section

# Manage how often the poof players can vote.
delay:
  # The minimum delay between each vote.
  # This is in hours.
  minimum: 24

  # The maximum delay between each vote.
  # This is in hours.
  maximum: 48

Tweak the delay between each virtual player vote, the module will pick a random value between the minimum and the maximum delay.

Note that both option are in hours.

Services section

# List of different vote sites.
# You should put the ones you have on your website
# to makes it more realistic.
services:
  - 'PMC'
  - 'MinecraftMP'
  - 'BestMinecraftServers'
  - 'TopMCServers'

This section is the more important one, there you can configure your servers lists.

So before each vote, the module will pick a random one in the list, my advice is to add every of your existing vote services name.

Last updated