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

    Solved kill a person skript

    Juuuussstt remain, in Damage events you can use only Attacker + Victim!
  2. ChisleLP

    Arena Regenerator

    https://docs.skunity.com/syntax/search/falling
  3. ChisleLP

    Arena Regenerator

    Then doing this: -If player is in a arena and break a blocks, Set the Variables like set {BlockatLoc::%location of event-block%} to event-block if you want reset then easy loop {BlockatLoc::*} set block at loop-index as loop-value
  4. ChisleLP

    Arena Regenerator

    This way what you tried. Just add a wait a ticks (After settings/checking 1.000 blocks or somethings
  5. ChisleLP

    Max Characters on Scoreboard

    I'm not sure, but you're allowed to use 18 characters below 1.7.* version, above are you available to using 32 characters. if you want still using 1.7 maybe use then Via version.
  6. ChisleLP

    Solved Date on my country

    Else other Hint: You could doing this with "url" stuff. (Get Country of player, then search browser where add supportin "Raw/Json" so that you can get Everythings from Url. request.)
  7. ChisleLP

    Solved kill a person skript

    btw just a hint, use next time List Variables, Its very helpful.
  8. ChisleLP

    Faster Right click?

    Np, can happens. :D i wish you great new years (For me its in 30 minutes.)
  9. ChisleLP

    Faster Right click?

    i added a check if is set, the it stopped the evetns? what the problem?
  10. ChisleLP

    Solved kill a person skript

    Mine works for other people.
  11. ChisleLP

    Faster Right click?

    Of course, he need right clicked again. ;)
  12. ChisleLP

    Solved Add durability to tools in menus

    did you maybe tried that way set {_item} to wooden "pickaxe:%{exp.%player%}%" parsed as item format slot 9 of player with {_item} named "..." Btw just a hint. This addonds (format slot) Its very bugged, Everyone recommend you to using Tuske.
  13. ChisleLP

    Faster Right click?

    im not sure if this works on right click: if {Trigger::%player%} is set: delete {Trigger::%player%} stop set {Trigger::%player%} to true while {Trigger::%player%} is set: make player shoot a snowball at speed 10 wait a ticks
  14. ChisleLP

    Solved kill a person skript

    Sorry, but this isn'T sure! You get maybe a lucky, that someone else get the kills that not hitted the guys. doing this way: on damage: attacker is a player victim is a player set {Hitted::%victim%} to attacker set {Hitted::%attacker%} to victim wait 10 seconds delete...
  15. ChisleLP

    Creating a Queue [Sidebar]

    Sidebar.. do you mean scoreboard? Well, everythings its bugged/Flipped until skellett i belive. Try Skellett
  16. ChisleLP

    Which is the best anticheat that detects the killaura skript

    i found example this: https://forums.skunity.com/resources/vandal.168/
  17. ChisleLP

    Which is the best anticheat that detects the killaura skript

    i would recommend Don't try to skript Anti cheat with Skript. Else Maybe using packets, Someone did here and public it. Else you can try to spawn armorstand behind player and teleport evertime or only teleport if player attacking, and if the player hitted 3x behind the armorstand, its dected as...
  18. ChisleLP

    Parsing as item

    Create a new Yaml like this: Item: stone Name: "Name of Item"
  19. ChisleLP

    loop file

    What do you really want? I found inside example https://docs.skunity.com/syntax/expressions/Files (Loop not reqruied. but you get everthings file inside there)
  20. ChisleLP

    Parsing as item

    ... again: You can't Parsed a item that have with a "named" inside ... ._.