Recent content by Blep

  • 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. B

    Check if player is in SkBee bound

    Im trying to check if a player is in the region that im setting blocks. The block setting works but the other block of code doesn't work? Im not sure why. loop blocks within {position1.%{_m}%} and {position2.%{_m}%}: set {_newblock} to random element of...
  2. B

    Solved Check GUI for named item

    Hello, wondering why this code doesn't work? on inventory click: if name of current inventory of event-player is "TEMP": if event-slot is 2: wait 1 tick if slot 2 of player's current inventory is Wood Pickaxe...
  3. B

    Solved Set blocks in an area

    Ive been trying to work around this problem but I just cant get this to work. The blocks dont appear but the messages do. There are no errors. Whats up with this? command /mine: trigger: broadcast "executing" set {_x} to location 0, 10, 0...
  4. B

    Teleport player to another player's coordinates

    Thanks, yea that worked. I overcomplicate things ._.
  5. B

    Teleport player to another player's coordinates

    I can't find a solution to this but I know I'm not the first person to run into this issue, so sorry if this has already been answered, but how do I teleport a player to another player's coordinates. Sounds confusing, but I'm not trying to teleport a player to another player, but rather their...
  6. B

    On break of minecart?

    That wasn't really my issue. My issue was it wasn't seeing that the minecart was broken
  7. B

    On break of minecart?

    I know the answer is probably posted somewhere obscure, but the only answer that I could find with 30 minutes of searching was something that I couldn't get to work. So, my issue is that when a player breaks a minecart with a chest, it should cancel the drops and drop a minecart with chest. So I...
  8. B

    Solved Check age of wheat crop

    Thanks so much, I just couldn't figure out where to put the block data and what the words were lol
  9. B

    Solved Check age of wheat crop

    I've searched for an answer but all the posts I saw were out of date. Could anyone help me check the age of a wheat crop? This is the code I've been trying to modify to get to work on block break: if event-block is wheat: broadcast "1"