Statistics

zAuctionStats is a paid addon. This addon will add placeholders, commands and inventories.

Purchase here:

BuildByBits: https://builtbybit.com/resources/zauctionhouse-stats.41622/

GroupeZ: https://groupez.dev/resources/zauctionhouse-stats.319

Installation:

This addon works like any other plugin. Just install it in your plugins folder and launch your server.

After the first launch of the plugin. You must stop your server to configure the database in the.yml file. This database will allow storing all the information that the plugin needs. Then simply launch your server!

Config.yml

# Displays more information in the console, if you have a problem please enable this option and send errors to support.
enableDebug: true

# Enables time debugs, is used to measure plugin performance
enableDebugTime: true

sql:
  host: 192.168.10.10
  port: 3306
  user: homestead
  password: 'secret'
  database: zauctionhouse

noName: "✘"
noAmount: "0"

cacheDurationMaterial: 3600000

Features:

Would you like to have more placeholders? Come ask me about my discord.

Global Placeholders:

PlaceholdersDescription

%zahstats_item_sold_amount%

The number of items listed for sale.

%zahstats_item_purchase_amount%

The number of items purchased.

%zahstats_number_of_items_not_sold%

The number of unsold items that will expire.

%zahstats_number_of_items_expired%

The number of items that have expired.

%zahstats_number_of_items_remove_from_expire%

The number of items removed from the EXPIRE storage type.

%zahstats_number_of_items_remove_from_storage%

The number of items removed from the ITEMS storage type.

%zahstats_number_of_items_remove_from_bought%

The number of items removed from the BUY storage type.

%zahstats_number_of_items_destroy%

The number of items that have been destroyed.

%zahstats_auction_opened%

The number of times the auction house was opened.

Global Economy Placeholders:

PlaceholdersDescription

%zahstats_money_spend_<economy name>%

Total money spent in the auction house.

%zahstats_total_price_of_all_items_sold_<economy name>%

Cumulative price of all items that were listed for sale.

%zahstats_money_spend_format_<economy name>%

Total money spent in the auction house. (Formatted)

%zahstats_total_price_of_all_items_sold_format_<economy name>%

Cumulative price of all items that were listed for sale. (Formatted)

Player Placeholders:

PlaceholdersDescription

%zahstats_player_total_sales%

Total items on sale.

%zahstats_player_total_purchases%

Total items purchased.

%zahstats_player_total_sales_format%

Total items on sale formatted.

%zahstats_player_total_purchases_format%

Total items purchased formatted.

%zahstats_player_total_earned_<economy name>%

Total money earned.

%zahstats_player_total_spent_<economy name>%

Total money spent.

%zahstats_player_total_format_earned_<economy name>%

Total money earned formatted.

%zahstats_player_total_format_spent_<economy name>%

Total money spent formatted.

Ranking Placeholders:

PlaceholdersDescription

%zahstats_who_spent_most_money_name_<economy name>%

Who spent the most - Name.

%zahstats_who_spent_most_money_amount_<economy name>%

Who spent the most - Amount.

%zahstats_format_who_spent_most_money_amount_<economy name>%

Who spent the most - Amount. (Formatted)

%zahstats_who_earned_most_money_name_<economy name>%

Who earned the most - Name.

%zahstats_who_earned_most_money_amount_<economy name>%

Who earned the most - Amount.

%zahstats_format_who_earned_most_money_amount_<economy name>%

Who earned the most - Amount. (Formatted)

%zahstats_who_purchased_most_items_name_<economy name>%

Who purchased the most - Name.

%zahstats_who_purchased_most_items_amount_<economy name>%

Who purchased the most - Amount.

%zahstats_who_sales_most_items_name_<economy name>%

Who sales the most - Name.

%zahstats_who_sales_most_items_amount_<economy name>%

Who sales the most - Amount.

%zahstats_who_purchased_most_items_name%

Who purchased the most - Name.

%zahstats_who_purchased_most_items_amount%

Who purchased the most - Amount.

%zahstats_who_sales_most_items_name%

Who sales the most - Name.

%zahstats_who_sales_most_items_amount%

Who sales the most - Amount.

Material Placeholders:

PlaceholdersDescription

%zahstats_material_average_<economy name>_<material>%

Average price of an item.

%zahstats_material_median_<economy name>_<material>%

Median price of an item.

%zahstats_material_amount_<economy name>_<material>%

Amount of items.

%zahstats_material_format_average_<economy name>_<material>%

Average price of an item. (Formatted)

%zahstats_material_format_median_<economy name>_<material>%

Median price of an item. (Formatted)

%zahstats_material_format_amount_<economy name>_<material>%

Amount of items. (Formatted)

Commands

CommandPermissionDescription

/zahstats

zauctionhouse.stats.use

Display commands

/zahstats reload

zauctionhouse.stats.reload

Reload configurations

/zahstats clearcache

zauctionhouse.stats.clearcache

Clear plugin cache

/ah price

zauctionhouse.price

Display item information

Last updated