# Supported Plugins

## Vault

Player Businesses hooks into [Vault](https://www.spigotmc.org/resources/34315/), so you can use any of your favorite economy/permissions plugins that will be used in Player Businesses by hooking into Vault.

## **PlaceholderAPI**

Player Businesses hooks into [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) so you can use the Player Businesses placeholders everywhere that supports PlaceholderAPI. You can also use placeholders from PlaceholderAPI anywhere in Player Businesses. Here is a list of the current placeholders supported by Player Businesses.

| Placeholder                                                 | Description                                                                                                |
| ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| %playerbusinesses\_player\_businesses%                      | View the amount of your current businesses.                                                                |
| %playerbusinesses\_player\_available%                       | View the amount of current businesses a player can create.                                                 |
| %playerbusinesses\_player\_maxbusinesses%                   | View the maximum amount of businesses that you can create.                                                 |
| %playerbusinesses\_business\_primary\_\<modifier>%          | <p>View the modifier of a primary business.</p><p>Check modifiers below.</p>                               |
| %playerbusinesses\_business\_name\_\<name>\_\<modifier>%    | <p>View the modifier of a specific business.</p><p>Check modifiers below.</p>                              |
| %playerbusinesses\_business\_pos\_\<position>\_\<modifier>% | <p>View the modifier of a business in that position of the business list.</p><p>Check modifiers below.</p> |

### Modifiers

Some placeholders do support modifiers, which allow you to grab information on a certain business.

*Please remember, business names may contain "\_" which will break any placeholder using a modifier. You need to make sure you adapt to this change by surrounding the businesses names in <> For example %playerbusinesses\_business\_name\_\<test>\_owner% this is very important.*

| Modifier    | Description                         |
| ----------- | ----------------------------------- |
| name        | Get the name of the business.       |
| balance     | Get the balance of the business.    |
| owner       | Get the owner name of the business. |
| owner\_uuid | Get the owner UUID of the business. |

These are the current businesses expansions, that hook into other plugins to change on how the plugin works. You can configure all these expansions and change how they work in the expansions.yml. Every expansion is configurable.

## ChestShop

Player Businesses hooks into [ChestShop](https://www.spigotmc.org/resources/51856/) so players can sell their items in their businesses using ChestShop.

## QuickShop

Player Businesses hooks into [QuickShop](https://modrinth.com/plugin/quickshop-hikari) so players can sell their items in their businesses using QuickShop.

## AreaShop

Player Businesses hooks into [AreaShop](https://www.spigotmc.org/resources/2991/), so players can set where their business is located using AreaShop.


---

# 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/playerbusinesses/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.
