Recent content by Reigniteh

  • 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. R

    skquery is kinda broken.

    So, when i try set {uuid} to text from "https://api.mojang.com/users/profiles/minecraft/%arg-2%" It perfectly sets {uuid} to the raw json text of the mojang api But when i try set {stats} to text from "https://account.fyremc.hu/api/player/%arg-2%" It sets {stats} to <none> My host's dns is...
  2. R

    Why "text from url" is not working?

    But i want it to parsed as json. It's an API what i want it to read. It can set {var} to the Mojang API text but not the Hypixel API. And i don't know why. My host can reach hypixel api.
  3. R

    Why "text from url" is not working?

    When i use set {var} to text from "http://randomwebsite.asd" It does not set {var} to anything. Why it is not working? thank u for any idea