Skip to content

Instantly share code, notes, and snippets.

View TheNameless44's full-sized avatar

TheNameless44

View GitHub Profile
@TheNameless44
TheNameless44 / Tweaks.sk
Created April 4, 2026 21:09
PvP Tweaks
on damage:
if attacker exists:
if damage cause is a projectile:
set {_dmg} to damage
set {_dmg} to 0.75 * {_dmg}
set damage to {_dmg}
if damage cause is an entity attack:
if tool of attacker is axe:
#send "Remember, axes do less damage!" to attacker