
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Badges
No badges earned
Activity overview
Latest activity by Jason Luff-
Jason Luff created a post,
Screen Glitching
This happens on some of our Chromebook computers but not all of them. When opening the Minecraft: Education Edition App: The screen vibrates up and down about 2 mm. When I minimize the App, the vib...
-
Jason Luff created a post,
Code for standing on a specific block
Hi, I am wondering if there is a pre-built function in Minecraft Education that will run when a player is touching or standing on a specific block (like cobblestone).
-
Jason Luff created a post,
Code not working
I am trying to write code to get an Anvil to appear above my head if I am a specific location. Here is my code: def forever(): if player.position()==world(200,4,200): blocks.place(ANVI...
-
Jason Luff created a post,
Hosting on Chromebook version
Hello, is it possible to host on the chromebook version. If it is, what would I do to make it work? I have already updated to the latest version on the computers, and allowed the url on our network...
-
Jason Luff created a post,
Connecting code to a world
I am wondering if it is possible to connect code to a world. I would like to have my code "attached" to my world so that I can log off and then log back on and it will just start at the point I lef...