> For the complete documentation index, see [llms.txt](https://docs.ecosmp.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecosmp.net/guides/vip-perks.md).

# VIP Perks

* VIP allows players to support EcoSMP while receiving several non-pay-to-win cosmetic perks, quality-of-life perks, and [global boosts](/guides/global-boosts.md).
* **Please note** that this page does not list all VIP perks. You can view the full list of perks on <https://store.ecosmp.net>. While most of the perks are self-explanatory, some are not. The purpose of this page is to list all of the perks, show their in-game commands, and help explain how to use some of the lesser-known or more intricate perks.
* Most of the VIP perks can also be accessed within the in-game **`/menu-vip`**.

{% embed url="<https://store.ecosmp.net/category/vip>" %}
Purchase VIP On The EcoSMP Store
{% endembed %}

## Color/Gradient Nicknames

* We use MiniMessage formatting for nicknames. This allows players to use any HEX color code in their name, not just the regular Minecraft color codes. You can read more about MiniMessage formatting by [Clicking Here](https://docs.advntr.dev/minimessage/format.html).
* To create a single-color nickname, use the command: **`/nick <#000000>username123`**. Replace the HEX codes (zeros) with the HEX codes of your choice. You can find HEX codes using an online tool like this one: [Click Here](https://htmlcolorcodes.com/color-picker/)
* To create a two-color gradient nickname, use this command: **`/nick <gradient:#000000:#000000>username123`**. Replace the HEX codes (zeros) with the HEX codes of your choice. You can add more hex codes to the command if you want a gradient with more than two colors.
* You can test out how your nickname will look on this website: [Click Here](https://webui.advntr.dev/)

## Customized Player Particles

* Player particles are a cosmetic perk that shows colorful particles in thousands of various customizable combinations of effects, styles, and colors around the player.
* Use the command **`/playerparticles`** to open the GUI. Within the GUI, you can edit your particles, save/load particle presets, enable/disable particles, and more.&#x20;
* Create your first preset in the '**Manage Your Particles**' section. Click this option and then click '**Create a New Particle**'. Start by selecting your **Effect**, then select your **Style**, and finally, select your **Color**. This will create a preset that you can later load/edit. Feel free to play around and see which ones you like!

## Unload Inventory

* The **`/unload <radius>`** command allows players to automatically unload items in their inventory into nearby storage blocks that already contain those same items.
* For example, if a player has dirt, cobblestone, and oak planks in their inventory and is standing near three chests, each with one of those respective items in it, running the command **`/unload 10`** would automatically unload the dirt, cobblestone, and oak planks into the chests with those respective items as long as they are within 10 blocks away. The maximum radius is 32 blocks.
* By default, the feature will not unload your hotbar into nearby chests. However, if you want it to unload your entire inventory, including your hotbar, use the command **`/unload hotbar`** to toggle it on/off.

## All VIP Perks & Commands

| VIP Perk                         | In-Game Command                       |
| -------------------------------- | ------------------------------------- |
| Full-Color RGB Gradient Nickname | /nick \<gradient:#000000:#000000>name |
| In-Game VIP Text Channel         | /vip                                  |
| EcoPets                          | /pets                                 |
| Player Particles                 | /playerparticles                      |
| Glow                             | /glow                                 |
| Hat                              | /hat                                  |
| Headshop                         | /headshop or /hdb or /heads           |
| Invisible Item Frames            | /itf toggle visibility                |
| GSit                             | /sit /lay /bellyflop /crawl           |
| Player Time                      | /ptime                                |
| Kitty Cannon                     | /kittycannon                          |
| Unload                           | /unload \<radius ex. 10>              |
| Inventory/Chest Sorting          | /sort                                 |
| Condense Blocks                  | /condense                             |
| See Depth Below Surface          | /depth                                |
| See Coordinates                  | /getpos                               |
| See Nearby Players               | /nearby                               |
| Repair Item In Hand              | /repair                               |
| Open Trash Bin                   | /trash                                |
| Open Anvil                       | /anvil                                |
| Open Cartographytable            | /cartographytable                     |
| Open Grindstone                  | /grindstone                           |
| Open Loom                        | /loom                                 |
| Open Smithing Table              | /smithingtable                        |
| Open Stonecutter                 | /stonecutter                          |
| Open Workbench                   | /workbench                            |
| See Global Boost Info            | /boost                                |
| More Set Homes                   | /sethome \<name>                      |
| More Player Warps                | /pwarp set                            |
| More Chest Shops                 | /qs create                            |
| More Auction House Listings      | /ah sell                              |
| VIP Tablist Tag                  | N/A                                   |
| VIP Discord Role                 | N/A                                   |
| Preserve Exp On Death            | N/A                                   |
| Bypass Captchas                  | N/A                                   |


---

# 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://docs.ecosmp.net/guides/vip-perks.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.
