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

Variable market system #2

Open
crymates opened this issue Mar 9, 2017 · 1 comment
Open

Variable market system #2

crymates opened this issue Mar 9, 2017 · 1 comment

Comments

@crymates
Copy link

crymates commented Mar 9, 2017

Can u pls add that it's shown in the console when someone buy or sell something?

Tester111 bought 32 Sand for 16C from Frank222.

Tester111 sold 32 Sand for 24C to Frank222.

Also create an shops file where all shops are listed with the owner, position, buy|sell (kind of shop), item to handle and the prize for it.

Like:

[72,44,11]{
owner{Tester111},
kind{buy},
item{minecraft:sand},
prize{16},
},
[111,664,988]{
owner{Tester222},
kind{sell},
item{minecraft:glass},
prize{40},
}

So server admins can interpret that file and create an variable market system if the prizes in file change the sign ingame,

@maxanier
Copy link
Owner

Sounds useful, but I've no time or motivation to implement this, sorry.

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