You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2021. It is now read-only.
This issue is a break out from the Basic Economy Commands. While developing, some potential additions were discovered.
Below is what needs to be completed for the commands to be more complete and better for the game:
A store command that has multiple pages to show all the items we are selling in the store. (ie seeds, tools upgrades, special items or item of the day)
Ability to use buy/sell command with ID or Name.
A confirmation that the user wants to sell the item, buying to be discussed.
A base price for most items, or some logic to determine how much value an item has so how much to offer the seller.
Lastly, an algorithm that will increase the price of an item in the store based on stock left (less product left, higher price)
These items are set to change based on discussion.