Damage Indicator - ⚔ Display damage when attacking!

Script Damage Indicator - ⚔ Display damage when attacking! 1.0

  • 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 comminuty!

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

Palgia

Member
Jul 16, 2017
43
0
16
30
Palgia submitted a new resource:

Damage Indicator - ⚔ Display damage when attacking! - Display damage when attacking

View attachment 8589
A very simple Skript which displays damage when you attack.
Code:
#
#ADDONS REQUIRED: SKBEE
#
options:
    display: "&c{dmg}"
    alive-time: 15 ticks


#
#Summon holo with damage value
#If random set to true, x, y and z axis will have a random value
#
function DamageIndicator_SummonHoloAtLocation(location: location, damage: integer, random: boolean=false):

    set {_summon} to a text display
    if...

Read more about this resource...