kill

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

    Solved Arguments

    Hi im new to skript and im trying to make a skript that kills the player by the amount u entered (like if u entered 5 it insta kills the player 5 times). Edit: its for insta respawn.
  2. G

    Mob gens

    Hey! Im making a clicker type server, where if you kill mobs, you get multi. Here comes the part that i need you to code. I want to make like gens wich you place down, it will start spawning mobs. Many thanks if you can make it!
  3. T

    Delete Armorstand Bug

    Skript Version: V8 Minecraft Version: 1.16.5 on rightclick on any stairs: spawn armor stand at location below event-block set {_entity} to last spawned entity rotate {_entity} around z-axis by 180 degrees set visibility of {_entity} to false make player ride {_entity}...
  4. G

    Boss battle loot

    Im making a boss system where when u kill the boss, it has some drops, here is my current code: on damage: if victim is pufferfish named "Spike": if the final damage is bigger than the health of victim: loop all entities in radius 15 around victim: chance of 12%...
  5. P

    Killing a boat

    I have a little script: on vehicle exit: if event-entity is a boat: kill event-entity But it doesn't work Does anyone know how to remove the boat after leave
  6. M

    Kill Counter with Permission

    Skript Version: Skript 2.4-beta8 Minecraft Version: 1.14.4 English: Hello I'm just here when programming not continue. I want someone who has a certain permission to kill someone who goes up a counter. That works with the counter already. I just do not know how to set this with the permission...
  7. S

    Help kill stack mobs

    My Skript has the function of killing an amount of mobs stacks. on death of zombie: if attacker is a player: set {_drops} to number of drops clear drops set {_name} to name of victim # Before this x has a number that represents the amount of mobs in a stack # I...
  8. Skaya

    Kill Thrown Ender Pearl

    Hello, Is there a way to kill a specific thrown ender pearl entity? Thx, Skaya