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

    Addon BoringSK

    According to Supported Versions, you need 1.9+.
  2. White

    Setting NBT

    Replace "of" to "to" before nbt. Also replace set to add if it still throws an error.
  3. White

    Solved if arg 1 is not set Error

    Maybe you should update your Skript version to Bensku dev25 (the latest and final stable version on 1.8). https://github.com/bensku/Skript/releases?after=dev28b The current Skript version you have is really outdated and has quite a lot of common errors and bugs.
  4. White

    A question about the fourms

    I mean, if you look at the bottom of the website, it literally tells you.
  5. White

    Armorstands

    Doing something like this in SkMirror is just a waste of time when it can be done by default in Skript. Please avoid telling people use SkMirror as an alternative but yes, it can be done in SkMirror. However, it's complicated for people who never coded in Java nor tried SkMirror. I would not...
  6. White

    Problem with calculation

    % % symbols are only applied when a variable or a type is in a text or inside another variable.
  7. White

    may health

    You can still set max health in Skript though. However, you would need to heal the spider because the health stays at its original state and not increase until the spider gets healed. set max health of last spawned spider to 40 heal the last spawned spider by 40
  8. White

    Drop items

    One thing, is it really necessary to set the event-block as a variable? You can just drop it by using event-block rather than using variable. When you broadcast the event-block, it should say the specific type of block. Even when you drop the event-block, it will drop the specific type.
  9. White

    Solved When I add a new command, an error occurs

    Skript doesn't really work with CraftBukkit, use Spigot.
  10. White

    skript 2.2 for 1.8

    https://forums.skunity.com/wiki/index/ Figure it out from there on. And btw, what errors are you exactly getting?
  11. White

    Solved When I add a new command, an error occurs

    early v9? Use dev25 (if you're using 1.8) or use dev31 (if you're using 1.9+).
  12. White

    Citizens - change skin

    My bad, I actually meant the first link with the disguise method.
  13. White

    Citizens - change skin

    A npc's skin visually different for each player? Then, second link does something very similar to that.
  14. White

    Citizens - change skin

    I'm pretty sure he moved the thread to a different section after I posted the comment (which is why I mentioned "help section"). Check these links to change skin https://forums.skunity.com/threads/how-can-i-change-the-skin-with-skript.2666/...
  15. White

    Solved Any lore?

    I'm not trying to cause a fight. Providing the answer you found will help people in the future.
  16. White

    Solved Any lore?

    Maybe show how you solved your problem because quite honestly, you made no sense.
  17. White

    Solved Any lore?

    So basically the code is checking for the name the same as Diamond Satchel and you're trying to make the condition pass? Regarding the lore part, if you add it to the line, it doesn't work? You kind of need to elaborate more.
  18. White

    Solved Any lore?

    I have to agree with him, I'm not going to add you. Just post your explanation here so you're not wasting time.
  19. White

    Solved Any lore?

    Then what are you trying to say.... because you're making no sense honestly.
  20. White

    Solved Any lore?

    I don't see how adding another condition is going to hurt anything unless you coded it weirdly (I know I added clicked item but that was an example). if player's inventory contains glowing diamond ore named "name" with lore "lore": Is this what you're trying to get?