Press C, code window appears, you can use Python, Javascript or a visual Scratch-like language, controlling an agent in the minecraft world to go and do things
https://education.minecraft.net/en-us/resources/computer-sci...
I'm going to take a look into it and come back to you on this question!
Here is my summary of findings https://gilesknap.github.io/mciwb/main/user/explanations/mce...
It does provide a similar capability to MCIWB. It recreates the Education edition python interface which does let you set and get blocks and see when a player hits something.
Its a solution for people who learn education edition and then want to run the same code at home on a BUkkit server. (Bukkit is a Java server mod )
It was interesting reaching the occasional child who assumed this kind of thing wasn't for them.
I was impressed how low resource requirements are for the server.
We had quite big world's with 5 or more players running pretty well.
The client is a different story and the graphics capability of a pi is five for pi edition but struggles with the others.
I'm going to take a look into it and come back to you on this question!
Now I wonder if they'll use your project, or if there's another similar project they'll be using?
Regardless, the idea is great! I wish you luck!
They may be using Minecraft Education Edition which as come up a few times in the above conversations.
I happen to know that EE commands include the elusive 'GetBlock' that let's you query the contents of the world. I had to jump through some embarrassing hoops to provide this function for MCIWB.
https://www.reddit.com/r/Minecraftbuilds/comments/11rqauh/bu...