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

    Solved kill crash bugg

    Thought it did lmao
  2. Efnilite

    Solved kill crash bugg

    on right click: if event-item is..
  3. Efnilite

    Solved Cant >Add< NBT to existing Item

    It just is for some people. It's outdated iirc, because it doesnt have the 1.12 nms
  4. Efnilite

    Solved Get Player's Version

    TuSKe has minecraft version of player You can use like if minecraft version of player is "1.9": kick player due to "No 1.9!"
  5. Efnilite

    Solved Cant >Add< NBT to existing Item

    1. Dont use skstuff its broken 2. Use jNBT 3. ??? 4. Profit
  6. Efnilite

    Solved Local variable error

    Use dev36 or dev37c lol
  7. Efnilite

    wait yaml value

    Hey there So I want to do something like this set {_time} to yaml value "stats.1.rate" from "t-archer" wait "%{_time}%" parsed as timespan, but when I do that, the while loop it's in, stops. It just stops. Also tried broadcasting the var parsed as timespan, it was just 2 seconds Any other way...
  8. Efnilite

    Speed Drowning

  9. Efnilite

    Why am i so sad, alexa play despacito

    Why am i so sad, alexa play despacito
  10. Efnilite

    Speed Drowning

    You can just use player.setMaximumAir(60) Only names with multiple spaces need () (last spawned entity).setMaximumAir(60)
  11. Efnilite

    Location spawn

    use list vars kthx bye And use this code, way more efficient. command /setcookie: trigger: set {_x} to location of player set y coordinate of {_x} to (y coordinate of {_x} + 1) set {cookie::spawn} to {_x} broadcast "Cookie spawn has been set at %{_x}%"...
  12. Efnilite

    Solved How to all player execute a command and saferestart

    Use /hub otherwise they'll say 'hub'
  13. Efnilite

    how to create rnew furnace recipe

    what is the error
  14. Efnilite

    This effect is not working and I don't know why

    You should ask there first before coming here, because there are a lot of better skripters there then there are here
  15. Efnilite

    This effect is not working and I don't know why

    No offense, but it seems that you generally have issues quite often with skript, so i would recommend joining the SkUnity discord for quicker help here https://discord.gg/wnJfyxA
  16. Efnilite

    Solved lore of specific slot

    yes
  17. Efnilite

    Solved lore of specific slot

    bump? .-. It returned none..
  18. Efnilite

    Solved downloading github raw files to folder

    holy shit you're an absolute genius
  19. Efnilite

    Solved downloading github raw files to folder

    doesn't work, since it only downloads texts to files, not folders
  20. Efnilite

    Solved downloading github raw files to folder

    hey, so, this may sound weird, but i want to download files from a github page (in this case https://github.com/Efnilite/TowerDefence/raw/master/Archer-1.schematic) to a folder. It doesn't matter if i need skript-mirror, since i already have it maybe this thread will help (it's java tho...