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 community!

    Now, what are you waiting for? Join the community now!

  1. Runakai

    Getting the item name inside a chest

    Set a variable to the item, skript just behaves weirdly
  2. Runakai

    How to detect if you are standing flat lands?

    loop all blocks in radius 3 of player where [y-coordinate of input = (y-coordinate of player)+1]: loop-block != Air send "not flat"
  3. Runakai

    Kick after playtime

    On join: wait 15 minutes kick the player
  4. Runakai

    Solved See if anyone in the server has item?

    You have to loop all playe s and use loop-player instead
  5. Runakai

    event-block is not a date (help still needed)

    What are you thinking? You want the location but how is skript supposed to know what {_loc} is? You can name a variable however you like and set it to whatever you like so that doesn't make sense. Replace it with "location"
  6. Runakai

    event-block is not a date (help still needed)

    {_loc} of loop-block. No No no. That's not an expression
  7. Runakai

    event-block is not a date (help still needed)

    What's this? That doesn't make sense set {autoharvcomp} to {_loc} of loop-block
  8. Runakai

    event-block is not a date (help still needed)

    Current code, skript version, MC version
  9. Runakai

    I can not get my items in a virtual inventory to do what I want

    Any information as if the messages are being sent or not would have been helpful
  10. Runakai

    I can not get my items in a virtual inventory to do what I want

    You're just sending a piece of code. No extra information. Am I supposed to know what's not working
  11. Runakai

    if {variable} is greater than 1 problem

    You're setting your variables to a string, not a number
  12. Runakai

    I can not get my items in a virtual inventory to do what I want

    Code would be good. Also use https://forums.skunity.com/threads/vanilla-guis.8939/
  13. Runakai

    Skript Vanilla GUIs

    I don't know then, the "ugly" way of cancelling would be to set a variable to the cursor slot, set the cursor slot to air and then setting the original slot to the item in the variable
  14. Runakai

    Skript Vanilla GUIs

    May show me the code?
  15. Runakai

    Wash your hands, wash your body, wash your soup, wash me senpai

    Wash your hands, wash your body, wash your soup, wash me senpai
  16. Runakai

    On rightclick with item

    The problem is the event. It's not working anymore. on rightclick: tool = cocoa bean: name of tool = ""...
  17. Runakai

    Please help me

    No you can not. Who's arg-1? Ducky?
  18. Runakai

    Skript Vanilla GUIs

    That's something that appeared to me as well, should've mentioned it in the tutorial, you're right! Normally every click should get cancelled however, sometimes it doesn't. I fixed that by adding a condition to see what kind of click type was still able to steal the item and cancel that. That's...
  19. Runakai

    Please help me

    on join: send "The user %player% has joined!" To all players