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

    Solved scoreboard and time

    That's the same. It's better to make scoreboards with ID, and update the line when you need (sorry for my english btw)
  2. Dave

    Quit Reason Skript

    I think there's no a ''disconnect reason'' in Skript. But, you can make a /disconnect or /logout command for that, something like this: command /logout [<text>]: aliases: disconnect executable by: players usage: &c/logout <reason> trigger: if arg-1 is not set...
  3. Dave

    Scoreboard doesnt update

    H Hi, here's the code, you need SkRayFall addon for this syntax. on join: if {kills.%player%} is not set: set {kills.%player%} to 0 if {deaths.%player%} is not set: set {deaths.%player%} to 0 if {streak.%player%} is not set: set {streak.%player%} to 0...
  4. Dave

    Loop blocks skript?

    update this thread as ''solved'' if it works
  5. Dave

    Loop blocks skript?

    do you want a command or an periodical event? I used WildSkript to get the actual tps cuz I tested it on 1.8.8 every 5 minutes: set {tps} to tps if {tps} < 20: loop all players: loop all blocks in radius 20 around loop-player: if loop-block is piston...
  6. Dave

    player

    Category: Suggested name: N/A Spigot/Skript Version What I want: Ideas for commands: N/A Ideas for permissions: N/A When I'd like it by: A reasonable time.
  7. Dave

    Solved GUI format slot (please help)

    There are some errors in his code, and this is one
  8. Dave

    Solved GUI format slot (please help)

    You're using ''format slot'' from SkQuery's GUI Manager in a TusKe's GUI Manager ''open virtual chest inv...'' Correct way: make a gui slot...
  9. Dave

    Solved I want to make a chat color command

    on join: if {chatcolor.%player%} is not set: set {chatcolor.%player%} to "&f"
  10. Dave

    Gui dosen't work?

    Yes, but use SkQuery or try with Vanilla GUI's :/ Also, I don't understand why everyone here is all they're saying is "why are u using 1.8.8? LOL, update to 1.11+". It is unnecessary, for something u are using that version, 'cause your server is dedicated to something specific, just as u use...
  11. Dave

    enderpearl cooldown

    Hi, I need help with this. I have a pearl cooldown on my ffa server and it works but if you keep holding right-click on a player you can bypass the pearl cooldown. Here's the code: on rightclick holding an ender pearl: if {freezed.%player%} is not set: if {fighting.%player%} is...
  12. Dave

    Solved Help with some characters can't replaced.

    add "&a", "&b", "&c", "&d", "&f", "&r", "&0", "&1", "&2", "&r", "&4", "&5", "&6", "&7", "&8" and "&9" to {_color::*} replace every "" with "" in {_name}
  13. Dave

    Scoreboard help

    You cannot use same text in other slot. Use: - &1&8&m-&7&m-&3&m-&b&m-&3&m-&7&m-&8&m- - &2&8&m-&7&m-&3&m-&b&m-&3&m-&7&m-&8&m- - &3&8&m-&7&m-&3&m-&b&m-&3&m-&7&m-&8&m- - Scoreboards start from top to bottom, so the first slot, must be the highest number - Use {cps.%loop-player%} instead of...
  14. Dave

    Using a variable from a second skript

    Yes, it is possible. I have a join.sk and board.sk to loop {list::*} and it works normality
  15. Dave

    Help with checking if player is online in TuSKe GUI's

    it works without problems for me, idk whats the issue.
  16. Dave

    Help with checking if player is online in TuSKe GUI's

    Idk why you're using variables. command /test1 [<offline player>]: trigger: if arg-1 is set: create a gui with virtual chest with 2 rows named "TEST": make gui 0 with glowstone named "TEST": if arg-1 is online...
  17. Dave

    Solved Show balance in sidebar

    he/she's asking for your code. This is the ''help'' section, you need to provide the part of your code.
  18. Dave

    Json help

    don't forget the ''TAB'' in your codes (tab = 4 spaces): trigger: json("%player%", "&650% OFF &ain Life-Time ranks:|| &6[Click]||ttp:Click to open url||url:https://yourstore.com/") Also, change ''json'' to ''1json'', idk if this makes a difference but I think it get a higher priority
  19. Dave

    Redrover , Sumo , last man standing, WaterDrop Event skript

    practice server? i have one
  20. Dave

    Json help

    here's the link, just like another skript https://forums.skunity.com/resources/json-sk.23/ and yeah, just drop it in your scripts folder.