> For the complete documentation index, see [llms.txt](https://augustamc.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://augustamc.gitbook.io/wiki/guides/pyrofishing-guide/quick-start-guide.md).

# Quick Start Guide

## 🎣 How to Use the PyroFishing Plugin on AugustaMC

### **🐟Step 1: Start Fishing**

First, craft or obtain a fishing rod and begin fishing.

When you catch your first fish, you’ll notice it is **not** a normal Minecraft fish like Cod or Salmon. PyroFishing adds **custom fish** with different rarities.

<figure><img src="/files/yH0Vuusu7KlgFRHrwLTF" alt="" width="373"><figcaption></figcaption></figure>

You can check a fish’s rarity by hovering over it. The **name color** indicates rarity.

Use the following command to open the Fish Codex GUI and view information about discovered fish.

```
/fish codex
```

**Fish Rarities**

* Bronze (Orange)
* Silver (White)
* Diamond (Blue)
* Platinum (Red)
* Mythical (Purple)

If your inventory fills while fishing, use the following: This provides extra storage specifically for fish.

```
/fish bag
```

### **💎Step 2: Collect Entropy**

**Entropy** is the main currency used in PyroFishing.

You gain entropy by:

* Catching fish
* Completing deliveries
* Gutting custom fish

Check your entropy with&#x20;

```
/fish entropy
```

You can gut fish using:

```
/fish gut
```

⚠️ Only custom fish can be gutted.\
⚠️ It is strongly recommended **NOT** to gut Platinum or Mythical fish (explained in Step 5).

### **Deliveries**

<figure><img src="/files/xR8EDiLh3nBLGDC7wPIH" alt="" width="375"><figcaption></figcaption></figure>

```
/fish deliveries
```

Every **180 fish caught** unlocks a delivery. Completing deliveries rewards entropy along with items such as lures, crab claws, and more.

#### 🚩Upgrades <a href="#upgrades" id="upgrades"></a>

There are five distinctive upgrades that aid you when completing and earning deliveries.&#x20;

They will be outlined below:

Increase Capacity

* Increases the amount of deliveries you can hold at one time.

Overclocked

* Reduces the time taken to deliver all of the deliveries.

Expert Deliverer

* Reduces the fish needed for deliveries.

Pay Rise

* Increases the entropy reward from completing deliveries.

Lucky Charm

* Reduces the amount of fish needed to earn a new delivery.

It is advised to upgrade Lucky Charm and Increase Capacity first to maximize the amount of deliveries that you can earn.

### **🌟Step 3: Craft Augments**

PyroFishing introduces custom fishing enchants called **Augments**.

Augments require:

* Materials
* Entropy
* A required fishing level

Each augment improves your fishing in different ways. Be careful though, rods have **maximum augment limits**.

View crafting recipes with:

```
/fish augments
```

Apply augments using:

```
/fish augment
```

### **💪Step 4: Upgrade Skills**

Open the skills menu with:

```
/fish skills
```

Here you can upgrade different fishing abilities.

You’ll need **Skill Points**, which are earned by leveling up your fishing level.\
You gain experience simply by fishing.

Each level = **1 Skill Point**.


---

# 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:

```
GET https://augustamc.gitbook.io/wiki/guides/pyrofishing-guide/quick-start-guide.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.
