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

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

  1. Yushaa

    Can someone add an actionbar cooldown to this [instead of a normal cooldown]

    on sneak toggle: name of player's tool is "&dʙᴏɴᴇ ʙʟᴀᴅᴇ": player has player's tool on cooldown: stop else: set item cooldown of player's tool for player to 180 seconds make player execute command "manatest" send actionbar "&b-150 Mana"...
  2. Yushaa

    Solved Levels SMP Weapons [Season 2]

    Level SMPS Weapons/, Can someone remake the levels smp weapons? Description of all the weapons if you dont know what they are Experience Banisher: A netherstar and when held in someone's inventory and that person kills another player it bans that player permanently Level Stealer: a...
  3. Yushaa

    Sculk Gem

    An echoshard named &9sᴄᴜʟᴋ ɢᴇᴍ when right clicked shoots a sonic boom that does 7 hearts of damage and has a 250 second cooldown and is obtainable by a command
  4. 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...
  5. 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!
  6. 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...
  7. 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...
  8. 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...
  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...