OpenBagTwo / EnderChest

syncing and linking for all your Minecraft instances
https://openbagtwo.github.io/EnderChest/
GNU General Public License v3.0
3 stars 2 forks source link

Ability to offboard specific instances #123

Closed OpenBagTwo closed 5 months ago

OpenBagTwo commented 9 months ago

GIVEN M.A.R.I.L.L.A manages her servers using EnderChest

AND she wants to migrate one of her instances to a machine that doesn't use EnderChest WHEN she runs the command enderchest break --instance mobbos_server (e.g.)

THEN

  1. all symlinks pointing from that instance into EnderChest will be replaced by copies (the same as if she'd "broken" the entire EnderChest, but just for that one instance)
  2. that instance will be de-registered from her enderchest.cfg file

    SO that she can migrate that instance to a new machine or otherwise use that instance without a dependence on EnderChest

Notes