> For the complete documentation index, see [llms.txt](https://docs.lightyear.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lightyear.game/intermediate-tasks/pvp-plunder-mode.md).

# 🏴‍☠️ PvP: Plunder Mode

{% hint style="info" %}
Available in Phase 2 (one month after main launch)
{% endhint %}

{% hint style="info" %}
Reward: Commodity Tokens&#x20;
{% endhint %}

Plunder mode enables a player to plunder other players' resources. The player needs to assemble a fleet capable of fighting and input the coordinates of the player to plunder. Then the player can deploy his fleet to travel through space and attack the other player's base.&#x20;

After successfully defeating the enemy's defending fleet and his planetary defense system, your fleet is ready to plunder. You can take whatever resources are left in your enemy's base given that the amount does not exceed the cargo capacity of your fleet.&#x20;

**Please note that you may only take resources from other players’ bases**. After the player launches a transport mission to transport his resources to the center of the galaxy, you cannot take the resources being transported.

Follow the steps below to plunder resources:

1. Assemble a fleet of ships with high damage output.
2. Enter the destination coordinates for your fleet to attack.
3. Deploy your fleet to travel to the destination.
4. Once arrived, command your fleet to attack the enemy base.
5. Upon victory, plunder resources and take them back to your base.

Please note that it could take hours to travel to the destination. You may spend *LC* to speed up the traveling time. &#x20;

![](/files/zisH4ZD4CytPDndbZh7u)


---

# 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://docs.lightyear.game/intermediate-tasks/pvp-plunder-mode.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.
