Skip to content
Steve Goodhill edited this page Apr 29, 2020 · 1 revision

Default configuration for Feast Set.

#
apply:
  message:
    enabled: true
    text:
      - '&a&l** &oFEAST SET BONUS ACTIVATED &a&l**'
  commands:
    enabled: false
    list:
      - msg {player} example command
  sound:
    enabled: true
    type: 'villager_yes'
    volume: 1
    pitch: 0
#
remove:
  message:
    enabled: true
    text:
      - '&a&l** &oFEAST SET BONUS DE-ACTIVATED &a&l**'
  commands:
    enabled: false
    list:
      - msg {player} example command
  sound:
    enabled: true
    type: 'villager_no'
    volume: 1
    pitch: 0
#
#
set-data:
  1:
    type: basic
    damage-increase: 1.05
    damage-reduction: 0.95
    health: -1
    kb: -1
    status-effects:
  2:
    type: hunger
    sound:
      enabled: true
      type: 'burp'
      volume: 1
      pitch: 0
    message:
      enabled: true
      text:
        - '&a&l** &oTHE FEAST SET SAVED YOUR HUNGER &a&l**'
#
set-pieces:
  helmet:
    name: '&a&lFeast Hood'
    item: diamond_helmet
    data: 0
    lore:
      - '&aAlways starving.'
      - ''
      - '&a&lFEAST SET BONUS'
      - '&a* Deal +5% damage to all enemies.'
      - '&a* Enemies deal 5% less damage to you.'
      - '&a* Your hunger bar will not deplete.'
      - '&7&o(Requires all 4 feast items.)'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
  chestplate:
    name: '&a&lFeast Shroud'
    item: diamond_chestplate
    data: 0
    lore:
      - '&aAlways starving.'
      - ''
      - '&a&lFEAST SET BONUS'
      - '&a* Deal +5% damage to all enemies.'
      - '&a* Enemies deal 5% less damage to you.'
      - '&a* Your hunger bar will not deplete.'
      - '&7&o(Requires all 4 feast items.)'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
  leggings:
    name: '&a&lFeast Robeset'
    item: diamond_leggings
    data: 0
    lore:
      - '&aAlways starving.'
      - ''
      - '&a&lFEAST SET BONUS'
      - '&a* Deal +5% damage to all enemies.'
      - '&a* Enemies deal 5% less damage to you.'
      - '&a* Your hunger bar will not deplete.'
      - '&7&o(Requires all 4 feast items.)'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
  boots:
    name: '&a&lFeast Sandals'
    item: diamond_boots
    data: 0
    lore:
      - '&aAlways starving.'
      - ''
      - '&a&lFEAST SET BONUS'
      - '&a* Deal +5% damage to all enemies.'
      - '&a* Enemies deal 5% less damage to you.'
      - '&a* Your hunger bar will not deplete.'
      - '&7&o(Requires all 4 feast items.)'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
#
gui:
  name: '&7&lPURCHASE &a&lFEAST SET'
  type: HOPPER
  size: 5
  1:
    slot: 0
    action: helmet
    name: '&a&lFeast Hood'
    item: diamond_helmet
    data: 0
    lore:
      - '&aAlways starving.'
      - ''
      - '&a&lFEAST SET BONUS'
      - '&a* Deal +5% damage to all enemies.'
      - '&a* Enemies deal 5% less damage to you.'
      - '&a* Your hunger bar will not deplete.'
      - '&7&o(Requires all 4 feast items.)'
      - '&7'
      - '&c&lCost: $25,000'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
    cost: 25000.0
  2:
    slot: 1
    action: chestplate
    name: '&a&lFeast Shroud'
    item: diamond_chestplate
    data: 0
    lore:
      - '&aAlways starving.'
      - ''
      - '&a&lFEAST SET BONUS'
      - '&a* Deal +5% damage to all enemies.'
      - '&a* Enemies deal 5% less damage to you.'
      - '&a* Your hunger bar will not deplete.'
      - '&7&o(Requires all 4 feast items.)'
      - ''
      - '&c&lCost: $25,000'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
    cost: 25000.0
  3:
    slot: 2
    action: leggings
    name: '&a&lFeast Robeset'
    item: diamond_leggings
    data: 0
    lore:
      - '&aAlways starving.'
      - ''
      - '&a&lFEAST SET BONUS'
      - '&a* Deal +5% damage to all enemies.'
      - '&a* Enemies deal 5% less damage to you.'
      - '&a* Your hunger bar will not deplete.'
      - '&7&o(Requires all 4 feast items.)'
      - ''
      - '&c&lCost: $25,000'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
    cost: 25000.0
  4:
    slot: 3
    action: boots
    name: '&a&lFeast Sandals'
    item: diamond_boots
    data: 0
    lore:
      - '&aAlways starving.'
      - ''
      - '&a&lFEAST SET BONUS'
      - '&a* Deal +5% damage to all enemies.'
      - '&a* Enemies deal 5% less damage to you.'
      - '&a* Your hunger bar will not deplete.'
      - '&7&o(Requires all 4 feast items.)'
      - ''
      - '&c&lCost: $25,000'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
    cost: 25000.0
  5:
    slot: 4
    action: close
    name: '&c&lExit'
    item: barrier
    data: 0
    lore:
      - '&7'
      - '&7&o((left click to close this gui))'
      - '&7'
    enchantments:
    item-flags:
      - hide_attributes

Clone this wiki locally