🆙Migration from v4 to v5

Migration Steps

  1. Create a folder named old_data inside:

    plugins/LiteFish/
  2. Place your old data file dropData.json into:

    plugins/LiteFish/old_data/
  3. Start the server with the updated plugin.

What Happens Next

  • The plugin will automatically detect dropData.json.

  • The file will be converted into the new configuration format used in v5+.

  • After a successful conversion:

    • dropData.json will be deleted from the old_data folder.

    • All corresponding new config files will be generated in the v5 structure.

This process is fully automated and requires no additional actions from you.

Last updated