How to incorporate education.json in mcworld
I'd like to make a world in which students can use tp command only. Students can not use give, gamemode, summon, fill, etc.
Here is my idea:
1. Export world
2. Rename mcworld -> zip
3. Expand zip
4. Insert education.json like this
"{
"commands" : {
"hiddenFromPlayer" : ["!tp"],
"hiddenFromAutomation": ["!*"]
}
}"
5. Compress the folder (with education.json) to zip
6. Rename zip -> mcworld
However, the new mcworld can not be loaded to MEE.
The error message says "World import failed".
Please help me!
-
In the past I have had to use an external zip tool to rezip. Try to rezip with 7-zip instead of the Windows builtin compression in Explorer.
0
Please sign in to leave a comment.
Comments
1 comment