Recent content by Dave

  • 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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. Dave

    Map Reset

    here's an example of what u can do https://forums.skunity.com/threads/reseting-prison-mines.11684/#post-50021
  2. Dave

    How to break blocks below player in a radius?

    WTFFFFFFFFFFFF??????? wrong thread
  3. Dave

    How to break blocks below player in a radius?

    every 0.5 seconds in "SkriptTest": loop all players: set {_loop-player} to loop-player if {_loop-player} is alive: set {_b.%{_loop-player}%} to block below {_loop-player} if {_b.%{_loop-player}%} != air: set {_lb.%{_loop-player}%} to...
  4. Dave

    how to save a balance in a variable

    {money.%loop-player%}
  5. Dave

    Player Visibility

    applying invisibility for x seconds or minutes to the player :emoji_face_palm:
  6. Dave

    Solved Ok so how do I do this?

    use tabs example commnad /test: trigger: set {_s} to now formatted as "YYYY-MM-dd"
  7. Dave

    [Solved] Skrayfall's Scoreboard ID

    asd
  8. Dave

    Leaderboard for Top Kills

    Too bad, this one only works for only players this is a better way command /resetstats: trigger: if {killstreak::*} is set: loop {killstreak::*}: delete {killstreak::%loop-value%} if {kills::*} is set: loop {kills::*}...
  9. Dave

    Scoreboard Not Working

    on join: wipe player's sidebar set name of sidebar of player to "&3&lFrosty&f&lMC &3&lNetwork" create id based score "&6&lInfo:" in sidebar of player to 13 with id "slot13-%player%" create id based score " &eName: &f%player%" in sidebar of player to 12 with id "slot12-%player%"...
  10. Dave

    Solved Clickable text

    use json.sk API example command /discord: trigger: json("%player%", "&aJoin to our discord community for updates & giveaways!|| &7> &6Click here &7<||ttp:&aClick to join!||url:https://discord.gg/urcode")
  11. Dave

    write files

    hey, there's a way to write files? (not wildskript) pls help
  12. Dave

    write files

    hey, there's a way to write files? (not wildskript) pls help
  13. Dave

    How to determine clicked slot number in SkQuery GUI

    clicked slot needs skellet
  14. Dave

    How to make this script more efficient

    You're using ''on any movement'' event, no one would recommend u to use that, it decrease ur server performance use while instead of on any movement on join: wait 1 second while {grass.%player%} is true: if {at.%player%} is not set: set {at.%player%} to location of...
  15. Dave

    Solved How to use variables in give

    it works for me -> https://gyazo.com/edd656d9db05ac58191681b2d1723c70 admin -> https://gyazo.com/edd656d9db05ac58191681b2d1723c70 on mine: if event-block is coal ore: if player has permission "admin.admin": send "&fCoal ore broken successfully&c!" stop...