1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

how do i fix this command i am making

Discussion in 'Requests' started by Madoc, Jul 8, 2022.

  1. Madoc

    Madoc Member

    Joined:
    Jun 6, 2022
    Messages:
    14
    Likes Received:
    0
    Code (Text):
    1. command /ninjabow:
    2.     permission: op
    3.     trigger:
    4.         give player 1 of unbreakable bow named "&3&lNinja's &1&lGodly &6&lBow" with lore "&2The &5Power to &c&lobliterate a &2&lHacker" and "&5Power: ""&c+90T""" and "&3Strength: &c+10T" and "&6&lgold &2&lcost: 120T" and "&1&l✦GODLY✦"
    5.  
    6. on right click:
    7.     if player's tool is bow named "&3&lNinja's &1&lGodly &6&lBow" with lore "&2The &5Power to &c&lobliterate a &2&lHacker" and "&5Power: ""&c+90T""" and "&3Strength: &c+10T" and "&6&lgold &2&lcost: 120T" and "&1&l✦GODLY✦"
    8.     shoot arrow at speed 5
    9.    
    10. on damage:
    11.     if damage was caused by projectile:
    12.         if projectile is an arrow:
    13.             if attacker is player:
    14.                 if attacker's tool is bow named "&3&lNinja's &1&lGodly &6&lBow" with lore "&2The &5Power to &c&lobliterate a &2&lHacker" and "&5Power: ""&c+90T""" and "&3Strength: &c+10T" and "&6&lgold &2&lcost: 120T" and "&1&l✦GODLY✦":
    15.                     if victim is player:
    16.                         cancel event
    17.                     else:
    18.                         set damage to 90000000000000
     
  2. Orangesanta8415

    Supporter

    Joined:
    Nov 21, 2020
    Messages:
    40
    Likes Received:
    0
    You've done this twice with two different scripts. Please don't post it in requests, and also list the errors it gives you.
     

Share This Page

Loading...