File to MongoDB
- 1.Put the plugin file into you plugin folder and restart the server so that the plugin can generate the new config options.
- 2.
- 3.Set the
Type
option underRepository
toMongoDB
. - 4.If you have an old
My.Pet
file you want to import setConvertFrom
option underRepository
toNBT
. - 5.replace the credentials under
MongoDB
with your own. - 6.restart the server once again. It should create the tables and convert the old
My.Pets
file to database .entires. - 7.You can run your server like normal but all servers you use can now access the pets from one database!
Last modified 7mo ago