Untitled

                Never    
YAML
       
configVersion: 0.0.1
prefix: '&f[&eGiftcode&f]'
 
 
groups:
  codeA:
    displayName: "&3Code A"
    allows-perm: true
    permission: "example.permission"
    limit: 5
    rewards:
    - mobs_loot
    - cmd

kits:
  mobs_loot:
    rewards:
      '0':
        type: ITEM
        item:
          material: ROTTEN_FLESH
          amount: 10
        chance: 100
      '1':
        type: ITEM 
        item:
          material: ENDER_PEARL
          amount: 10
        chance: 10
  cmd:
    rewards:
      '0':
        type: COMMAND
        commands:
        - 'eco give %player% 100'
        chance: 100
      '1':
        type: COMMAND
        commands:
        - 'kill %player%'
        chance: 100

Raw Text