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

    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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Z

    Solved Trouble with console command

    So I am trying to make a custom ravager boss what will spawn at certain coordinates and has a custom health of 500 hearts. To automate this process, i decided to put it in a skript loop so that it would be done automatically. I think my problem is due to this command having a lot of quotes...
  8. Z

    Solved /Buy Command help

    I am trying to Skript a /buy command so my players can easily access the shops, and I encountered an error. What happens is that when players are in their inventory they are unable to move items around because of this skript. Does anyone know how to fix this? command /buy: permission...
  9. Z

    Map Reset

    So, on my mining server I am trying to program a command "/mapreset" that I can execute to easily clear the map. I am still pretty new to Skripting, and I have run into a problem trying to set the selection of my map to air. command /mapreset: permission: maps.admin trigger: set...
  10. Z

    Solved Having trouble with a command

    I am currently trying to make a skript that will allow players with a certain rank to change their prefix. All was working well until i got this strange error that i can't fix. Code: command /color <text>: permission: rank.color trigger: if arg-1 is "aqua": execute...