# Pickle Rick

> I turned myself into a **Pickle** Morty. BOOM! Big reveal - I'm a pickle. What do you think about that? I turned myself into a pickle! **I'M PICKLE RIIIIIIIICK!!!**

![](/files/-MbpaqUAFhjKyu7LIzkU)

## Commands

## Help

<mark style="color:green;">`POST`</mark> `!help`&#x20;

Displays help embed

#### Path Parameters

| Name  | Type   | Description    |
| ----- | ------ | -------------- |
| !help | string | Inital command |

{% tabs %}
{% tab title="200 Displays help embed" %}

```yaml
All Hydro Accept commands
!help
Shows this message.
!status
Shows Minecraft Server Status
!donate
Shows information about how to donate.
!invite
Get the invite link.
!dynmap
Use this command to get the Official Hydro Vanilla SMP Dynmap!
!suggest <suggestion>
Suggest something you think it would be a cool addition to the server.
!colorlist
Shows you the list of available colors for Donators.
!color
Use this command to change your donator IGN color. Make sure you're in-game. For colors check #rules-and-info.
!trail
Use this command to change your donator trail color. You can use any Minecraft color or any HEX color.
!hug <@USER>
Show someone how much you love them ♥
!8ball <question>
Undecided about something? Ask our 8ball (:
!dogfact
Woof Woof 🐶:dog2:
!catfact
Meow 😺:black_cat:
!pandafact
Squeak? 🐼
!foxfact
What does the fox say? 🦊
!birdfact
Tweet 🐦
!koalafact
Tweet 🐨
 
!load <category>
Loads the category.
!unload <category>

```

{% endtab %}
{% endtabs %}

## Status

<mark style="color:green;">`POST`</mark> `!status`&#x20;

Shows Minecraft Server Status

#### Path Parameters

| Name    | Type   | Description     |
| ------- | ------ | --------------- |
| !status | string | Initial command |

{% tabs %}
{% tab title="200 Shows Minecraft Server Status" %}

```
Hydro Vanilla SMP Season 6.9 is online!
Currently there are 2 / 100 playing.
 
Playerlist:
Ebzen
TMPlace55
 
Message of the day:
-=== HydroVanillaSMP ===-
 
Current Minecraft Version:
1.16.5
```

{% endtab %}

{% tab title="500 Returns nothing" %}

```
```

{% endtab %}
{% endtabs %}

## Invite

<mark style="color:blue;">`GET`</mark> `!invite`&#x20;

Get the invite link.

#### Path Parameters

| Name    | Type   | Description     |
| ------- | ------ | --------------- |
| !invite | string | Initial command |

{% tabs %}
{% tab title="200 Get the invite link in private message" %}

```
Here you go, our Discord Invite!
https://discordapp.com/invite/CAQ9p8y
```

{% endtab %}
{% endtabs %}

## Dynmap

<mark style="color:blue;">`GET`</mark> `!dynmap`&#x20;

Get Official HydroVanillaSMP Dynmap.

#### Path Parameters

| Name    | Type   | Description     |
| ------- | ------ | --------------- |
| !dynmap | string | Initial command |

{% tabs %}
{% tab title="200 Get the link to our Dynmap" %}

```
Dynmap Link
Here you go! The link to our Dynmap,
http://148.251.211.70:25599
```

{% endtab %}
{% endtabs %}

## Suggestion

<mark style="color:orange;">`PUT`</mark> `!suggest <suggestion>`

Suggest something you think it would be a cool addition to the server.

#### Path Parameters

| Name     | Type   | Description     |
| -------- | ------ | --------------- |
| !suggest | string | Initial command |

#### Query Parameters

| Name       | Type   | Description     |
| ---------- | ------ | --------------- |
| suggestion | string | Your suggestion |

{% tabs %}
{% tab title="200 Result of your suggestion will be displayed as embed" %}

```
User#xxxx
☝ Upvote | 👇 Downvote
Suggest features to Hydro with !suggest <suggestion>
 
Suggestion
<your-suggestion>
```

{% endtab %}

{% tab title="421 Missing argument <suggestion>" %}

```
You have to suggest something in order to use this command.
```

{% endtab %}
{% endtabs %}

## Colorlist

<mark style="color:blue;">`GET`</mark> `!colorlist`&#x20;

Shows you the list of available colors for Donators

#### Path Parameters

| Name       | Type   | Description     |
| ---------- | ------ | --------------- |
| !colorlist | string | Initial command |

{% tabs %}
{% tab title="200 Result will be an embed colorlist" %}

```
All In-Game Available Colors
How to use !color and !trail
It's simple. Your Discord nickname must match your IGN in order for the command to work. Check commands syntax in !help and follow them. Available colors are stated below.
IGN COLORS
GOLD, DARK_GREEN, GREEN, DARK_PURPLE, LIGHT_PURPLE, DARK_AQUA, AQUA, DARK_BLUE
TRAIL COLORS
AQUA, BLACK, BLUE, DARK_AQUA, DARK_BLUE, DARK_GRAY, DARK_GREEN, DARK_PURPLE, DARK_RED, GOLD, GRAY, GREEN, LIGHT_PURPLE, RED, WHITE, YELLOW, remove, any HEX color
```

{% endtab %}
{% endtabs %}

## Color

`OPTIONS` `!color <COLOR>`

Use this command to change your donator IGN color. Make sure you're in-game and writing the command in #donator-color.

#### Path Parameters

| Name   | Type   | Description     |
| ------ | ------ | --------------- |
| !color | string | Initial command |

#### Query Parameters

| Name     | Type   | Description        |
| -------- | ------ | ------------------ |
| \<COLOR> | string | Your desired color |

{% tabs %}
{% tab title="200 Result will be confirmation and changed color in-game" %}

```
USER#xxxx changed their color to <COLOR>.
RCON changes your color
```

{% endtab %}

{% tab title="406 Missing argument <COLOR>" %}

```
You have to put in the color you desire!
```

{% endtab %}

{% tab title="421 Using wrong <COLOR> syntax" %}

```
You don't have permissions to use such color!
```

{% endtab %}
{% endtabs %}

## Trail

`OPTIONS` `!trail <COLOR or #HEX>`

Use this command to change your donator trail color. You can use any Minecraft color or any HEX color.

#### Path Parameters

| Name   | Type   | Description     |
| ------ | ------ | --------------- |
| !trail | string | Initial command |

#### Query Parameters

| Name             | Type   | Description        |
| ---------------- | ------ | ------------------ |
| \<COLOR or #HEX> | string | Your desired color |

{% tabs %}
{% tab title="200 Result will be confirmation and changed color in-game" %}

```
USER#xxxx changed their trail color to <COLOR>.
RCON changes your trail color
```

{% endtab %}

{% tab title="406 Missing argument <COLOR>" %}

```
You have to put in the color you desire!
```

{% endtab %}
{% endtabs %}

## Hug

<mark style="color:purple;">`PATCH`</mark> `!hug <@USER>`

Show someone how much you love them ♥

#### Path Parameters

| Name | Type   | Description     |
| ---- | ------ | --------------- |
| !hug | string | Initial command |

#### Request Body

| Name    | Type   | Description         |
| ------- | ------ | ------------------- |
| <@USER> | string | Who you want to hug |

{% tabs %}
{% tab title="200 Result will be hug message in embed" %}

```
LonelyFeels#1572
<@USER#xxxx> I just hugged you in my thoughts ♥
Hope you felt the squeeze! 🧸
```

{% endtab %}

{% tab title="406 Missing argument <@USER>" %}

```
You have to mention the Member you want to hug.
```

{% endtab %}
{% endtabs %}

## 8ball

<mark style="color:blue;">`GET`</mark> `!8ball <question>`

Undecided about something? Ask our 8ball (:

#### Path Parameters

| Name   | Type   | Description     |
| ------ | ------ | --------------- |
| !8ball | string | Initial command |

#### Request Body

| Name        | Type   | Description   |
| ----------- | ------ | ------------- |
| \<question> | string | Your question |

{% tabs %}
{% tab title="200 The result will be one of 8ball's answers." %}

```
<ANSWER>
```

{% endtab %}

{% tab title="406 Missing argument <question>" %}

```
returns nothing
```

{% endtab %}
{% endtabs %}

## Dog fact

<mark style="color:green;">`POST`</mark> `!dogfact`&#x20;

Woof Woof 🐶

#### Path Parameters

| Name     | Type   | Description     |
| -------- | ------ | --------------- |
| !dogfact | string | Initial command |

{% tabs %}
{% tab title="200 " %}

```
Dog Fact
Woof woof 🐶
<FACT>
<PICTURE>
```

{% endtab %}

{% tab title="500 API is down" %}

```
Dog Fact
Woof woof 🐶
```

{% endtab %}
{% endtabs %}

## Cat fact

<mark style="color:green;">`POST`</mark> `!catfact`&#x20;

Meow 😺

#### Path Parameters

| Name     | Type   | Description     |
| -------- | ------ | --------------- |
| !catfact | string | Initial command |

{% tabs %}
{% tab title="200 Result is Cat Fact in embed" %}

```
Cat Fact
Meow 😺
<FACT>
<PICTURE>
```

{% endtab %}

{% tab title="500 API is down" %}

```
Cat Fact
Meow 😺
```

{% endtab %}
{% endtabs %}

## Panda fact

<mark style="color:green;">`POST`</mark> `!pandafact`&#x20;

Squeak? 🐼

#### Path Parameters

| Name       | Type   | Description     |
| ---------- | ------ | --------------- |
| !pandafact | string | Initial command |

{% tabs %}
{% tab title="200 Result is Panda Fact in embed" %}

```
Panda Fact
Squeak? 🐼
<FACT>
<PICTURE>
```

{% endtab %}

{% tab title="500 API is down" %}

```
Panda Fact
Squeak? 🐼
```

{% endtab %}
{% endtabs %}

## Fox fact

<mark style="color:green;">`POST`</mark> `!foxfact`&#x20;

What does the fox say? 🦊

#### Path Parameters

| Name     | Type   | Description     |
| -------- | ------ | --------------- |
| !foxfact | string | Initial command |

{% tabs %}
{% tab title="200 Result is Fox Fact in embed" %}

```
Fox Fact
What does the fox say? 🦊
<FACT>
<PICTURE>
```

{% endtab %}

{% tab title="500 API is down" %}

```
Fox Fact
What does the fox say? 🦊
```

{% endtab %}
{% endtabs %}

## Bird fact

<mark style="color:green;">`POST`</mark> `!birdfact`&#x20;

Tweet 🐦

#### Path Parameters

| Name      | Type   | Description     |
| --------- | ------ | --------------- |
| !birdfact | string | Initial command |

{% tabs %}
{% tab title="200 Result is Bird Fact in embed" %}

```
Bird Fact
Tweet 🐦
<FACT>
<PICTURE>
```

{% endtab %}

{% tab title="500 API is down" %}

```
Bird Fact
Tweet 🐦
```

{% endtab %}
{% endtabs %}

## Koala fact

<mark style="color:green;">`POST`</mark> `!koalafact`&#x20;

Tweet 🐨

#### Path Parameters

| Name       | Type   | Description     |
| ---------- | ------ | --------------- |
| !koalafact | string | Initial command |

{% tabs %}
{% tab title="200 Result is Koala Fact in embed." %}

```
Koala Fact
Tweet 🐨
<FACT>
<PICTURE>
```

{% endtab %}

{% tab title="500 API is down" %}

```
Koala Fact
Tweet 🐨
```

{% endtab %}
{% endtabs %}


---

# 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://lonelyfeels1.gitbook.io/hydro-guide/documentation/pickle-rick.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.
