GLServers / GLD

Great Light Desert - Operation: Revive
3 stars 1 forks source link

Gringott as economy plugin! #1

Closed Kladdkaka closed 9 years ago

Kladdkaka commented 9 years ago

Gringotts is a item-based economy system, instead of selling diamonds for lightstones, gringott makes diamonds the currency. You make a vault chest with the diamonds you got, and then you can use those diamonds to purchase from server shops, sending money with /money pay. We wouldn't need any sell signs, and it would promote player trading. http://dev.bukkit.org/bukkit-plugins/gringotts/

Joannou1 commented 9 years ago

I think we need more player input on this, as it is no doubt pretty radical. I think it's a good idea, but how exactly does the /money pay part work if its physical items again?

Kladdkaka commented 9 years ago

https://github.com/MinecraftWars/Gringotts/blob/master/doc/usage.md @Joannou1 It sends the items over to the other chest I assume, it can also pay in decimals. I think if you pay Bob like 1.21 diamonds, Bob will get 1 diamond in the chest, and the plugin remembers that he got 0.21 diamonds that isn't in the chest, and if someone pays bob 0.79 diamonds (0.21 + 0.79 = 1) Bob will get 1 diamond into his chest :) Could be wrong though!

Joannou1 commented 9 years ago

Added and configured to dev. Works pretty well too!