Recent content by Quest1able

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

    Solved Checking if entity is on ground

    Ok. THank you.
  2. Q

    Solved Checking if entity is on ground

    Like detect if it's within a certain redius?
  3. Q

    Solved Checking if entity is on ground

    I am skripting a wand where on a right click, you can throw totems. When these totem hit the ground, it will do damage to nearby players. I know how to do everything but checking if the armour stand is on the ground. How do I do this? Thanks.
  4. Q

    How can i skript gens? #zcx2

    How exactly do you want the gens to function? Do you want it to be like the stereotypical gen server? Or something different? Please explain.
  5. Q

    Solved "Shooting" particles?

    Okay. Thank you.
  6. Q

    Solved "Shooting" particles?

    Essentially, I am trying to skript the Screamer-Killer from warhammer 40k into minecraft. However, I am stuck on shooting particles. The Screamer-Killer has an attack where it can scream and like kill stuff. I want to mimic this with a sonic boom. How do I do this? Thank you for any help in...
  7. Q

    Creating a magic circle with skript

    Unfortunately, I cannot access my computer right now. I will have a look at this when I can. Thanks a lot.
  8. Q

    Creating a magic circle with skript

    I am attempting to skript a magic system into my server, where when the player presses "f", a magic circle of some sort is summoned underneath them. I only know one way to create particles with skript, which I will list. play dragon breath at location of player to all players However, I don't...
  9. Q

    Solved Skript-gui not exactly working as intended.

    I was using an earlier version than that
  10. Q

    Solved Skript-gui not exactly working as intended.

    Ah, so my skript was outdated. Thanks a lot, it works now.
  11. Q

    Solved Skript-gui not exactly working as intended.

    Hmm. It may be the website messing it up. I have checked the indentation, and it is correct. For proof, when I replace the 3rd line with "send "Testing" to player", then reload skript, the command works. So It can't be the indentation.
  12. Q

    Solved Skript-gui not exactly working as intended.

    Hi, I am trying to skript a custom GUI into my server, using Skript-gui Currently I have this code: command /openTestGui: trigger: create a gui with virtual chest inventory I then reload the skript, and it successfully reloads it. However, when I try do the command "openTestGui" (I have...
  13. Q

    Solved Why doesn't this work?

    Thank you very much. Sorry for the late reply though.