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

    Held item resets when player is given an item

    I want to give the player an arrow every five seconds, but the held item always goes down (and resets bow charging) whenever an arrow is given. How do you give players items without this happening?
  2. K

    Beacon-like effects with skript

    Is there a way to create beacon-like potion effects in skript? For example, instead of stacking effects, a player would constantly have an effect then have it fade out (currently, giving a player speed for 2 seconds twice gives the player speed for 4 seconds instead of 2 twice). Is there a way...
  3. K

    Solved Finding the block under player

    Is there a way to find the block under a player? And if not, is there a way to do something along the lines of "if block at {_coords} is stone"? I've tried the latter but it just returns <none>. I'm new to skript however so I might be missing something. Thanks for the help.