11 - MySQL
You can use MySQL to store the data
Introduction
You can use MySQL to store the data of different functions,such as Arena Data,Record Data,Shop Data and so on.And their ways of storage is independent.For example,you can use MySQL to store the data of Arena while using yml file to store the data of Shop.
Usage
This is a part of default config.yml
Area: The location of arena,lobby and hologram
Blacklist: The data of blacklist
Dan: The data of players' DUEL LEVEL
LanguageFile: The data of players' language files
Point: The data of players' DUEL POINTS
PointShop: The data of DUEL POINTSHOP,including the goods and their price
Record: The data of ranking and players' game record
Copy data
If you want to copy the data in yml file to MySQL,you can use command '/dt tf <Function Name>' to realize it
Last updated
Was this helpful?