Skip to content

Commit

Permalink
Explicitly suggest leading ./ for running scripts
Browse files Browse the repository at this point in the history
This may not be obvious to everyone.
  • Loading branch information
cjwatson committed Jul 11, 2021
1 parent 66f2449 commit d2d6e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ You will need Python >= 3.6.
5. Stop the server and copy the world back out. Make sure to put it in a
different path from the clean copy you took in step 2, because you'll
need to compare them.
6. Run `compare-worlds.py <path to old world> <path to new world>`. This
6. Run `./compare-worlds.py <path to old world> <path to new world>`. This
should find a single new player and print various UUIDs associated with
them.
7. Take another copy of the original world from step 2, and run
`convert-local-player.py <path to copied world> <MSA ID> <self-signed ID>
<player server ID>`, using the UUIDs printed in step 6.
`./convert-local-player.py <path to copied world> <MSA ID>
<self-signed ID> <player server ID>`, using the UUIDs printed in step 6.
8. Upload this modified copy to the BDS instance, overwriting the one you
uploaded before, and restart the server.
9. The original local player should now be able to connect and see their
Expand Down

0 comments on commit d2d6e58

Please sign in to comment.