Placeholders
How to use?
You can use all the placeholders in guis or other places by leaving the axauctions from the start of the placeholder!
So when using PlaceholderAPI use
%axauctions_sell_limit%, but within the plugin, use%sell_limit%.
PlaceholderAPI | Builtin |
|---|---|
%axauctions_sell_limit% | %sell_limit% |
Numeric Placeholders
Placeholder | Description |
|---|---|
%expired_count% | The amount of the player's expired items |
%expired_count_raw% | The amount of the player's expired items (without formatting) |
%active_count% | The amount of the player's items in the auction house |
%active_count_raw% | The amount of the player's items in the auction house (without formatting) |
%total_active_count% | The amount of items in the auction house |
%total_active_count_raw% | The amount of items in the auction house (without formatting) |
%sell_limit% | The maximum items that a player can have in the auction house |
%sell_limit_raw% | The maximum items that a player can have in the auction house (without formatting) |
%sell_count% | The amount of items that the player has in the auction house |
%sell_count_raw% | The amount of items that the player has in the auction house (without formatting) |
%purchasable_count% | The amount of active items that the player has in the auction house |
%purchasable_count_raw% | The amount of active items that the player has in the auction house (without formatting) |
%expired_count% | The amount of expired items that the player has in the auction house |
%expired_count_raw% | The amount of expired items that the player has in the auction house (without formatting) |
Player Settings
%selected_sorting% | Formatted name of the selected sorting |
%selected_sorting_raw% | Raw name of the selected sorting |
%selected_category% | Formatted name of the selected category |
%selected_category_raw% | Raw name of the selected category |
%selected_currency% | Formatted name of the selected currency |
%selected_currency_raw% | Raw name of the selected currency |
Global Settings
%categories_enabled% | Is the category system enabled? true or false |
%expired_items_enabled% | Is the expired items gui enabled? true or false |
Statistics
%items_sold% | The number of items sold by the player. |
%items_sold_raw% | The number of items sold by the player. (without formatting) |
%items_sold_<currency>% | The number of items sold with the currency by the player. |
%items_sold_<currency>_raw% | The number of items sold with the currency by the player. (without formatting) |
%total_items_sold% | The number of items sold globally. |
%total_items_sold_raw% | The number of items sold globally. (without formatting) |
%total_items_sold_<currency>% | The number of items sold with the currency globally. |
%total_items_sold_<currency>_raw% | The number of items sold with the currency globally. (without formatting) |
-------------------------------------- | ---------------------------------------------------------------------------------------------- |
%items_purchased% | The number of items purchased by the player. |
%items_purchased_raw% | The number of items purchased by the player. (without formatting) |
%items_purchased_<currency>% | The number of items purchased with the currency by the player. |
%items_purchased_<currency>_raw% | The number of items purchased with the currency by the player. (without formatting) |
%total_items_purchased% | The number of items purchased globally. |
%total_items_purchased_raw% | The number of items purchased globally. (without formatting) |
%total_items_purchased_<currency>% | The number of items purchased with the currency globally. |
%total_items_purchased_<currency>_raw% | The number of items purchased with the currency globally. (without formatting) |
-------------------------------------- | ---------------------------------------------------------------------------------------------- |
%money_made% | The amount of money made by the player. |
%money_made_raw% | The amount of money made by the player. (without formatting) |
%money_made_<currency>% | The amount of money made with the currency by the player. |
%money_made_<currency>_raw% | The amount of money made with the currency by the player. (without formatting) |
%total_money_made% | The amount of money made globally. |
%total_money_made_raw% | The amount of money made globally. (without formatting) |
%total_money_made_<currency>% | The amount of money made with the currency globally. |
%total_money_made_<currency>_raw% | The amount of money made with the currency globally. (without formatting) |
-------------------------------------- | ---------------------------------------------------------------------------------------------- |
%money_spent% | The amount of money spent by the player. |
%money_spent_raw% | The amount of money spent by the player. (without formatting) |
%money_spent_<currency>% | The amount of money spent with the currency by the player. |
%money_spent_<currency>_raw% | The amount of money spent with the currency by the player. (without formatting) |
%total_money_spent% | The amount of money spent globally. |
%total_money_spent_raw% | The amount of money spent globally. (without formatting) |
%total_money_spent_<currency>% | The amount of money spent with the currency globally. |
%total_money_spent_<currency>_raw% | The amount of money spent with the currency globally. (without formatting) |