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

    skript-reflect

    Yes
  2. TPGamesNL

    [CLOSED] I'll make anything

    This shop is now open again, although it is no longer free. Reply here, DM me on skUnity or DM me on Discord (TPGamesNL#0880) if you're interested and we'll discuss it.
  3. TPGamesNL

    Solved Drop without velocity (Skript Version)

    I recommend using a paste service next time, like pastebin. For the issue, you can either go back to your previous Skript version, or update skQuery.
  4. TPGamesNL

    Solved Drop without velocity (Skript Version)

    Do you get any console errors / warnings when you start your server?
  5. TPGamesNL

    Solved Drop without velocity (Skript Version)

    What addons (and their version) are you running?
  6. TPGamesNL

    Solved Drop without velocity (Skript Version)

    Can you send your full console log when that happens?
  7. TPGamesNL

    Solved Drop without velocity (Skript Version)

    Check your console and send the error you find. If there is none, explain what isn't working.
  8. TPGamesNL

    Solved Drop without velocity (Skript Version)

    You said 2.2-dev26, I said 2.2-dev36. If that was a typo, there's a good chance there's a big error, send it.
  9. TPGamesNL

    Solved Drop without velocity (Skript Version)

    I recommend you use 2.2-dev36. You can check your version with /version Skript. See EffDrop: drop %item types/experience points% [%directions% %locations%] without velocity
  10. TPGamesNL

    Solved Skript Reload Console Error.

    Send the whole error, you cut off the top
  11. TPGamesNL

    MySQL Error?

    Should be fixed already:
  12. TPGamesNL

    Solved Execute PHP Script on Website

    Reqn has Last Response, which gives you a lot of info about the response (message / broadcast it)
  13. TPGamesNL

    Solved Execute PHP Script on Website

    Have you looked at the http response? It'll probably have more information
  14. TPGamesNL

    Solved Just why did you that ? (Blocks)

    Take a look at ExprRawName
  15. TPGamesNL

    :blob_wave:

    :blob_wave:
  16. TPGamesNL

    Skungee Network Variable <none>

    Network variables work with strings, not actual variables: network variable "q" instead of network variable {q}
  17. TPGamesNL

    [skript-mirror] the method threw a NoClassDefFoundError

    Can you print the whole stack trace using (last exception).printStackTrace() after connect method? PS Next time, use the right section and code blocks.
  18. TPGamesNL

    Skript and Craftbukkit interference

    As said above, use Spigot. You can also use Paper, which is in my opinion even better.
  19. TPGamesNL

    "Skript Severe Internal Error" with creating NPC's with Skellet

    You're setting {name3} to an integer, but the syntax requires a string.
  20. TPGamesNL

    I have an error that crashes the server

    Please don't create 2 threads for the same issue.