YiC200333 / XConomy

An economy plugin that supports data synchronization between multiple servers
GNU General Public License v3.0
95 stars 33 forks source link

Cant import data #60

Open TypicalShavonne opened 2 years ago

TypicalShavonne commented 2 years ago

Version of XConomy
XConomy 2.18.4

Server version
Paper 1.18.1

Storage-type
MySQL

Describe the issues
Issues Import data from Essentials doesnt work


(option)XConomy's config.yml

(option)Screenshots

YiC200333 commented 2 years ago

can u find import data in this folder(XConomy/importdata/data.yml) after your importing, the data will import to xconomy's database when player join the game.

TypicalShavonne commented 2 years ago

yes, but it isnt full, there few players with millions money, which doesnt have their name and money in the data.yml

YiC200333 commented 2 years ago

The current version of import data is to obtain the full server players list through Bukkit.getServer().getOfflinePlayers() This method may lose some players, but I don't have a better solution at present.