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

    Other [OUTDATED] Don't use YAML.

    So finally someone figured out how to handle yaml with skript correctly? Will this be the best way to do it, like Bukkit yaml method?
  2. K

    AtherialSK NEW! ADDON [COMING SOON] [LOOKING FOR SUGGESTIONS]

    What about adding nbt support? SkStuff isn't updated anymore :/
  3. K

    Other [OUTDATED] Don't use YAML.

    What about this? https://forums.skunity.com/resources/skript-yaml.362/
  4. K

    Solved Save Bed direction(south/west...) then set a block to that bed with same direction

    This maybe works: #When setting the {loc} variable to the location of block, you must check the pitch and yaw of that block: set {loc}'s event-block's pitch set {loc}'s event-block's yaw #Then, set the block: set block at {loc} to bed_block
  5. K

    Loop value problem

    Oh my god, you'r right! I was adding "10" to a different variable... Solution: on load: delete {levels::*} if {levels::*} is not set: set {levels::0} to 0 loop 10 times: set {levels::%loop-number - 1%} to ({levels::%loop-number - 2%} + 10) send...
  6. K

    Solved Bedwars generators

    And the full working code?
  7. K

    Loop value problem

    okey
  8. K

    Solved ScoreBoard Ant Flicker

    Try this https://forums.skunity.com/resources/simpleboard.159/
  9. K

    Solved Bedwars generators

    Have you fixed? Can you please paste the full code so others (me :P) will be able to use it? And what are the addons needed for it to work? And it works in 1.8.8? Also, I found this https://forums.skunity.com/threads/ras-%C2%BB-rotating-armor-stand.4189/ but only works on 1.11.2 :/
  10. K

    Loop value problem

    Sorry, post edited. The problem: The %loop-number - 1% variable works but the %{levels::%loop-number - 1%}% is always displayed as 10. Why?
  11. K

    Loop value problem

    Hi, I'm trying to asign a value to 100 variables. The values are: {levels::0} = 0 {levels::1} = 10 {levels::2} = 20 ... {levels::10} = 100 ... {levels::30} = 300 ... {levels::50} = 500 ... {levels::100} = 1000 on load: delete {levels::*} # I'm debugging so I reset the variable. if...
  12. K

    RAS » Rotating Armor Stand

    rt
  13. K

    Solved Get the attacker of a tnt

    Yep, it's running :) Thanks
  14. K

    Solved Get the attacker of a tnt

    I'm having troubles when getting the attacker in my skript. I will explain it a bit. The script spawns a primed tnt and sometimes the player gets killed by it. The problem is that skript doesn't know who was the person who killed the player (I'm trying to know who placed the tnt storing it in a...
  15. K

    RAS » Rotating Armor Stand

    Does it need HolographicsDisplays or any other addon than SkQuery and SkStuff?
  16. K

    Addon SkStuff

    Hi, I tried using your addon and it doesn't run. I'm not using worldguard 6.2 because it's for 1.12 and my server is running in 1.8 (With viaversion). Console errors:
  17. K

    In regards to the leaked image of Docs 2 + feedback please

    @BaeFell Why don't you make a thread to say that the Docs2 web won't be release, and stop saying "nearly"?
  18. K

    In regards to the leaked image of Docs 2 + feedback please

    And why don't you start saying you won't do it?
  19. K

    In regards to the leaked image of Docs 2 + feedback please

    I don't know why you say "nearly released". If you can't release it, don't do it, but you were hyping us with a project which won't be done.
  20. K

    Script ♛ SuperBans ♛ [Ban, Mute, Kick, Warn, Freeze, Antiswear, History, Guis, More+] [SK] - ♛ SuperBans ♛ "Thanks" and useful Suggestions information ➪ 3.5

    NEW UPDATE! I want you to know that the antiswear can also be used as an anti-advertsite system. You can also add phrases to it, but it will only block message that contains the same phrase. I also want to let you know I'm here, and I want to update this as much as possible. I don't have more...