[Question] Movement of Capsules from one world to another
savosdarkran opened this issue ยท 3 comments
Hello,
I was wondering if there was a way to move a structure from one save to another?
I moved:
/playerdata/playeruuid.dat
/structures/capsule/*
/data/capsuleData.dat
to the new world, but it doesn't seem to be working.
I see in the code "templates". I will check what commands I have available and investigate this further on my end.
Hello !
The easiest way to keep track of which capsule holds which content while moving the capsules from a world to another is to follow those steps :
- For each capsule, while holding the capsule in hand, use the command /capsule exportHeldItem. Click on the command to open the log file, and copy/paste the instruction in a text file.
- Copy all files from <oldworld>/structures/capsule/ to <newworld>/structures/capsule/.
- In the new world, execute all the "/give" commands pasted previously in the text file.
Edit: documented an easier way to migrate capsules.