MilkBowl / Vault

Vault of common APIs for Bukkit Plugins
GNU Lesser General Public License v3.0
493 stars 350 forks source link

Vault-Conversion Not Working #848

Closed Miroluvswii closed 3 years ago

Miroluvswii commented 3 years ago

I’m currently having issues migrating my server's economy with vault-convert. I attempted to convert from lighteconomy to TheNewEconomy. When I ran the command it seemed to run fine saying the conversion had completed and there were no errors in the console, but none of the data had changed.

What I get: http://gyazo.com/5a169226409d830086a7d4d9b1be8123

Sleaker commented 3 years ago

@Miroluvswii the conversion tool is provided as-is and hasn't been tested extensively. It just loops over all available accounts in one economy system and sets the equivalent account in the second one. I can't really help without more explicit information on what you're seeing missing. You'll need to actually look at the data where it's stored to verify what happened.