force

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

    Solved Force players to use server's Texture Pack

    Hi, I'm looking for some solution for forcing player's to use server's texture pack. I have tried to Google something, but it was little outdated or it wasn't been working. I have tried this code, but it didn't work. on join: wait 1 second send resource pack from...
  2. F

    Force respawn player (Error)

    .
  3. I

    How to make player look at another one

    hey does anyone know how to make a player look at another one? thats it
  4. D

    Solved Knockback Problem (not working)

    Using Skript on 1.8.9 with no add-ons. Would like to keep it this way. on leftclick: if player’s target is a player; if {reach.%player%} is true: set {_loc} to location of player’s target set {_dis} to distance between player and {_loc} if {_dis}...
  5. F

    I Can't Get A Player To Be Forced To Execute A Command.

    Can you please hep me ? So I am having trouble with getting a player to be forced to execute a command that is triggered by an event or a loop so for example I have an NPC and I coded a script to where an event is triggered when this specific NPC is clicked here is my block of code : on right...