# Supported Plugins

## Essentials & Vault

Player Treasury depends on the economy of [Essentials](https://www.spigotmc.org/resources/9089/), so it can easily track the player's balance and debt. For Essentials's economy to work, you need to have [Vault](https://www.spigotmc.org/resources/34315/) installed.

## Player Treasury

Player Treasury hooks into [Player Businesses](/projects/playerbusinesses.md) so players have to pay tax depending on how many businesses they own.

## AreaShop

Player Treasury hooks into [AreaShop](https://www.spigotmc.org/resources/2991/), so players have to pay tax depending on how many places they own.

## Plan

Player Treasury hooks into [Plan](https://www.spigotmc.org/resources/32536/), so players do not get paid if they are AFK.


---

# 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://docs.olziedev.com/projects/playertreasury/plugins.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.
