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. TenToTu Sho

    Arrow Shotgun spread works incorrectly

    So I've seen a post asking for a Shotgun spread with a bow, but I can't seem to make it work properly. on shoot: shooter is a player set {_arrowSpeed} to {arrowSpeed::%shooter%} * 2 set {_entity} to "%shooter%" parsed as entity type {trishot.dontshoot::%shooter%} is not true...
  2. TenToTu Sho

    Execute a command as entity/at location

    Hello everyone, so I would like to code something in that can execute a worldedit command at a specific location. I tried summonning a sheep and running it as the last spawned entity, but that didn't work. Is there any way to do this? Thanks. This is the code i used: command /sheepedit <text>...
  3. TenToTu Sho

    Create a Leaderboard

    So, I have a code, where i add to the variable {pvp.elo.%player%} whenever they get a kill or remove from it when they die. What i tried to do is to make a leaderboard with each of the different positions on the leaderboard (1st, 2nd, 3rd, etc.) would be a different variable, as I want to put it...
  4. TenToTu Sho

    Loop Variable Problem

    hi, im making a code, but i have this following problem: command /test123: permission: admin.test trigger: loop {pvp.elo.*}: loop-value is greater than 1999 set {seasonglory} to loop-value - 2000 set {seasonglory} to {seasonglory} / 2...
  5. TenToTu Sho

    Display Holograms under Name Tag

    I have Skript with SkRayFall (also SkQuery) and I have HolographicDisplays, but this effect cannot be recognized. bind hologram "&f&lImmune" to player for 2 second offset by 0.5, 0.5, 0.5 Full code: on death: if attacker is a player: apply instant health 20 to attacker for 1 second...