on death

  • 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. TimmieTRM

    Solved Metadata value "attacker" in on death:

    Skript Version (do not put latest): Skript 2.6 Skript Author: Bensku Minecraft Version: 1.17.1 --- I apologize for the weird lay-out, this is my very first post. Description: When a player places TNT, my skript proceeds to store whoever placed the TNT's name. If a player dies to this specific...
  2. T

    on death problem

    I have a problem,i want to make a jobs skript,but at tha job vanator(hunter) when i kill a zombie/cow/chicken/etc... i don't get any money,why? on death: if {jobs::%attacker%::job1} or {jobs::%attacker%::job2} or {jobs::%attacker%::job3} is "vanator": if attacker's gamemode is...
  3. Mani

    Solved How can I use skript mirror? It doesn't working. I want to disable level drops of chickens.

    if the attacker is a player: if the victim is a chicken: clear drops event.setExpToDrop(0)
  4. Mani

    Solved How can i disable level drops of chickens?

    on death: if the attacker is a player: if the victim is a chicken: ...