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

    Leashing two armor stands

    Hi, is there a way for me to connect a leash between two armour stands that have a certain name, if so could you point me in the right direction? Thanks
  2. J

    Hats

    Hi, I'm making a hat system where a player will right-click on an item and that item will then get removed from the players tool slot and be set to their head slot. I've got that part working just fine but my issue is, how would I be able to set a new hat on the player If they already have a...
  3. J

    Destroy Blocks

    Hi there, is there a way to remove a certain type of block that the player clicks on and any blocks connected to that one? In other words, A player hits a block of stone that block along with every stone block connected to it gets removed
  4. J

    Solved Not hurting certain players

    Hi there, I'm working on this new system where you can throw a snowball and when it falls it creates an explosion. Is there a way to make it that if a player is a certain variable it wont hurt them? on projectile hit: projectile is a snowball create safe explosion of force 3 at location
  5. J

    Solved Custom projectiles

    Hi there, I was wondering if there was a way to summon a snowball or something with a custom name. Then make an armor stand follow it and if the ball hits a player they take damage. I am trying to make a custom 3D model item (like a bullet) fly through the air when someone uses it. I also need...
  6. J

    Adding an effect to a damaged player

    Hellow, I have been working on this new system where a player can shoot a snowball at a player, however, I would like the player that gets hit to get slowness for 5 seconds. Here is my current code: on rightclick: player is holding wooden hoe shoot a snowball at speed 1
  7. J

    Solved Teleporting an Armor Stand above a player

    Hello, I was wondering if there was a way to make a skript at would teleport an armor stand to the player's location but have a set y value of 70. The command doesn't need to loop, Thanks
  8. J

    Solved Checking if a variable has a certain value

    Hey there, I was wondering if there was a way to check if the variable has a value of 1 here is my code if arg 1 is "check": if {var.Right} is at 1: make console execute command "bc Hi"
  9. J

    Displaying colored leather armor

    Hey there, I was wondering if there was a way to display colored leather armor in a GUI. Any help would be great. Thanks :)
  10. J

    Moving armorstands around in a circle

    Hey there, I was wondering if someone could please help me or make me a skript that would allow me to set the coords of a center block and then the radius and how many carts I wish to have and it would spawn that amount of carts in a circle around the center point. Then it would start moving...
  11. J

    Setting a count

    Hey, so I was wondering if there was a way to make it so when a player (who has perms) runs a command say /countlist playername topic they can see how many points they have in that area and then another command can do /countset playername topic points to add points to the player in the topic...
  12. J

    Testing for a block

    Hey there, I was wondering if there was a way where I could do a command say /block [Coords] or something like that and in the code, there would be if the block at the coordinates that were entered was a green wool block it would broadcast a message.
  13. J

    Not allowing players to exit an armorstand

    Hey there, I have this system where a player can sit on an armorstand but they can press shift to get off. I want it so they will be stuck on the armorstand untill the entity is kill. Overall - Can someone please help me make a system when a player is sitting on an armorstand and tries to leave...
  14. J

    Solved On Right Click - Not working

    Hey, there are no errors when I do this but it's not working when I right click on the item can someone please help me. Thanks. on rightclick: if "%player's tool%" is "melon_seed": make console execute command "replaceitem entity %player% slot.weapon.mainhand pumpkin_seeds 1 0"
  15. J

    Generating a random number and then using it

    Alright so, I am trying to make a skript where I can do a command like /armor and it will send the player a random number. However can it also send the same random code in /ac aswell
  16. J

    Locking a slot

    Hey there, is there a way to lock a slot so that players are unable to move an item from that slot
  17. J

    Solved Spawning an armorstand at a set location

    Hey there, I was wondering if I could spawn an armorstand at "222 5 3" in the world Test. I have this but it spawns it at the player but it might help spawn 1 armor stand at player
  18. J

    Solved Cars ? (Moving an armorstand to where the player is looking)

    Hey there I was wondering if there was a way to make an armor stand that the player is sitting on move in the direction that the player is looking. (Something like when the player sits on an armorstand called car it will start moving in the direction that the player is looking until they get...
  19. J

    Killing a clicked entity

    Hey there, I was wondering if there was a way to kill the clicked armor stand
  20. J

    1.9 Skript

    Hey there, I have gone to this page https://docs.skunity.com/downloads but I don't know what version 1.9 will work for, please can someone tell me