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

    Discord Thread I need help with cooldowns.

    Yes good job ? <a:clapping:676551922471272488> Posted by: eult from the skUnity Discord.
  2. eult

    Discord Thread I need help with cooldowns.

    please explain more Posted by: eult from the skUnity Discord.
  3. eult

    Discord Thread I need help with cooldowns.

    Please tell me you are not using his example ? <@690693987396354101> Posted by: eult from the skUnity Discord.
  4. eult

    Discord Thread I need help with cooldowns.

    I made a tutorial showing you how to make a cooldown https://skunity.com/tutorials/75 Btw this cooldown is wrong read the tutorial with him Posted by: eult from the skUnity Discord.
  5. eult

    Discord Thread software to write skript with

    It's up to you SkriptEditor are made for skript Vsc made to compile every language Posted by: eult from the skUnity Discord.
  6. eult

    Discord Thread software to write skript with

    You can also add addons to SkriptEditor Posted by: eult from the skUnity Discord.
  7. eult

    Discord Thread Shulker GUI

    nope pure skript Posted by: eult from the skUnity Discord.
  8. eult

    Discord Thread Shulker GUI

    set slot 1 of {_gui} to diamond Posted by: eult from the skUnity Discord.
  9. eult

    Discord Thread Shulker GUI

    I'll ping when It's get Improved send message in https://discord.com/channels/135877399391764480/1111010199461953669 Posted by: eult from the skUnity Discord.
  10. eult

    Discord Thread Shulker GUI

    https://discord.com/channels/135877399391764480/1072217309852213298/1111010199461953669 like this? Posted by: eult from the skUnity Discord.
  11. eult

    Discord Thread Shulker GUI

    set {_gui} to shulker box inventory with name "blah" open {_gui} to {_p} Posted by: eult from the skUnity Discord.
  12. eult

    Discord Thread Check if a player is on any team

    Skbee has a syntax for it https://docs.skunity.com/syntax/search/id:6839 Posted by: eult from the skUnity Discord.
  13. eult

    Discord Thread Custom Armor Effect

    lemme check skript alias wait yea is not any slab exist https://github.com/SkriptLang/skript-aliases/blob/master/building.sk Posted by: eult from the skUnity Discord.
  14. eult

    Discord Thread Custom Armor Effect

    check if block is not air, slap, lava or water Posted by: eult from the skUnity Discord.
  15. eult

    Discord Thread How can I add tablist priority

    or you can use shane snippets https://github.com/ShaneBeee/SkriptSnippets/blob/master/snippets/Tablist-Sorted-SkBee-Team.sk Posted by: eult from the skUnity Discord.
  16. eult

    Discord Thread I want to add a cooldown to add a 2 minute and 30 second cooldown to each button/block in a GUI.

    send action bar Posted by: eult from the skUnity Discord.
  17. eult

    Discord Thread I want to add a cooldown to add a 2 minute and 30 second cooldown to each button/block in a GUI.

    applescript on event: set {_waited} to difference between {cooldown::%player's uuid%} and now if {_waited} is less than 10 seconds: send "Try again in %difference between 10 seconds and {_waited}%" stop else: set {cooldown::%player's uuid%} to now #do...
  18. eult

    Discord Thread I want to add a cooldown to add a 2 minute and 30 second cooldown to each button/block in a GUI.

    that's an event cooldown for the command cooldown scroll up in the tutorial Posted by: eult from the skUnity Discord.
  19. eult

    Discord Thread I want to add a cooldown to add a 2 minute and 30 second cooldown to each button/block in a GUI.

    do /sk info and send it here Posted by: eult from the skUnity Discord.