Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

[Feature] QuickShop PAPI Placeholders #416

@ItsMicah001

Description

@ItsMicah001

Describe the Feature
Add placeholders relating to QuickShop that can be used by other plugins through Placeholder API (PAPI).

  • %quickshop_customer_sales_value% -Displays the dollar amount of a player's sales made through quickshop. (Selling to another person's shop)
  • %quickshop_customer_sales% -Displays how many sales a player has made through quickshop. (Selling to another person's shop)
  • %quickshop_sales_value% -Displays the dollar amount of a player's sales made through quickshop. (Sold from their own shop)
  • %quickshop_sales% -Displays how many sales a player has made through quickshop. (Sold from their own shop)
  • %quickshop_customer_purchased_value% -Displays the dollar amount of a player's purchases made through quickshop. (Buying from another person's shop)
  • %quickshop_customer_purchases% -Displays how many purchases a player has made through quickshop. (Buying from another person's shop)
  • %quickshop_purchased_value% -Displays the dollar amount of a player's purchases made through quickshop. (Buying with their own shop)
  • %quickshop_purchases% -Displays how many purchases a player has made through quickshop. (Buying with their own shop)
  • %quickshop_customer_networth% -Displays the net dollar amount of a player's transactions. (Buying and selling to other people's shops)
  • %quickshop_networth% -Displays the net dollar amount of a player's transactions. (Buying and selling with their own shops)
  • %quickshop_customer_total% -Displays how many transactions a player has made through quickshop. (Through other's shops)
  • %quickshop_total% -Displays how many transactions a player has made through quickshop. (Through their own shops)

Screenshots
I cannot think of any applicable screenshots.

Additional context
These placeholders are what I could come up with, however if there are additional placeholders that you may find useful then there may be more to add. PS I am not very good at coming up with names, I hope that the descriptions explain what these placeholders would display.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions