weapons

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

    Weapon with active commands

    Category: Suggested name: Items command Spigot/Skript Version: Cauldron 1.7.10 | Skript 2.1.2 What I want: Good morning I have 2 ways to do this is to use target for when an entity attacks you and you have an item in your hand with the name of "Sword divine" do command constantly Example...
  2. D

    Solved How to make Weapons

    Hey, how to make weapons that shoot snowballs not only forward but also to the left or right, so I can make a shotgun for example? Thanks already for any answer!
  3. D

    Solved Add durability to tools in menus

    Minecraft Version:1.8 --- Full Code: command /mmenu: trigger: open chest with 5 rows named "Main menu" to player # Assault class # format slot 0 of player with paper named "Assault" to close if {bc.rifle.%player%} is 0: format slot 9 of...
  4. D

    Solved Hitting my self with the "shoot arrow" skript

    Minecraft Version:1.8 --- Full Code: on join: if {bc.rifle.%player%} is not set: set {bc.rifle.%player%} to 0 if {bc.pistol.%player%} is not set: set {bc.pistol.%player%} to 0 command /getweapons: trigger: if {bc.rifle.%player%} is...
  5. D

    How to make custom tags to projectiles?

    Minecraft Version:1.8 --- Full Code: on join: if {bc.rifle.%player%} is not set: set {bc.rifle.%player%} to 0 command /getweapons: trigger: if {bc.rifle.%player%} is 0: set {bc.r0.ammo.%player%} to 16 set {bc.r0.leftammo.%player%} to 64...
  6. 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...