Started by
Feather4011
on
Topic category: Help with MCreator software
So lets say i was making someone fast.. but i wanted him to experience what it feels like to be fast just like in the flash..
is there a Way to make a Procedure Make like a 5 Block radius Slowness?
try the event execute command
the command is effect @e[r=5] minecraft:slowness (level) (level)
if the player also gets slowed down, do
effect @p minecraft:speed (duration) (level)
both with the same level to compensate, they would cancel out on the player
and if i was you, i would use a bigger radius, like 10
THANK YOU BRO!!!
it didnt work well
i wanted it like he can move and everyone within 20 block radius when he is moving slows down.. the code u gave me just doesit for a particular place only.
The command should be
effect @e[type=!Player,r=20] minecraft:slowness 1 <level> true
gives all nonplayer entities within 20 blocks slowness