Recent content by ketchup_god

  • 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

    But there have been many servers (and yes, I know they might have been coded in java, but still) where this doesn't happen. I know it is how minecraft works, but many people have worked around it, and I want to see if there is a way of doing so in skript. By the way, thanks for replying.
  2. 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?
  3. K

    Beacon-like effects with skript

    yeah, something like that, just in skript.
  4. 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...
  5. K

    Solved Finding the block under player

    Hello, thanks for the answer, it works wonderfully. I have another question, is there a way to constantly give a player an effect (like with a beacon)? Right now, if I keep on giving a player an effect, it adds the length of the effect instead of replacing it (e.g. giving a player speed for 2...
  6. 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.