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

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

  1. Z

    Help with a list containing players and values

    This works great and does end up sorting the list in reverse order, but for some reason the top value gets cut off for no reason, not showing _mxmq's 208 kills, do you have any idea why this might be?
  2. Z

    Help with a list containing players and values

    I finally fixed the lag issue by just cutting off anyone who had a kill count lower than 10 and fixed the formatting by just re-writing a little bit and also just polished up the output a little bit. Only thing I'm missing and don't really know how to do would be making the skript just take the...
  3. Z

    Help with a list containing players and values

    Okay so I got it to display how I wanted in a bit of a janky way but it freezes both the client and server for about 5 seconds when I execute the "topkills"command lmao. Surely there's a more efficient way to do this? The goal of this anyways was also just to display the top 10 people with the...
  4. Z

    Help with a list containing players and values

    Probably not the best code ever, and I haven’t bothered “polishing” it at all, just trying to get it to work rn lol command /refreshtopkills: permission: owner.refreshtopkills trigger: clear {topkills::*} loop all offline players: if {kills.%loop-offline...
  5. Z

    Help with a list containing players and values

    I was able to get the names matched up by changing the value I added to the list to be a combination of the kills and player name, but now it doesn't sort properly and sorts it as a text string
  6. Z

    Help with a list containing players and values

    Hello SkUnity, I've currently got a skript where I'm trying to make a list of players with the highest kills on the server. I currently have the complete numerical list working properly, but I'm struggling with having the player names associated with the kill numbers. command...
  7. Z

    Damage player touching block

    im not entirely sure what you mean by this, can you elaborate?
  8. Z

    Damage player touching block

    I have a skript where I'm trying to make a "mage wand" that casts fire particles in the direction it is shot in, and while i have that working, i want it to deal damage to any players while also burning those that get caught in it, and I can't quite figure out how to do it, can anyone help...
  9. Z

    Splash Potion Thrown

    Okay so I got the skript to work after restoring a backup to my server since I accidentally broke something, but unfortunately the skript triggers whenever ANY splash potion is thrown, not just harming. I'm on version 2.6.4 btw also sorry for double post, but here's my addons as well
  10. Z

    Splash Potion Thrown

    Not sure why but this doesn't work either; the skript reloads without any errors, but when the potion is thrown no messages are sent to the player, nordoes the potion come back :/
  11. Z

    Splash Potion Thrown

    Hello everyone, I'm currently trying to make a skript for an alchemist kit that can "rebrew" potions on a cooldown after using them, but I can't quite seem to get it to work. Heres what I have right now that doesn't work: on right click: if player's held item is splash potion of harming...
  12. Z

    Solved Need help with variables

    I originally did try it with the / in front, but while searching for a way to randomize variables I found a video tutorial that didn’t use the / and it worked just fine, so I figured that may have been when my problem was, but it didn’t end up change anything I figured it out on my own but...
  13. Z

    Solved Need help with variables

    It's been a while since I skripted and I've run into a problem I never had before. I'm trying to make a simple command where I can set locations to "deploy" a player to on a map, and the have them randomly teleported to one of ten of the locations, but for some reason I can't get either command...
  14. Z

    Help with a boss timer

    So I have created a Skript that will summon my custom boss 1 hour after the server starts, and 12 hours after it is defeated. However I have a feature where players can use an ingame currency to buy a boss spawn. I tried to create a feature where if there is already a ravager in the process of...
  15. Z

    Skript Using Metadata Tags In GUI's

    Glad it helped you
  16. Z

    Skript Using Metadata Tags In GUI's

    Well excuse me for explaining what I know and trying to help others to the best of my ability
  17. Z

    Skript and Mods

    I didn't really expect it to, but it was my best attempt since I don't speak the language it is written in
  18. Z

    Skript and Mods

    My apologies, but I do not understand the language this is written in and am unable to help. One thing that you could maybe change to fix it is change %victim% to %player% instead maybe. if victim is a player: if attacker is a player: send "&2[Clash-Projekt] &bDu...
  19. Z

    Skript and Mods

    Currently when I open this file, it shows up completely empty. Do you have a code that you have set up or are you looking for someone to make this for you?
  20. Z

    Skript Using Metadata Tags In GUI's

    Hello everyone, I recently learned how to use metadata tags inside of GUI's, and I felt like sharing it in this simple little guide. This guide is intended to be easy to use, but may have some complicated functions in it. SkQuery may be required 1) For the first step of this tutorial, you...