The method with slowness and jumpboost should work in theory. Slowness changes your field of view and speed until level 7, where you can’t move at all….Here are a few other ways:
- Teleporting the player to itself/coordinates.
- Putting the player onto a horse/pig/boat/minecart.
- Inclose the player in barriers.
What is the freeze command in Minecraft?
The command would be as follows: /freeze or forever or all. An example would be: /freeze 20000 rain, cropGrowth, mobSpawn, textures. It would also come with a counterpart, a /unfreeze command, which you just type to return everything back to its normal state.
How do you enter Command Block Radius in Minecraft?
I think that if you put a command block down, and put /command_block radias you can enter how many blocks it travels for. You would be able to do this by making a command block go into another. And if you want to make all of the command blocks go this way you can enter it on type command.
How to detect a player within a radius?
I can detect a specific player, or a player within a certain radius, but not both. You can specify multiple arguments by separating them with commas. Enter the following command into a command block: /testfor @a [name= ,r= ], where is a player’s username and is the circular distance around the block.
What does dots mean in radius in Minecraft?
So just add dots? dots mean a range, in this case its looking for any entity within a distance less than 5. if you were to put 3..5 it would look for an entity within 3 to 5 blocks. Don’t test for JSON strings and did you check the FAQ?
How to make a command run over and over in Redstone?
Enter the following command into a command block: /testfor @a [name= ,r= ], where is a player’s username and is the circular distance around the block. You could put this command block on an infinite redstone loop to make it run over and over, all the time.