> For the complete documentation index, see [llms.txt](https://wiki.lemoncloud.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lemoncloud.org/gamemodes/prison/pvp.md).

# PvP

## PvP

Prison includes several ways to fight other players.

You can use the PvP Arena, PvP Mine, Duels, and Bounties.

### PvP Arena

Go to `/warp pvp` to enter the arena below spawn.

This is the main location for:

* Open PvP
* King of the Hill
* Envoy
* Boss Fights

#### King of the Hill

KoTH starts automatically every `6` hours.

Stand on the capture point for `10` minutes to win.

If you leave the point, get knocked off, or die, you lose progress.

The winner receives a Legendary Key.

#### Envoy

Envoy starts every hour.

Crates spawn around the arena with loot inside.

Possible rewards include Tokens, rankup progress, Grenades, Nukes, and Lemons.

#### Boss Fights

A Boss spawns every `6` hours.

The goal is to deal the most damage before the boss dies.

The top `3` damage dealers each receive a Legendary Key.

For the boss list and mechanics, see [Bosses](/server-features/bosses.md).

### PvP Mine

Use `/pvpmine` to enter the PvP Mine.

It contains mostly stone plus Lucky Blocks.

Lucky Blocks can give Tokens.

Token rewards are multiplied by your prestige.

The mine resets every hour and announces the reset in chat.

PvP is enabled inside the PvP Mine.

Keep Inventory is also enabled there.

### Duels

Use Duels for a direct `1v1`.

Run `/duel [user]` to send a duel request.

A setup menu opens first so you can confirm the duel terms.

If the other player accepts, both of you are sent to a small random arena.

You fight using the items already in your inventory.

Keep Inventory stays on during duels.

#### Item Betting

Duel requests include an optional **Item Betting** toggle.

If both players accept the duel, each player chooses the items they want to wager.

The winner receives all bet items automatically.

There is also a duel leaderboard at `/warp pvp`.

### Bounties

Bounties use Tokens as their currency.

Place a bounty with `/bounty add [user] [amount]`.

The minimum bounty is `100` Tokens.

When someone with an active bounty dies in PvP, the killer receives the reward automatically.

Use `/bounty` to view active bounties.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.lemoncloud.org/gamemodes/prison/pvp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
