- Following 0 users
- Followed by 5 users
- Votes 0
- Subscriptions 34
Badges
No badges earned
Comments
Recent activity by Micah M-
Official commentHi Samuel Kelso, I'm sorry to hear you are running into this issue. We had one other customer report this as well, and we are currently having our developers take a look at this. I'd suggest trying...
-
Official commentThe message parameter is the correct way to get the contents of a chat message and it is the only property in python notebooks that has the text of a chat message. The [Username] at the beginning i...
-
Hi Douglas Sandy, I have 3 ideas of what could be happening here, hopefully one of them may help you fix the issue. 1) If you are using slash commands (for example /give or /dialogue) in 1.19 the t...
-
Debbie Alexander python is a little sneaky in how it prints objects. The default print statement for a generic object is just the object id (something like "minecraft.world.World object at 0x000000...
-
Official commentHi everyone, Hopefully I can help clarify what is happening here. Version 1.18 introduced much larger worlds (the world height increased by 128 blocks). As a result we had to tune the performance s...
-
Debbie AlexanderWe don't keep links to all of the old builds available online (we keep the latest release and latest beta available). Trying to use old versions generally results in lots of multipl...
-
Official commentIt sounds like this is a question for Minecraft Bedrock based on the name (Minecraft for Windows) and version number (1.18.30). Support on this site is for Minecraft: Education Edition, so the othe...
-
Ok, if you are using 1.17.32 that is concerning then. Can you help me understand exactly what is broken? It sounds like: player.on_chat block.place pos() world.time Were there any others? I'll ha...
-
Official commentHi Debbie Alexander, I think you are referring to the latest beta (1.18.10)? We did change how the back end coding APIs connect the client to the IDE with the goal of making them more reliable for ...
-
Official commentHi Debbie Alexander, The tutorial is doing a little magic in the background to identify when the user types jump and call the chat_say_jump( ) function.If you want to write equivalent code on your ...