Started by
Joshualtd
on
Topic category: Help with Minecraft modding (Java Edition)
i want to create (time stop) ability but i don't know how to make player completely freeze (no jump , no moving , or if jumped freeze in air)
for better understanding u can check on youtube (dio using time stop jjba)
oh.. they do
create an invisiblle segmented transparent block,
make the bounding box's min y coord 8 and max y coord 16
make sure the block will be placed at: X (Y + 1) Z
and make sure it will only be placed when the block at (Y + 1) isn't solid
and if they min y coordinate of 8 doesnt work then set it to 9
have you already done the sound effects and overlay?
i think i should explain better it crashing when i giving effect to iterator mobs in radius 40-50 blocks
it crashing only if Gamerule domobspawning is on true
Just set motion vector of the target entity to vx=0 vy=0 vz=0. It won't be able to move at all, and you need only one procedure block.
oh :(
can u show me please how to do this with screenshot and how to back movement vector to normal after certain time
and yes i did sound but no overlay
Here it is:
https://www.mediafire.com/view/bhmawu1jkog9ht3/vector0.png/file
To use, just make a potion effect that trigger this procedure every tick. It's all you have to do, because, like "Set provided entity in cobweb for one tick", it only apply for one tick.