ConfusedAlex / GoldEconomy

A simple gold based Economy plugin that just works
GNU General Public License v3.0
5 stars 8 forks source link

"Fake" Accounts Question #25

Closed Xarius86 closed 11 months ago

Xarius86 commented 11 months ago

I see there is a json file for fake account data, I'm just not sure if it's implemented or how to use it. What I'd like to do here is create a "server account" that stores money collected from taxes. Is this something I am able to do with the fake account data json?

ConfusedAlex commented 11 months ago

This is not possible. You would code your own plugin to implement something like that. You could take a look at Towny. But just a thought of mine: Wouldn't the players just put their gold in chest to avoid the taxes?

Xarius86 commented 11 months ago

Wouldn't the players just put their gold in chest to avoid the taxes?

With the QuickShop-Hikari plugin, the taxes are taken when items are sold through player shops.

I was trying to avoid having to add another plugin that does way more than I need. Thanks for the response!