Area Effect Procedure

Started by Feather4011 on

Topic category: Help with MCreator software

Last seen on 23:54, 30. May 2018
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Area Effect Procedure

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?

Last seen on 20:38, 30. Dec 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
try the event execute…
Sat, 05/19/2018 - 09:16

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

Last seen on 23:54, 30. May 2018
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
THANK YOU BRO!!!
Sat, 05/19/2018 - 10:36

THANK YOU BRO!!!

Last seen on 23:54, 30. May 2018
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it didnt work well i wanted…
Tue, 05/22/2018 - 18:43

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.

Last seen on 00:36, 3. Mar 2020
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The command should be effect…
Sat, 05/26/2018 - 20:52

The command should be

effect @e[type=!Player,r=20] minecraft:slowness 1 <level> true

 

gives all nonplayer entities within 20 blocks slowness