Economy got wiped?
NoFailStudios opened this issue · 6 comments
For some reason my whole server's economy got wiped and no one has money anymore.
Is there a specifc reason of this issue and is there any way to prevent it?
Not a Vault issue. This is related to the backend. Either you now use a different backend or the economy plugin broke
... then you haven't read the description of what Vault does - no wonder you are getting these issues.
This plugin is an abstract LIBRARY. Libraries don't do anything on their own unless the developers of said library explicitly claim it can do more (they do not in this case). However for reasons beyond me 50% of issues created on this issue page can be traced to people not (properly) installing an economy provider alongside Vault. The other 50% are people asking about version X support.
Vault only provides the abstraction layer so plugins can communicate with each other.
Vault does NOT store data.
Vault does NOT act as a DB.
Vault does NOT register economies.
Vault does NOT provide a fallback economy.
Vault does NOT enforce any DB schemes.