guns

  • 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. A

    Gun reloading skript

    Im making a gun like the one from hypixel zombies but it only says "hi" in chat when i left click and the ammo is low: on left click: if the player is holding {pistolchamber.%player%} of {pistol}: send "hi" set {_dura} to the durability of the player's tool set...
  2. N

    Solved (Help) Unique NBT's between two items that share the same name and NBT

    Skript Version: 2.5.3 Skript Author: YourSpeedDealer Minecraft Version: 1.16.5 Full Code: command /m4a1: trigger: set {_M4A1} to 1 leather horse armor named "&bM4A1" add "{maxDurabilityM4:31}" to nbt of {_M4A1} set {ammo} to tag "maxDurabilityM4" of nbt of {_M4A1}...
  3. B

    Guns

    Hello I am trying to make guns in Skript 1.15.2 but I don't want to use arrows. Snowballs and Eggs don't work. So my plan was to use armorstands and push them forward but when I try making them NoGravity they dont fly forward. And I don't even know how to detect if someone got hit by a...
  4. Q

    Lots of issues...

    Deleted Post (idk how to actually delete)
  5. IDuckz_

    Solved Projectiles rate too fast

    I am stuck with this bug, so I am making a guns script, everything is working fine, but I made an automatic gun and it just fires too quickly that some projectiles sometimes doesn't damage the entity (mob, animals, or players). Here is my code: command /gun: permission: command.gun...
  6. SeriousGuy888

    Solved Shoot arrow that cannot be picked up?

    Already solved. Hi. I'm trying to write a guns script. The gun would fire an arrow but I don't want people to be able to pick up those arrows. Is there a way to do that? if player has 1 {@pistolammo}: shoot arrow from the player at speed 2 #I want to make it shoot an arrow...
  7. J

    Solved While right click

    Is there a way to make it so that when you right click, it triggers a "while" event that keeps going while you are right clicking. on right click with 2256: if {alreadyfiring.%player%} is not set: if player is right clicking: set {alreadyfiring.%player%} to "True"...
  8. D

    How to make shoot item and make damage?

    Hi! I want to make a /guns command what open a chest with 4 guns, shotgun ak47 m4a1 and rpg I want to make the hoe´s shoot. but I dont know how to make these item shoot snownall at location where player want to shoot. And I tryed to make snowball and fireball damage but I cant. Can anyone help me?
  9. krainser

    Solved How to define data to a projectile?. [Weapons skript]

    Skript Version: 2.2dev23 Skript Author: Bensku Minecraft Version: 1.10.2 --- Full Code: I saw this code in another help post. [ https://forums.skunity.com/threads/particle-trail.2646/#post-6204 ] I would like to define data to a proyectile (Name of the shooter and damage or a number) so, in a...