Started by
Noxvern
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, there any way to stop player movement control?
I want to make a projectile that paralize you or if is not possible, spawn blocks arround him (like in all directions and 2 blocks of height to get stuck)
Appreciate the help!
Edited by Noxvern on Sun, 09/05/2021 - 22:14
There is no direct procedure block to do it but you can get the same result by adding a 255 level slowness potion effect to the player. You can also choose not to show the particles so it does not look like it has a potion effect, like in the example here: https://imgur.com/uJCe69n
Hope it helps!
I'm sorry, I forgot you can still jump being slowed, but if you duplicate the procedure adding 128 level Jump-Boost effect, the player won't move by any chance.
Thnx! I tried and it works perfectly