Example GKit

An example configuration of a GKit.

name: "&c&lExample GKit&r" [GKit Displayname]
permission: "gkits.example" [GKit Access Permission]
cooldown: 60 [GKit Cooldown] (IN SECONDS)
slot: 0 [GKit slot in /gkits]

display: [GKit display in /gkits]
  material: "EMERALD"
  name: "{NAME}"
  lore:
    - '&e&lKit Tier: &e{LEVEL}/{MAX-LEVEL}'
    - ''
    - '&f&l* &6&lExample Sword'
    - ''
    - '&7Example GKit Lore Line'
    - ''
    - '{STATUS}'
    - '&7Right-Click to preview kit'

display-item: [GKit Gem Item]
  material: "DIAMOND"
  name: "{NAME}"
  lore:
    - '&7Right-click this gem to unlock'
    - '&7the {NAME} &7/gkit on this planet.'
    - ''
    - '&7If you already have this /gkit unlocked,'
    - '&7you can redeem this gem to increase'
    - '&7the &e&lKit Tier&7 which will increase'
    - '&7the enchantment levels on the /gkit'
    - '&7items each time you claim it.'

levels:
  0: [GKit Level 0/3]
    items:
      0: [GKit Item]
        chance: 100 [Chance to get the item]
        material: "DIAMOND_SWORD"
        name: "&6&lExample GKit Sword"
        lore:
          - '&6&oThis is the example gkit sword''s lore.'
        vanilla-enchants:
          - 'DAMAGE_ALL:5'
        custom-enchants:
          - 'rage:1-6'
          - 'trap:1-3'
      1: [Second GKit Item] (You can also use commands!)
        command: "ee giveitem {PLAYER} Blackscroll random"
  1: [GKit Level 1/3]
    items:
      0:
        chance: 100
        material: "DIAMOND_SWORD"
        name: "&6&lExample GKit Sword"
        lore:
          - '&6&oThis is the example gkit sword''s lore.'
        vanilla-enchants:
          - 'DAMAGE_ALL:5'
        custom-enchants:
          - 'rage:2-6'
          - 'trap:1-3'
      1:
        command: "ee giveitem {PLAYER} Blackscroll random"
  2: [GKit Level 2/3]
    items:
      0:
        chance: 100
        material: "DIAMOND_SWORD"
        name: "&6&lExample GKit Sword"
        lore:
          - '&6&oThis is the example gkit sword''s lore.'
        vanilla-enchants:
          - 'DAMAGE_ALL:5'
        custom-enchants:
          - 'rage:3-6'
          - 'trap:2-3'
      1:
        command: "ee giveitem {PLAYER} Blackscroll random"
  3: [GKit Level 3/3]
    items:
      0:
        chance: 100
        material: "DIAMOND_SWORD"
        name: "&6&lExample GKit Sword"
        lore:
          - '&6&oThis is the example gkit sword''s lore.'
        vanilla-enchants:
          - 'DAMAGE_ALL:5'
        custom-enchants:
          - 'rage:5-6'
          - 'trap:3'
      1:
        command: "ee giveitem {PLAYER} Blackscroll random"

Last updated