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 community!

    Now, what are you waiting for? Join the community now!

  1. uGim

    Solved Set block at (location) to skull? Can't find way to do this.

    This doesn't work when I do it like so: on place of stone: if {kitpvp.paa.%uuid of player%} is set: effect place skull of player at event-location: <--- there is the point which is not working loop expressions 2: set {_block} to...
  2. uGim

    Solved Set block at (location) to skull? Can't find way to do this.

    No errors but does not do it :/
  3. uGim

    Solved Set block at (location) to skull? Can't find way to do this.

    So this is the code: on place of head: wait 4 seconds set block at event-location to player's skull I have also tried some other ways to do this like: set block at event-location to skull of player set block at event-location to ("%player%" parsed as offline player)'s skull
  4. uGim

    Solved Problem with skript directions.

    Thank you so much it works! I am glad you helped me with this problem!
  5. uGim

    Solved Problem with skript directions.

    I am a beginner at skript and I have been trying to make a command which makes the player shoot an arrow to all nearby players. I have tried many ways of doing this command and I have searched tons of sites and threads for this "direction problem" and I haven't found answer. So the error says...