> For the complete documentation index, see [llms.txt](https://mellowcraft-plugins-and-info.gitbook.io/mellowcraftguides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mellowcraft-plugins-and-info.gitbook.io/mellowcraftguides/features/custom-fishing.md).

# Custom Fishing

### What is custom fishing?&#x20;

Custom fishing is a mechanic in game that allows for all players to catch fish that are not default in Minecraft. All of these fish have custom textures, names, and lengths. They can be sold at any time with the commands /sellfish. To see your fishing bag, do /fishingbag.

### Fishing Competitions&#x20;

Fishing competitions are a server wide competition between all players! This is a friendly, fun competition, where you can win rewards like a Fishing Key and Shiny Pearls! During a competition to see the leaderboard, you can see the person winning on the bossbar. The top 5 players of the competition all receive a reward.\
\
When you have participated in a Fishing competiton, you will win the following:\
1st Place = x1 Fishing Key.\
2nd Place = x2 Shiny Pearls.\
3rd Place = x1 Shiny Pearl.\
4th & 5th Place = In Game Money.

### How do I get different Pearls?

You can get Shiny Pearls and Black Pearls in numerous different ways!\
At /warp Fishing there is a Quests board - you can win up to 335 Shiny Pearls by completing all fishing quests. \
Shiny Pearls can be won from Fishing competitions, as seen above. Shiny Pearls and Pearl Fragments can also be fished up from the Bloomline Rod from the Garden Crate - Once you have 9 fragments, they can be converted into one Black Pearl.\
Also at /warp Fishing, there is an NPC which you can exchange 64 Shiny Pearls for 1 Black Pearl.\
Black Pearls can then be exchanged for more expensive Fishing gear! \ <br>


---

# 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://mellowcraft-plugins-and-info.gitbook.io/mellowcraftguides/features/custom-fishing.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.
