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. 83y

    Solved Mob spawn skript

    Here is my code, read the notes within the skript: command /start: trigger: set {mobs} to 1 set {time} to 10 loop all players: set {dead::%loop-player%} to false while {dead::%loop-player%} is false: broadcast "%{time}%" # rounds divides time by 1.2 and rounds...
  2. 83y

    Kill Assists system wont work

    I've been working on trying to get my kill assists system to work for weeks now and I cant. Can someone either help me or make one for me? on damage: victim is player attacker is player add damage to {assists::%victim%::%attacker%} # Adds damage to the total amount of damage...
  3. 83y

    experience drops aren't accurate

    Hi, im trying to make xp drop when a player dies however, when the player dies and the xp drops, the xp drop is accurate in the broadcast, but when I go to pick up the xp orb the amount of xp is different. How do I fix this? on death: if attacker is a player: if victim is a player...
  4. 83y

    Getting the item name inside a chest

    I cant seem to get the item name inside a chest on 1.15 Skript it only gets the inventory slot and direction of the chest not the actual item name. This works on 1.12 Skript but not 1.15 Skript. I have asked on discord, github and nobody knows the answer to this so I came to ask here.
  5. 83y

    Can't make player face certain direction.

    This is no way on how to make a player face a certain direction on the forums. I want to make a player face a certain direction when i teleport them. (this is for my /tutorial) I have asked in discord, nobody knows the answer.
  6. 83y

    Function errors

    Skript Version: 2.4.1 Minecraft Version: 1.15.2 Full Code: options: AMOUNT_Grass: 8 SINGLE_Grass: 5 AMOUNT_Dirt: 8 SINGLE_Dirt: 3 AMOUNT_Redstone: 8 SINGLE_Redstone: 10 BUY_Redstone: %{@AMOUNT_Redstone}*{@SINGLE_Redstone}% function setShop(slot: integer, player...