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

    Deleting blocks after 2 days of inactivity

    Unlikely edge case, the player afking for 2 days or longer. Maybe check if last login is greater than the last logout as well
  2. S

    Solved Checking if a player is holding 1 or multiple items.

    How? This is my current code. (Should have put in the post) on right click: if the player is holding 2 prismarine crystals named "&aBandaids": draw 150 of dust using dustOption(rgb(254, 112, 170), 1) 1 block above the player with offset vector(0.5, 0.5, 0.5) with extra 0.5...
  3. S

    Solved Checking if a player is holding 1 or multiple items.

    I need to check if a player is holding 1 or more of an item. I've searched all over and I can't find anything about it. on right click: if the player is holding 2 prismarine crystals named "&aBandaids": draw 150 of dust using dustOption(rgb(254, 112, 170), 1) 1 block above the player...