Solved super critical hit

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

HexiKat

New Member
Jun 16, 2023
9
0
1
for context, im trying to make a plugin where when you land a critical hit from a tall height it does more damage, kinda like the mace, just a set amount of damage and not an increase per block fallen

what i have:

on damage:
if attacker's offhand tool is amethyst shard named "&fᴀɴᴇᴍᴏ sʜᴀʀᴅ":
if block below attacker is air:
damage victim by 2
execute console command "execute at %victim% run particle minecraft:explosion ~ ~ ~ 0 0 0 1 10 force"

it does extra damage even with a normal crit (not good)
 
for context, im trying to make a plugin where when you land a critical hit from a tall height it does more damage, kinda like the mace, just a set amount of damage and not an increase per block fallen

what i have:

on damage:
if attacker's offhand tool is amethyst shard named "&fᴀɴᴇᴍᴏ sʜᴀʀᴅ":
if block below attacker is air:
damage victim by 2
execute console command "execute at %victim% run particle minecraft:explosion ~ ~ ~ 0 0 0 1 10 force"

it does extra damage even with a normal crit (not good)
Try adding: while ground state of player is false: (Source: 'On Fall')