# Vote

{% hint style="info" %}
This module requires Votifier or any of its fork to work.
{% endhint %}

## 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](https://www.spigotmc.org/resources/nuvotifier.13449/) plugin.

## Configuration

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

### Delay section

```yaml
# 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.&#x20;

**Note that both option are in hours.**

### Services section

```yaml
# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.playerpoof.com/playerpoof/modules/vote.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
