Skip to content

Server Administrator Migration

ImperaZim edited this page Jun 21, 2026 · 1 revision

Server Administrator Migration

This page is for operators moving a real server from EasyLibrary 2.x or mixed standalone setups into the 3.x package model.

Before Changing Anything

Back up:

plugins/
plugin_data/EasyLibrary/
worlds/

Then run:

/pl
/easylibrary doctor
/easylibrary packages doctor
/easylibrary config doctor

Migrate One Provider At A Time

Do not replace every standalone library in one restart. Use:

/easylibrary packages switch <package>

The switch checklist explains:

  • package path;
  • proxy path;
  • standalone artifacts;
  • plugin-loader permission;
  • what to remove before restart.

After Restart

Validate:

/pl
/plugins
/version
/easylibrary packages doctor
/easylibrary doctor

If any doctor reports problems, fix those before migrating the next library.

Clone this wiki locally