Skip to main content

Computer Science Python Programming

Comments

5 comments

  • Good question. You should be able to download any of the worlds and make some changes to them. If you get stuck, many builders/developers have had success with https://www.amuletmc.com/ to further edit and create.

    Minecraft-EDU-Team Minecraft Education

    0
  • I ran into the same issue while trying to translate this world to brazilian portuguese. The solution I found is described in the steps below:

     

    1- Export the world

    2- Unzip it with winrar or similar program

    3- Open the file education.JSON with notepad or similar

    4- Edit the file erasing the * character

    Before:

    {
    "commands" : {
    "hiddenFromPlayer" : [*]
    }
    }

    After:

    {
    "commands" : {
    "hiddenFromPlayer" : []
    }
    }

    5- Import the world back to MEE and you will be able to use all the commands including /worldbuilder and /gamemode that will allow you to edit this world.

     

    1
  • Ariel Klefner

    how do you re-pack the Unzip folder into mcworld.

    0
  • Ariel Klefner

    what I'm doing wrong
    1. export
    2. open with winrar
    3. edit education.JSON file
    4. re-zipp the file 
    5. convert it to mcworld
    6. import to mme
    7. upload level failed

    0
  • I did just one thing slightly differently. Instead of rezipping the whole world I just deleted de education.json and uploaded it again in the .mcworld file

    0

Please sign in to leave a comment.