Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different Sell and Buy prices #11

Open
JanReich opened this issue Sep 12, 2024 · 3 comments
Open

Support different Sell and Buy prices #11

JanReich opened this issue Sep 12, 2024 · 3 comments

Comments

@JanReich
Copy link

At the moment we have decided to rework our economy system. We have found your plugin and it is really awesome. For our gamemode we need a separate buy and sell value. For example oak wood is buyable by players between 50 and 100 coins and sellable between 1 and 5 coins.
The idea was that the pricedifferenze in percent is the same between the buy and the sell option but there are different prices. For example oak wood is now 10% cheaper. The buying value was 50 coins now it is 45 coins and the selling value was 2.5 coins and now it is 2.25 coins.
This feature would be realy awesome and then we would be able to use this plugin at our server.

@Bounser
Copy link
Owner

Bounser commented Sep 13, 2024

Aren't taxes already doing that? You can set different taxes for the buy/sell actions, resulting in a different buy and sell price,

@JanReich
Copy link
Author

Okay it worked with the different buy/sell actions.

Another point it is possible to open a category from a shop directly via command? For example when the player talks to the lamberjack the player triggers a command like
/shop category wood
and only the category wood opens and not the category overwie like in /shop.

@Bounser
Copy link
Owner

Bounser commented Sep 15, 2024

yes, you can already use /market category <category-identifier> to access a certain category.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants