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

    Identify if a link exists

    command lag: trigger: broadcast text from url "https://www.needomart.com/" run that and watch your server burn. Really though, I'm not the only person who has ever thought that doing synchronous web requests is a bad idea. If you google it, you can see all sorts of reasons from people much...
  2. Pikachu

    Identify if a link exists

    until you factor in that with an invalid input the lag would be very much because the server waits for the connection to time out. I'll be back in a couple minutes with code to crash a server
  3. Pikachu

    Identify if a link exists

    yeah you're right i love it when my server lags for multiple seconds whenever someone uses a command. plus, it has no cooldown so if someone just spammed this command the server will hang and eventually crash due to Watchdog. plus it doesnt work lol
  4. Pikachu

    Identify if a link exists

    No kidding. You are stringifying null, which Skript represents as <none>. The actual returned value is *not* <none> and thus the two will not be equivalent. If you were to broadcast broadcast "%check [text from arg-1 is ""<none>""]%" you would see the result is false for an invalid URL. Anyways...
  5. Pikachu

    Broken Blocks no Velocity + stacking

    on break: wait 1 tick event.isCancelled() is false delete dropped items in radius 0.25 of event-block give player (event-block.getDrops(((tool of player).getRandom())) something like this would do the job
  6. Pikachu

    Identify if a link exists

    How did you test it? It doesn't, and a look at the source verifies this
  7. Pikachu

    How to create a GUI on GUI item?

    use tuske
  8. Pikachu

    Identify if a link exists

    no, it does not. In the event that the http request failed which is essentially what OP is looking for, the result would be null not <none> and thus the comparison would fail on a dead link
  9. Pikachu

    Broken Blocks no Velocity + stacking

    what game version do you use?
  10. Pikachu

    Identify if a link exists

    thats bad and would let people crash his server (not to mention it just wouldnt work anyway)
  11. Pikachu

    Balance skript not working (UHC)

    You paid someone actual money to fix a 40 line script that you probably could have fixed yourself?
  12. Pikachu

    Solved Help with time

    stop. the only thing you are doing is bumping dead threads.
  13. Pikachu

    Addon BungeeAddon

    Pikachu submitted a new resource: BungeeAddon - A simple bungee addon for users that don't want a gigantic addon like Skungee for basic features Read more about this resource...
  14. Pikachu

    Addon BungeeAddon 2018-04-06

    A simple bungee addon for users that don't want a gigantic addon like Skungee for basic features. Docs found here.
  15. Pikachu

    Feedback regarding SkriptIDE

    I think errors while typing would be cool, but im not sure how feasible that is
  16. Pikachu

    [Feedback Requested] Docs data updates

    maybe this was a good idea in the past, but in modern skript times where half the addons on the docs are abandoned it just doesn't work anymore. In addition, I couldn't name a single addon dev who wouldn't be happy if someone improved their docs.
  17. Pikachu

    [Feedback Requested] Docs data updates

    It is always acceptable for staff to edit doc elements for the benefit of the docs. I don't see why it wouldn't be.
  18. Pikachu

    Solved An internal error occurred while reloading a script

    NBT should be avoided, and the tags you are using probably have alternatives? What nbt do you use?