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

    Solved Question about looping.

    You could as well just clear the variable instead of setting it to false And pretty sure it'd error when the player leaves
  2. Vrganj

    Load skript from folder

    You can. You can use /sk reload ../../Essentials/something.sk ../ means it'll go to the parent directory. You can reload config.sk by doing /sk reload ../config.sk.
  3. Vrganj

    Solved "every real minute" not working.

    Also you don't need the all
  4. Vrganj

    Solved "every real minute" not working.

    No, it's unnecessary
  5. Vrganj

    S

    S
  6. Vrganj

    S

    S
  7. Vrganj

    Nbt addon

    jNBT, Sk-NBeeT
  8. Vrganj

    How do you add a 'tag' above a display name?

    You don't need an addon for that
  9. Vrganj

    multiplier

    You should've used %player's uuid% instead of %player%
  10. Vrganj

    How do you add a 'tag' above a display name?

    I did a little testing, and I couldn't get the armor stand to ride the player, I think it's got something to do with the size of the armor stand, tried small, normal, with and without marker, all would be either too low or too high. I think you should experiment with other mobs with different...
  11. Vrganj

    Placeholder output in scoreboard

    Probably has to do something with conversion and how variables in Java are saved...
  12. Vrganj

    NBT Atk Speed/Damage

    Uh, what's your problem..?
  13. Vrganj

    Scoreboard help

    ^
  14. Vrganj

    Solved Tab prefix removes after relog

    Try adding a "wait a tick" after the join event
  15. Vrganj

    Scoreboard help

    I don't think there is an addon yet for that.
  16. Vrganj

    Client Sign

    You're going to need to use this. I'd suggest getting the location of the sign or setting a variable to it and then update it for each player every few ticks.
  17. Vrganj

    Scoreboard help

    Depends, are you using vanilla Minecraft scoreboards, or are you using skRayFall or some other addon?
  18. Vrganj

    Solved on break

    I suggest you report the error on https://github.com/SkriptLang/Skript/issues
  19. Vrganj

    Client Sign

    That's a bit too brief, can you explain what the sign does?
  20. Vrganj

    Solved Tab prefix removes after relog

    join: player's group = "owner": set player tab name to "&8[&4&lOWNER&8] &7%player%" else if player's group = "admin": set player tab name to "&8[&c&lADMIN&8] &7%player%" else if player's group = "moderator": set player tab name to "&8[&e&lMOD&8] &7%player%"...