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. Dogloverblue

    Solved How do I aim an arrow at a player?

    I need help with a skript in which I shoot an arrow at the player, but nothing seems to work, can someone help? heres my code: every 5 seconds in "world": set {_loc} to location -57, 71, -179 in "world" loop all players in radius 10 around {_loc}: wait 0.2 seconds shoot a arrow...
  2. Dogloverblue

    Solved Problem with Multiple quotes

    So I I'm trying to make a command that give a player a certain item, the best way i know of is to use the "make player say" argument, but when i enter this command /boostergive: trigger: make player say ""/minecraft:give @s feather{display:{Name:'[{"text":"Boost lvl...