# Voting

## Voting

Voting gives you extra rewards and helps LemonCloud on server listing sites.

Vote at <https://lemoncloud.org/vote>.

You receive rewards on the gamemode you are currently playing.

If you vote while offline, rewards go to the first gamemode you join.

You can vote once per website every `24` hours.

On Prison, each vote gives:

* `0.02` Lemons
* `1` hour of `/autosell`
* `5` minutes of `/votefly`
* `1x` Common Crate Key if you are below Netherite
* `1x` Epic Crate Key if you are Netherite
* `1` Vote Party contribution
* `1` Vote Rank contribution

### Vote Party

A Vote Party triggers every `100` global votes across all gamemodes.

To qualify, you must have voted at least once in the last `24` hours.

Eligible players receive either a Common, Epic, or Legendary Crate Key.

Common Keys are the most likely. Legendary Keys are the least likely.

Track progress on the scoreboard or with `/voteparty`.

### Vote Rank

Vote Ranks give you an extra sell multiplier.

There are `10` Vote Ranks in total.

Open the `/vote` GUI and click the emerald to check your progress.

| Rank | Votes Required | Sell Multiplier |
| ---- | -------------- | --------------- |
| 1    | `7`            | `2.5%`          |
| 2    | `14`           | `5.0%`          |
| 3    | `35`           | `7.5%`          |
| 4    | `70`           | `10.0%`         |
| 5    | `140`          | `12.5%`         |
| 6    | `210`          | `15.0%`         |
| 7    | `315`          | `17.5%`         |
| 8    | `350`          | `20.0%`         |
| 9    | `385`          | `22.5%`         |
| 10   | `420`          | `25.0%`         |

### Autosell

`/autosell` sells your backpack automatically every `60` seconds.

Netherite has permanent access to `/autosell`.

Voting gives temporary access instead.

Each vote adds `1` hour.

Autosell time always counts down, even if you are not mining or have Autosell turned off.

Use `/autoselltimer` to check how much time you have left.

### Votefly

Emerald and Netherite have permanent access to `/fly`.

Everyone else can get temporary flight through voting.

Each vote adds `5` minutes of `/votefly`.

Votefly time only decreases while it is enabled and you are actively flying.

Use `/votefly` to toggle it.

Use `/votefly check` to see your remaining time.

### Crate Keys

Voting is one way to get crate keys.

If you are below Netherite, each vote gives a Common Crate Key.

If you are Netherite, each vote gives an Epic Crate Key instead.

Open crate keys at `/crates`.


---

# 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://wiki.lemoncloud.org/gamemodes/prison/voting.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.
