AppleDash / SaneEconomy

Finally, a sane economy plugin for Bukkit.
https://www.spigotmc.org/resources/saneeconomy-simple-but-featureful-economy.26223/
GNU General Public License v3.0
19 stars 24 forks source link

Is "json" not an option anymore for backend type in the config? #36

Closed bindingflare closed 7 years ago

bindingflare commented 7 years ago

When i read the wiki, Configuration page, I read that saving the player accounts using json is an option: image

But when I try setting the config that way the plugin (SaneEco) does not recognise it: image

Using Spigot 1.11.2 (Build is latest enough to not give out an outdated build notification at the start) The server will run fine if i use what i used before (flatfile).

AppleDash commented 7 years ago

It is supposed to be an option, but it's not yet implemented in the production version - if you build from Git, it works, however.

On 2/11/2017 15:16, xFlarinFlint wrote:

When i read the wiki, Configuration page, I read that saving the player accounts using json is an option: image https://cloud.githubusercontent.com/assets/18100713/22857069/fc7ce590-f0c3-11e6-9023-cfb5992019dc.png

But when I try setting the config that way the plugin (SaneEco) does not recognise it: image https://cloud.githubusercontent.com/assets/18100713/22857088/679ec820-f0c4-11e6-8947-1c365307be78.png

Using Spigot 1.11.2 (Build is latest enough to not give out an outdated build notification at the start) The server will run fine if i use what i used before (flatfile).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AppleDash/SaneEconomy/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2ZLYLJwHmwD3yQkwDSxdqD9xTJC4-7ks5rbhchgaJpZM4L-SNc.

bindingflare commented 7 years ago

Do you mean like clone and export to jar or do something else for build from Git?

AppleDash commented 7 years ago

Fixed

bindingflare commented 7 years ago

Thanks!