Need help with a skript.

Discussion in 'Bukkit Help' started by ATryHqrdNam3, Aug 23, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    ATryHqrdNam3

    So I am making a combo skript and when I try to reload it, it gives me this

    https://gyazo.com/d38f856007040cd6110b1fcab25948b8

    here is the code for it, any help would be appreciated
    Code:
    on damage:
        if {CUHC} is true:
            set the no damage of victim to 0.1 tick
    command /Combo [<text>]:
        permission: CUCH.op
        trigger:
            if arg 1 is not set:
                message "&cUsage: /CUHC [on/off]"
                stop
            if arg 1 is "on":
                set {CUHC} to true
                message "&cCUHC &2Enabled!"
                stop
            if arg 1 is "off":
                set {CUHC} to false
                message "&cCUHC Disabled!"
                stop
            else:
                message "&cUsage: /CUCH [on/off]"
                stop
     
    Last edited by a moderator: Aug 23, 2016
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    ATryHqrdNam3

  4. Online

    timtower Administrator Administrator Moderator

    @ATryHqrdNam3 Please stop the server, start, stop, then post the log.
     
  5. Offline

    ATryHqrdNam3

  6. Online

    timtower Administrator Administrator Moderator

  7. Offline

    ATryHqrdNam3

    well i got it to work, sorry for troubling you!

    but I need help on another skript,

    I want armor when enchanted to prot 1 to automatically go to prot 4 unbreaking 3.

    when the swords get enchanted i want them to go from sharp 1 to sharp 2 unbreaking 3.

    If you can help me with this then that would be awesome.
     
Thread Status:
Not open for further replies.

Share This Page