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

    Any Idea how to make multiplayer skyblock worlds?

    Ok, its late for me, tomorrow i'll try to code you that ok?? BUT, keep coding you might find the solution
  2. novastosha

    Any Idea how to make multiplayer skyblock worlds?

    Dude wtf, clean your code too much hardcoding, try to use effects implemented in skript!! Btw, that will make it really ez for u and also don't use variables of skript use configs (Eg. "data\%player's uuid%.yml) To store members and other things
  3. novastosha

    Script Anti multiple accounts 1.2

    Just a simple script to do not allow people to connect with the same IP Commands? No commands! The use: Evade Lag, DDOS attacks and more!
  4. novastosha

    less than x time bugg

    Is it working now??
  5. novastosha

    less than x time bugg

    Dude does it gives any errors while reloading??
  6. novastosha

    Optional Parameters

    lmao are u sure
  7. novastosha

    Question about timings

    Multithreading? Because using sleep method on server main thread will keep it down and it will dump so yeh public class UrClass extends Thread { @Override public void run() { int i = 0; while (i <= 10) { System.out.println(i); i++...
  8. novastosha

    Optional Parameters

    command ok [<text>]:
  9. novastosha

    Solved Issue about Skript-Mirror

    on "org.bukkit.event.player.PlayerJoinEvent"
  10. novastosha

    Simple Question

    delete {VARIABLE}
  11. novastosha

    Send resource pack with skript-mirror

    set {var} to new FIle("ur file") use "." to access ur server main folder where the worlds and configs are located and make sure to import "java.io.FIle" and also to check if a file is modified {var}.lastModified()
  12. novastosha

    Send resource pack with skript-mirror

    Thats not how it works, threads gets active by the knowledge of the community, your thread was not active beacuse no one understand check if ur file is modifed generate a new hash and send it
  13. novastosha

    Send resource pack with skript-mirror

    Dude .lastModified()
  14. novastosha

    Send resource pack with skript-mirror

    second argument is a byte array Try "yourlink.com/[UR HASH]" or your link format If it does not work i'll try to send u MD5 hash converter
  15. novastosha

    Send resource pack with skript-mirror

    cast = (String) you did but it can be anything
  16. novastosha

    Send resource pack with skript-mirror

    i did tell him that
  17. novastosha

    Send resource pack with skript-mirror

    send the hash, there might be some letters that needs to be doubled eg. "%" + You are typing the URL outside the quotes it is not CraftPlayer just player Wen you cast somthin' the cast need to be in first, What is the second arg in the method?
  18. novastosha

    Send resource pack with skript-mirror

    So, unmark me, I don't accept people give me best answer mark without it working :)
  19. novastosha

    Send resource pack with skript-mirror

    Did it work?
  20. novastosha

    Send resource pack with skript-mirror

    There is a second argument as a byte in this method, try working with it