Solved CrackShot problem FIXED

Discussion in 'Plugin Help/Development/Requests' started by AGC_Omega, Sep 28, 2015.

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

    AGC_Omega

    Hi there, i've got a custom resource pack for CrackShot. I'm using the CD's item ID - "2256"
    The only problem is i can't get colons to work with the crackshot config.

    Ex:

    Code:
    Bazooka:
        Item_Information:
            Item_Name: "&eBazooka"
            Item_Type: 2256:1
            Item_Lore: "&eRocket launcher.|&eFire down at your|&efeet to rocket-jump.|&eNegates fall damage."
            Sounds_Acquired: BAT_TAKEOFF-1-1-0
            Inventory_Control: Group_Bazookas
        Shooting:
            Cancel_Left_Click_Block_Damage: true
            Cancel_Right_Click_Interactions: true
            Recoil_Amount: 2
            Projectile_Amount: 1
            Projectile_Type: fireball
            Projectile_Speed: 10
            Sounds_Shoot: ZOMBIE_WOOD-1-0-0,FIZZ-1-1-0
        Sneak:
            Enable: true
            No_Recoil: true
        Abilities:
            No_Fall_Damage: true
        Reload:
            Enable: true
            Reload_Amount: 1
            Reload_Duration: 55
            Sounds_Reloading: SKELETON_IDLE-1-0-10,PISTON_EXTEND-1-0-28,SKELETON_WALK-1-0-48
        Particles:
            Enable: true
            Particle_Player_Shoot: BLOCK_BREAK-35
        Shrapnel:
            Enable: true
            Block_Type: 77
            Amount: 14
            Speed: 7
        Explosions:
            Enable: true
            Knockback: 5
            Damage_Multiplier: 10
            Explosion_No_Grief: true
            Explosion_Radius: 6
            Sounds_Shooter: SHOOT_ARROW-1-2-0
    Any how it works fine with out the colon but when i use it i get this error when trying to give my self the weapon
    [​IMG]

    If there is any way around this i'd love to hear it!
    THANKS
     
  2. Offline

    AGC_Omega

  3. Offline

    Boomer

    wrap single quotes around it
    '2256:1'
     
  4. Offline

    GhastSlayner

    Try using ; instead of :
     
  5. Offline

    AGC_Omega

    I tried both of your ways and is still giving me the same error message
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Offline

    AGC_Omega

    Using the ~ in the replacement of a : worked ;D thank you Sir
     
Thread Status:
Not open for further replies.

Share This Page