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

    How to create anvil gui?

    "First of all", I do not have any code, because I do not know how to create/open anvil gui to make it works propetly like normal anvil. One code what I was trying was code what I posted. I was checking third slot of anvil gui with "slot clicked slot of current inventory of player" and my own...
  2. P

    How to create anvil gui?

    I really do not want to comment that, but you should first read my post.
  3. P

    How to create anvil gui?

    How to create anvil gui? This example does not work (third slot is not formating after text input): https://forums.skunity.com/threads/anvil-gui.3113/ Thanks for any help!
  4. P

    How to clear an entity without killing it?

    How to clear an entity without killing it? I have added all entities to list {mobs::*}, and when I am looping it, "clear loop-value" does not work :( Can someone help me? Thanks.
  5. P

    Also It will be great if you add index to any MySQL effect. Examples: set {_result} to mysql...

    Also It will be great if you add index to any MySQL effect. Examples: set {_result} to mysql result of query "auth" "<QUERY>'" mysql update "auth" "<QUERY>" set mysql host "auth" to "123.123.123.123" set mysql username "auth" to "user" set mysql password "auth" to "password" set mysql...
  6. P

    Will you ever make it like it was in SkQuery? Single connection per file (settings in...

    Will you ever make it like it was in SkQuery? Single connection per file (settings in "options:"). It is much better :P
  7. P

    I have another question (sorry for waste of your time :P) Can I set 2 other databases in another...

    I have another question (sorry for waste of your time :P) Can I set 2 other databases in another file? I want to make two databases, one for user/login things, the second for coins. Is it possible, or I have to use only one database, IP and port? Thanks for helping!
  8. P

    Thanks for respond! So result is array type and can contain more than single value :P?

    Thanks for respond! So result is array type and can contain more than single value :P?
  9. P

    Hello! I have question about your MySQL stuff in your addon :P! How to get a list ( I mean this...

    Hello! I have question about your MySQL stuff in your addon :P! How to get a list ( I mean this: {_list::*} ) of specific type like number from result, when result contains more than 1 thing :P? Thanks for help!
  10. P

    Skript load script (.sk file) event?

    Is in skript any event that is called when .sk file is loaded? Like when "/skript load file" or "/skript reload file" is used or when skript on server enable is loading scripts? Thanks for any help