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

    WowSk

    Wownero Calculator In Minecraft This simple Skript helps you to keep track of Wownero's value in-game! Just run command /wow2usd or /usd2wow to get a quick conversion between these currencies values, and percentage change since last check! Values auto-refresh every 1 minute. If you like this...
  2. X

    Script [Deleted] WowSk

    _XxfedexX_ submitted a new resource: WowSk - Wownero-USD in-game converter & more! Read more about this resource...
  3. X

    Parse XML????

    I got a XML from an API, and i'd love to know how to parse XMLs in Skript. I searched https://docs.skunity.com/syntax/search/xml , but I found nothing. Any help?????
  4. X

    Loop all entities?

    Hi and thanks for clicking on my post. I got this code: every 5 seconds: loop all entities: sunlight level at the loop-entity is greater than 10 ignite loop-entity for 5 seconds broadcast "Ignited 1 entity" And it is not working at all, but Skript is not giving...
  5. X

    For some reason this skript is not working

    Hi everyone and thanks for clicking on this post. I got a problem: I want to write a sort of Orebfuscator by myself in skript. For some reason this code is not working: it gives no error, but, when I x-ray, i can see all diamonds, even if they are not near to caves/air. I got the latest Skquery...
  6. X

    Loop blocks in a chunk

    Thanks for clicking on this post. I want to loop all blocks in a chunk. I tried lots of ways but none worked. Can you please help me?