> For the complete documentation index, see [llms.txt](https://docs.olziedev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.olziedev.com/projects/playerbusinesses/plugins.md).

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