damage

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

  1. J

    Damage loop-entity accounting for armour.

    I'm trying to make a super smash mobs remix using item projectiles. Having trouble damaging entities accounting for what armour they have on. Example I damage loop-entity by 2 with no armour and it deals 2 hearts of damage while I damage loop-entity by 2 with full diamond armour and does the...
  2. ItsMCB

    Item Regeneration

    I have been looking for a way to change item durability. I have found a forum post (https://forums.skunity.com/threads/item-durability.2731/) on the item taking no damage. Is their a way for a player to execute a command and add durability back into their item? Ex. If my diamond pickaxe has...
  3. R

    Set dmg to values over 5k

    Hey guys, so updated my server to 1.12 and found out, that "damage victim by {_dmg}" (ofc in on damage event) will set the attacker to "<none>" when the entity is killed. In 1.8 and 1.9 it was OK. If i use "make attacker damage victim by {_dmg}" then the script will infinitely repeat itself ->...
  4. G

    Solved make a player damage someone

    Hey, So I'm trying to make a little duel plugin with wands and stuff. I want to detect when a player dies, which isn't that difficult with on death of player: #event I want to damage any players that are in a 3 block radius of the targeted block of the executor. loop all entities...
  5. kapec323

    Custom item model by damage with skript

    hey i want to create a custom item witch texture pack i have model file (if damage of hoe is 0.0012545482 hoe get diamond sword look) how i can do it in skript like nbt or set damage ? i found plugin called NewItems on spigot premium and its work like my idea