
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
Badges
No badges earned
Description
Activity overview
Latest activity by John Moritz-
John Moritz created a post,
Improve the teams interface
It seems small, but can you allow teachers to add a lesson to ALL our classes at once instead of one at a time? I use Minecraft/Teams daily and it seems like wasted time since Teams already has a s...
-
John Moritz created a post,
Improve the teams interface
It seems small, but can you allow teachers to add a lesson to ALL our classes at once instead of one at a time? I use Minecraft/Teams daily and it seems like wasted time since Teams already has a s...
-
John Moritz commented,
I am glad you gave me 'wait time' before answering. I learned how to replace the grass blocks with air (/fill x1 y1 z1 x2 y2 z2 air 0 replace grass) so I could find everything. I was able to figure...
-
John Moritz commented,
Hi Chris. Is there any way you could tell me where the command block or blocks are located for assigning players to numbers and teleporting them when they enter? I just want to know how you did thi...
-
John Moritz commented,
This is a great post. Thank you. I will try to use this in conjunction with locks. This discussion talks about how to create locks for build areas. https://educommunity.minecraft.net/hc/en-us/commu...
-
John Moritz commented,
I solved it with the help of your code. I didn't know I could but I just check for the the player nearby: /testfor Moritz_J [r=3] Then I teleport by name: /tp Moritz_J -11 4 -19 To save any conflic...
-
John Moritz commented,
This system works great. Is there a way to test who triggers this? I created a pressure plate using what you show above. It works except ANYONE can stand on it and teleport that player.
-
John Moritz commented,
I was thinking of putting border blocks around designated student areas and creating a teleport plate that is activated by a combination of some kind. Is this possible? If so, how?
-
John Moritz created a post,
Place relative to front facing
I am currently using code to place blocks in different shapes and configurations. Unfortunately they are placed relative to the world position. It would be great in the future to have an option to ...
-
John Moritz created a post,
Magic Carpet
In the Coding With Minecraft lesson, lesson 2, Events, one of the first assignments is to create a magic carpet. I can't figure out how this is done. Can anyone post the basic steps involved? Thank...