Search results

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

    Naming a mob

    So I'm making a Mob Generator server! I want to name the mobs (I know how to) when the mobs spawn above the gen (I have that) But if I have 2 Generators down it only names 1 of the mob (chicken) As you can se e I have 2 gens, one of the gens the chicken doesn't have a name the other one has...
  2. N

    Mob death caused by lava and adding a 15 to a player's variable

    on death: if victim is chicken: if cause of death is lava: add 15 to {chickworth::%player's uuid%} but it doesn't add and idk how