> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minebazaar.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Placeholders

> Requires PlaceholderAPI

| Placholder                                            | Description                                                                   |
| ----------------------------------------------------- | ----------------------------------------------------------------------------- |
| %norder\_orders\_total%                               | Returns the **total number of orders** created on the server.                 |
| %norder\_order\_\<id>\_material%                      | Returns the **material/item type** of the specified order.                    |
| %norder\_order\_\<id>\_amount%                        | Returns the **required item amount** for the order.                           |
| %norder\_order\_\<id>\_price%                         | Returns the **price/reward** of the order.                                    |
| %norder\_order\_\<id>\_buyer%                         | Returns the **player name** who created the order.                            |
| %norder\_order\_\<id>\_status%                        | Returns the **current status** of the order (e.g. ACTIVE, COMPLETED, EXPIRED) |
| %norder\_order\_\<id>\_createDate%                    | Returns the **creation date** of the order.                                   |
| %norder\_order\_\<id>\_expirationDate%                | Returns the **expiration date** of the order.                                 |
| %norder\_player\_totalOrders%                         | Total number of orders created by the player.                                 |
| %norder\_player\_totalEarnings%                       | Total amount of money earned by the player from completed orders.             |
| %norder\_player\_totalDelivered%                      | Total number of items delivered by the player.                                |
| %norder\_player\_totalCollected%                      | Total number of items collected by the player.                                |
| %norder\_player\_currentOrder%                        | Returns the number of **current orders** associated with the player.          |
| %norder\_player\_activeOrder%                         | Returns the number of **active orders** the player is currently working on.   |
| %norder\_player\_availableleftOrder%                  | Returns how many **orders the player can still create** based on limits.      |
| %norder\_player\_limitOrder%                          | Returns the **maximum order limit** assigned to the player.                   |
| %norder\_player\_\<player\_name>\_totalOrders%        | Returns the total number of orders created by the specified player.           |
| %norder\_player\_\<player\_name>\_totalEarnings%      | Returns the total earnings of the specified player.                           |
| %norder\_player\_\<player\_name>\_totalDelivered%     | Returns the total number of items delivered by the specified player.          |
| %norder\_player\_\<player\_name>\_totalCollected%     | Returns the total number of items collected by the specified player.          |
| %norder\_player\_\<player\_name>\_currentOrder%       | Returns the number of current orders for the specified player.                |
| %norder\_player\_\<player\_name>\_activeOrder%        | Returns the number of active orders for the specified player.                 |
| %norder\_player\_\<player\_name>\_availableleftOrder% | Returns how many orders the specified player can still create.                |
| %norder\_player\_\<player\_name>\_limitOrder%         | Returns the maximum order limit for the specified player.                     |
