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

    Farid's snippets [All my previous skript]

    I had a lot more files but lost them, here are all my previous work. Hope you make a use of it, I'm moving on, skript has helped me think like a computer and now it's time to go full advance. the zip includes 14 different skripts, guilds, magic, misc, core, levels and much more. [1.14.4]...
  2. Farid

    Solved Cancel Swing Animation [ThatPacketAddon]

    Hello, I've been trying to cancel the swing animation with packets. Code: packet event play_client_arm_animation: broadcast "%byte packet field 0 event-packet%" It output <none> instead, I'm new to packets, so I have no idea if I'm doing this correctly. However I came across a thread on...
  3. Farid

    How can I make particle projectiles

    what are you trying to accomplish with particle projectile?
  4. Farid

    Solved Better looking timespan

    command /nextrestart: trigger: set {_time} to difference between {restart::timer} and now set {_now} to difference between 4 hours and {_time} send "&e&l(!) &2Next Restart: &a&l%{_now} formatted human-readable%" to player returns none, but returns time when...
  5. Farid

    Solved Better looking timespan

    Alright here's my code, I never done any time related stuff, so it's gonna look messy probably :/ on skript load: set {restart::timer} to now formatted human-readable every 1 second: set {_diff} to difference between {restart::timer} and now if {_diff} is 1 hour...
  6. Farid

    Solved Better looking timespan

    hmm will it work with 1.8?
  7. Farid

    Solved Better looking timespan

    So I want timespan to be display as Hh:Mm:Ss set {timespan} to now send "%difference between now and {timespan}%" would show (For example): 1 minutes and 3 seconds. would like to display it like: 00:01:03 instead of 1 minutes and 3 seconds.
  8. Farid

    More texture pack on a server

    no reason i just like skript-mirror because it tends to work 97.5% of the time rather than skript
  9. Farid

    More texture pack on a server

    Requires skript 2.2 + skript-mirror on "org.bukkit.event.player.PlayerJoinEvent": set {_p} to event.getPlayer() open virtual chest inventory with size 1 named "Select texturepack." to player. create a gui slot 0 of player with potato named "First" to close then run function...
  10. Farid

    Solved going insane

    fixed.
  11. Farid

    Solved going insane

    I think it's the version, because I have version 3.11 and the latest is 4.11
  12. Farid

    Solved going insane

    Yes I do. MC Version: git-PaperSpigot-"8b18730" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT) SK Version: 2.2-dev37c FB Version: 3.11.0 MvdWPlaceholder Version: 2.5.1
  13. Farid

    Solved going insane

    this is probably an easy fix cause i'm dumbazz but i been trying to use a list variable in featherboard, the list variable requires player's uuid. i need this for featherboards, here is all the information i can give. how the variable looks like in featherboard...
  14. Farid

    Solved FAWE paste schematic

    Please use the format.
  15. Farid

    Solved Add book pages based on line count

    command /test: trigger: set {_lines} to skutilities line count of file "/plugins/test/test.txt" set {_book} to a new written book loop {_lines} times: set {_s} to skutilities line loop-number in file "/plugins/test/test.txt" set...
  16. Farid

    Solved Add book pages based on line count

    I was having trouble adding pages, page 2 would have line 14, line 15, etc.
  17. Farid

    Solved Add book pages based on line count

    https://gyazo.com/3300c0231c4a28e5bf5e9e05f2b4dba2
  18. Farid

    Solved Add book pages based on line count

    Still nope, I'll figure it out thanks for the help!
  19. Farid

    Solved Add book pages based on line count

    13 pages, each page is next line.