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

    spawn minecart when block is clicked

    I have the line "spawn minecart at clicked block". It works properly with other minecart types, like when I replace it with "spawn minecart with chest at clicked block". When I use the spawn minecart at clicked block line, it prevents further lines from executing after, and does not spawn a...
  2. M

    On right click on player head with specific players

    I have this: on rightclick on player head: if clicked block's skullowner is "Notch": send "test successful" I have Skellet, skQuery, and skRayFall installed It does not send any errors, but right clicking on the skull of notch does not send anything.
  3. M

    on rightclick on diamond block:

    So I have made this skript that teleports a player to a random level when they right click on a diamond block, but it only works with players who are op, and normal players cannot right click the diamond blocks. on rightclick on diamond block: if player is holding air: set {map} to...