Question How to enable Skywars kits?

Discussion in 'Plugin Help/Development/Requests' started by MysticHypnos, Jan 12, 2017.

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

    MysticHypnos

    hey there, I'm a pretty new owner trying to figure out how to enable skywars kits. I honestly don't know what I'm doing wrong. My basic ranks can't access /sw kit and I also would like to know how to put permissions on certain kits? Oh a side note. Would anyone be able to help with making snowballs/eggs actually "hit" players in matches?

    PermissionsEx config:

    Code:
        - skywars.kit.gui
        - skywars.kit
        - skywars.kit.archer
        - skywars.kit.knight
        - skywars.kit.digger
        - skywars.kit.assassin
        - skywars.kit.archer.pup     (this was the one I tried to only give to a certain rank named "Pup")
        - skywars.kit.archer
    
    Skywars Kit config

    Code:
    # ####### kits.yml #######
    #
    # Kit configuration
    # #
    # For documentation, please visit
    # https://dabo.guru/projects/skywars/configuring-kits
    # #########
    configuration-version: 2
    Assassin:
      items:
      - potion:
          lingering: true
          type: INVISIBILITY
        type: POTION
      - type: WOOD_SWORD
        enchantments:
          KNOCKBACK: 2
      - type: LEATHER_HELMET
        armor-color: A06540
      - type: LEATHER_BOOTS
        armor-color: A06540
      - amount: 64
        type: COBBLESTONE
      - amount: 2
        type: APPLE
      description: '&4A kit: &8Assassin&4.'
      totem: WOOD_SWORD
    Knight:
      items:
      - type: SHIELD
      - type: IRON_SWORD
      - amount: 2
        type: APPLE
      - amount: 64
        type: COBBLESTONE
      description: '&4A kit: &8Knight&4.'
      totem: SHIELD
    Alchemist:
      items:
      - potion:
          upgraded: true
          type: JUMP
          splash: true
        type: POTION
      - potion:
          upgraded: true
          type: SPEED
          splash: true
        type: POTION
      - potion:
          type: HARM
          splash: true
        type: POTION
      - potion:
          type: HARM
          splash: true
        type: POTION
      - potion:
          type: POISON
          splash: true
        type: POTION
      - potion:
          type: REGENERATION
          splash: true
        type: POTION
      - potion:
          type: HEAL
          splash: true
        type: POTION
      - potion:
          type: SLOW
          splash: true
        type: POTION
      - amount: 2
        type: APPLE
      - amount: 64
        type: COBBLESTONE
      description: '&4A kit: &8Alchemist&4.'
      totem: SPLASH_POTION
    Snowman:
      items:
      - amount: 16
        type: SNOW_BALL
      - amount: 3
        type: CARROT_ITEM
      - amount: 5
        type: COAL
      - type: PUMPKIN
      - amount: 2
        type: SNOW_BLOCK
      - amount: 64
        type: COBBLESTONE
      description: '&4A kit: &8Snowman&4.'
      totem: SNOW_BALL
    Pyromancer:
      items:
      - type: FLINT_AND_STEEL
      - amount: 3
        type: TNT
      - type: LEATHER_CHESTPLATE
        enchantments:
          PROTECTION_FIRE: 1
          PROTECTION_EXPLOSIONS: 1
        armor-color: A06540
      - amount: 2
        type: APPLE
      - potion:
          lingering: true
          type: FIRE_RESISTANCE
        type: POTION
      - amount: 64
        type: COBBLESTONE
      description: '&4A kit: &8Pyromancer&4.'
      totem: FLINT_AND_STEEL
    Digger:
      items:
      - type: STONE_SPADE
      - type: IRON_PICKAXE
      - amount: 2
        type: APPLE
      - amount: 64
        type: COBBLESTONE
      description: '&4A kit: &8Digger&4.'
      totem: STONE_SPADE
    Crafter:
      items:
      - type: WORKBENCH
      - type: IRON_BLOCK
      - type: STONE_PICKAXE
      - type: IRON_SPADE
      - amount: 4
        type: WOOD
      - amount: 2
        type: APPLE
      - amount: 64
        type: COBBLESTONE
      description: '&4A kit: &8Crafter&4.'
      totem: WORKBENCH
    Enchanter:
      items:
      - type: ENCHANTMENT_TABLE
      - amount: 16
        type: EXP_BOTTLE
      - type: LAPIS_BLOCK
      - type: STONE_SWORD
      - amount: 2
        type: APPLE
      - amount: 64
        type: COBBLESTONE
      description: '&4A kit: &8Enchanter&4.'
      totem: ENCHANTMENT_TABLE
    Tamer:
      items:
      - type: WOOD_SWORD
      - type: MONSTER_EGG
      - amount: 4
        type: BONE
      - amount: 64
        type: COBBLESTONE
      - amount: 2
        type: COOKED_BEEF
      - raw-data: 1
        durability: 1
        type: INK_SACK
      - raw-data: 12
        durability: 12
        type: INK_SACK
      - raw-data: 2
        durability: 2
        type: INK_SACK
      - raw-data: 11
        durability: 11
        type: INK_SACK
      description: '&4A kit: &8Tamer&4.'
      totem: MONSTER_EGG
    Blacksmith:
      items:
      - type: ANVIL
      - type: ENCHANTED_BOOK
      - type: ENCHANTED_BOOK
      - type: ENCHANTED_BOOK
      - amount: 16
        type: EXP_BOTTLE
      - type: STONE_SWORD
      - type: STONE_PICKAXE
      - amount: 64
        type: COBBLESTONE
      - amount: 2
        type: APPLE
      description: '&4A kit: &8Blacksmith&4.'
      totem: ANVIL
    Flier:
      items:
      - type: ELYTRA
      - amount: 10
        type: FIREWORK
      - amount: 64
        type: COBBLESTONE
      - amount: 2
        type: APPLE
      description: '&4A kit: &8Flier&4.'
      totem: ELYTRA
    Archer:
      items:
      - type: BOW
      - amount: 32
        type: ARROW
      - amount: 64
        type: COBBLESTONE
      - amount: 2
        type: APPLE
      - type: WOOD_SWORD
      - type: STONE_PICKAXE
      description: '&4A kit: &8Archer&4.'
      totem: BOW
      permission: archer.pup
     
    Last edited by a moderator: Jan 12, 2017
Thread Status:
Not open for further replies.

Share This Page