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

    Solved Command recognizion don't very fine lastly

    Okay, loop-index is because the loop-index of the list in the loop event is supposed to be an entity, so I don't know. But the problem is that my script directly don't recognise the command, as it were not existing
  2. Aidanete

    Solved Command recognizion don't very fine lastly

    Yes, I know but I have more commands with two / and work fine and sometimes this bug happened in commands with only 1 /, and yes, I tried with only 1 / and didn't worked :(
  3. Aidanete

    Solved Command recognizion don't very fine lastly

    Here is my problem, this happened to me a few hours ago. Some commands I create aren't detected by the game: This was my last problem: command //editables: trigger: loop {editable::*}: apply glowing to loop-index for 3 seconds wait 3 seconds loop...
  4. Aidanete

    Why skript can't understand this

    Thank you both, but still having problems with the selected hotbar stuff (The second error)
  5. Aidanete

    Why skript can't understand this

    I started recently to use Skript-mirror and I have 2 problems: [1] effect elevate [the] %player% %number% (meters|blocks): trigger: teleport the expression-1 expression-2 meters above the location of expression-1 Error log: Can't understand this condition/effect: "teleport the...
  6. Aidanete

    Other [NBTSk] How to use NBTSk!

    You know if this script can be considered an API or not?
  7. Aidanete

    Other [NBTSk] How to use NBTSk!

    Good to know it, hope you enjoy this script, I don't know if someone will need it but at least I were searching for something like this like a month, so I decided to publish it because may be very helpful
  8. Aidanete

    Script NBTSk [Help with NBT in items with scripting] v1.2.0

    Hi! I'm Aidanete and I'm back with a very useful script. A few ago I wanted to use custom heads in my scripts but I didn't find out how, so this script can make your life easier because this can store items with nbt tags that they can be used in your scripts. Of course you may know that this is...
  9. Aidanete

    Other [NBTSk] How to use NBTSk!

    NBTSk for dummies As I've recently uploaded NBTSk, I think is a moment to make a tutorial. When I'm writing this, the script is pending approval. All you know what NBT Tags are, and we know that skript don't provide enough support for this stuff, so NBTSk works well for your server, because...
  10. Aidanete

    Which BossBarAPI I have to download to use it with Skript?

    Hello, I have a problem, I searched a lot for a good bossbarapi, but I don't know which to select because there are a lot. Also I want to know which skript addon can handle stuff with that bossbar plugin. what bossbar plugin and skript addon to use it you recommend me? Thank you. Skript...
  11. Aidanete

    How do I play an .nbs file with Skript?

    Thank you, when I can test it I will do, and if it works I will mark this as solved and you as best answer, you will also get the winner rating.
  12. Aidanete

    Skript General Skript Tutorial

    Thank you!
  13. Aidanete

    Skript General Skript Tutorial

    I don't know if this is the right place to ask this, but. There is a tutorial somewhere about functions? Someone can explain me it here?
  14. Aidanete

    How do I play an .nbs file with Skript?

    I read now the docs of that addon. Can you put an example of how to use it? At least to have a reference of what I can do when I return home to put it on my server :D
  15. Aidanete

    How do I play an .nbs file with Skript?

    I can't test it for a week later, I'm not at home, when I can test it and I see that works I will put this thread as SOLVED
  16. Aidanete

    How do I play an .nbs file with Skript?

    I don't know how to do it.... Please, tell me a way and an example with that way in work. Thank you
  17. Aidanete

    Solved Oak leaves appear without texture

    Thank you very much! The bug was that oak leaves also put leaves with data value 12. So I forced to 0
  18. Aidanete

    Solved Oak leaves appear without texture

    I tried also and give the purple and black texture again.
  19. Aidanete

    Solved Oak leaves appear without texture

    Hello, I want to put in a TuSKe GUI some leaves, but the problem is that appear without texture, so I want to put specifically oak leaves and get it with the corresponding texture: if loop-value is "2": set {_item} to leaves named "<light aqua>Camouflage" set line...