Started by davidS on Thu, 03/25/2021 - 23:31 Topic category: Help with Minecraft modding (Java Edition) how to make a weapon do damage in a 6x6 area Jump to top 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 Jump to top Permalink Log in or register to post comments executes* Jump to top Permalink Log in or register to post comments
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 Jump to top Permalink Log in or register to post comments
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
executes*