damage area

Started by davidS on

Topic category: Help with modding (Java Edition)

Last seen on 19:39, 19. Nov 2022
Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
damage area

how to make a weapon do damage in a 6x6 area

Last seen on 18:56, 12. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create a custom effect that…
Sat, 03/27/2021 - 00:19

create a custom effect that deals damage when applied

when you hit a target add a procedure that exacute the command below

effect give @e[distance:1..6] modname:effect_name 1 1

Last seen on 18:56, 12. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
executes*  
Sat, 03/27/2021 - 00:20

executes*