> For the complete documentation index, see [llms.txt](https://wiki.vortexdevelopment.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.vortexdevelopment.net/projects/vortexprisoncore/tips.md).

# 💡Tips

#### Pickaxe Configuration

* Customize pickaxe appearance with `Name` and `Lore` settings
* Configure whether vanilla pickaxes can be used in mines with `Allow Vanilla Pickaxe In Mines`
* Balance progression by adjusting token and money costs for tiers and enchantments
* Create special throwaway pickaxes for rewards with custom durability and enchantments

#### Rankup Configuration

* Create a balanced progression by gradually increasing token and money requirements
* Configure custom commands to execute when players reach new ranks
* Use weight values to determine rank order
* Include helpful messages to guide players on their progression

#### Booster Configuration

* Configure booster stacking behavior with the `Add Global And Personal Boosters` setting
* Decide whether to allow multiple personal or global boosters with `Allow Multiple Personal Boosters` and `Allow Multiple Global Boosters`
* Customize boss bar appearance for each booster type
* Set appropriate multipliers for economy boosters and effect levels for effect boosters

#### AutoSell Configuration

* Choose between ShopGUIPlus or Essentials as your price provider
* Configure tier names and row counts to match your server's progression system
* Assign appropriate permissions for each tier

### Troubleshooting

* If a player loses their pickaxe, use `/pickaxe restore <player>` to recover it
* If certain settings don't reload with `/vpc reload`, restart the server
* For economy issues, you can try importing from Essentials with `/vpc economy import essentials`
* If pickaxe enchantments aren't working correctly, verify the player has unlocked them via collections
* If boosters don't appear to be active, check the required permissions and boss bar settings


---

# 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://wiki.vortexdevelopment.net/projects/vortexprisoncore/tips.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.
