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

Configuration resets #83

Closed Resoluciones closed 4 years ago

Resoluciones commented 6 years ago

Hi! Great plugin! Congratulations!

Can you pls. give me an complete example of a mysql configuration? Every time I set

backend: type: mysql

the configuration resets to its default.

Let me know!

Thanks!!!

AppleDash commented 6 years ago

If that is actually what your config looks like, with that format, there is your problem. You need to use YAML properly. eg:

backend:
  type: mysql
Resoluciones commented 6 years ago

Hi AppleDash, sorry for not putting it in the right format here in the issues section, yes YAML was used of course! Maybe is it not compatible with paper?

fnutt commented 6 years ago

It is compatible with Paper. It works on my network with Paper servers.

AppleDash commented 5 years ago

Works fine with Paper. Sorry for the delay in responding. Did you ever get it working?