- Following 0 users
- Followed by 14 users
- Votes 24
- Subscriptions 50
Badges
No badges earned
Comments
Recent activity by Chris Fuge-
Caleb, it depends a lot on how your world is setup, but you could just put a second command block in the new area. You could either have a button/lever/pressure plate to activate it, or you could s...
-
/gamemode a @a [r=30] And you’ll want to make it a repeating command block so it keeps working. But then you will need another command block to put them back on survival mode... Have you considere...
-
Here's what I've experienced... I can host a world from home using version 1.12.60 with port forwarding setup and students were able to join my world (as long as they were on 1.12.60, this was back...
-
Ian, you're missing a number after slot.armor.head for the slot ID. I just added a 1 and it worked great: /replaceitem entity @p slot.armor.head 1 diamond_helmet
-
I was thinking about this the other day. My understanding is that PVP true/false is a general gamerule that would apply to the entire world. I could be wrong, but I'm not aware of a way to limit it...
-
The windows game bar was super easy for us, and seemed to provide one of the smoothest recordings. Just press Windows button + G while in the game and it pops right up.
-
Jan, What if you used the /clone command? You could have the initial setup of the challenge somewhere else in the world, and have a command block to re-clone that area after each attempt? I realize...
-
I have had the same issue. I have added a command block with a /fill command to fill the area with air. This will erase anything there. I think you might even be able to write code to do the same t...
-
Have you tried importing the file from within Minecraft, next to the Join World button there should be an import button.
-
I just did some work on a world and also had to place a block tower to get up to the height I wanted. There is a slash command you could use if you turn on "Show Coordinates". It asks where you wan...