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