This repository was archived by the owner on Dec 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 144
This repository was archived by the owner on Dec 5, 2021. It is now read-only.
[Feature] QuickShop PAPI Placeholders #416
Copy link
Copy link
Open
Labels
EnhancementNew feature or requestNew feature or requestGood First IssueGood for newcomersGood for newcomersPriority:MajorMajorMajorShould Implement By AddonThis request should implement by create addon, not add in the quickshop core.This request should implement by create addon, not add in the quickshop core.
Description
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
EnhancementNew feature or requestNew feature or requestGood First IssueGood for newcomersGood for newcomersPriority:MajorMajorMajorShould Implement By AddonThis request should implement by create addon, not add in the quickshop core.This request should implement by create addon, not add in the quickshop core.