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

Default configuration for Shift Set.

#
apply:
  message:
    enabled: true
    text:
      - '&3&l** &oSHIFT SET BONUS ACTIVATED &3&l**'
  commands:
    enabled: false
    list:
      - msg {player} example command
  sound:
    enabled: true
    type: 'villager_yes'
    volume: 1
    pitch: 0
#
remove:
  message:
    enabled: true
    text:
      - '&3&l** &oSHIFT SET BONUS DE-ACTIVATED &3&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
    damage-reduction: 0.70
    health: -1
    kb: -1
    status-effects:
  2:
    type: shift
    chance: 1
    distance: 5.3
    sound:
      enabled: true
      type: 'enderman_teleport'
      volume: 1
      pitch: 0
    message:
      enabled: true
      attacked:
        - '&3&l** &oA PLAYER SHIFTED BEHIND YOU &3&l**'
      attacker:
        - '&3&l** &oTHE SHIFT SET TELEPORTED YOU &3&l**'
#
set-pieces:
  helmet:
    name: '&3&lWarp Hood'
    item: diamond_helmet
    data: 0
    lore:
      - '&3Constantly changing location.'
      - ''
      - '&3&lSHIFT SET BONUS'
      - '&3* Enemies deal 30% less damage to you.'
      - '&3* Master of Teleportaion Passive Ability.'
      - '&7&o(Requires all 4 shift items.)'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
  chestplate:
    name: '&3&lWarp Shroud'
    item: diamond_chestplate
    data: 0
    lore:
      - '&3Constantly changing location.'
      - ''
      - '&3&lSHIFT SET BONUS'
      - '&3* Enemies deal 30% less damage to you.'
      - '&3* Master of Teleportaion Passive Ability.'
      - '&7&o(Requires all 4 shift items.)'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
  leggings:
    name: '&3&lWarp Robeset'
    item: diamond_leggings
    data: 0
    lore:
      - '&3Constantly changing location.'
      - ''
      - '&3&lSHIFT SET BONUS'
      - '&3* Enemies deal 30% less damage to you.'
      - '&3* Master of Teleportaion Passive Ability.'
      - '&7&o(Requires all 4 shift items.)'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
  boots:
    name: '&3&lWarp Sandals'
    item: diamond_boots
    data: 0
    lore:
      - '&3Constantly changing location.'
      - ''
      - '&3&lSHIFT SET BONUS'
      - '&3* Enemies deal 30% less damage to you.'
      - '&3* Master of Teleportaion Passive Ability.'
      - '&7&o(Requires all 4 shift items.)'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
#
gui:
  name: '&7&lPURCHASE &3&lSHIFT SET'
  type: HOPPER
  size: 5
  1:
    slot: 0
    action: helmet
    name: '&3&lWarp Hood'
    item: diamond_helmet
    data: 0
    lore:
      - '&3Constantly changing location.'
      - ''
      - '&3&lSHIFT SET BONUS'
      - '&3* Enemies deal 30% less damage to you.'
      - '&3* Master of Teleportaion Passive Ability.'
      - '&7&o(Requires all 4 shift items.)'
      - ''
      - '&c&lCost: $25,000'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
    cost: 25000.0
  2:
    slot: 1
    action: chestplate
    name: '&3&lWarp Shroud'
    item: diamond_chestplate
    data: 0
    lore:
      - '&3Constantly changing location.'
      - ''
      - '&3&lSHIFT SET BONUS'
      - '&3* Enemies deal 30% less damage to you.'
      - '&3* Master of Teleportaion Passive Ability.'
      - '&7&o(Requires all 4 shift items.)'
      - ''
      - '&c&lCost: $25,000'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
    cost: 25000.0
  3:
    slot: 2
    action: leggings
    name: '&3&lWarp Robeset'
    item: diamond_leggings
    data: 0
    lore:
      - '&3Constantly changing location.'
      - ''
      - '&3&lSHIFT SET BONUS'
      - '&3* Enemies deal 30% less damage to you.'
      - '&3* Master of Teleportaion Passive Ability.'
      - '&7&o(Requires all 4 shift items.)'
      - ''
      - '&c&lCost: $25,000'
    enchantments:
      - protection_environmental:4
      - durability:3
    item-flags:
    cost: 25000.0
  4:
    slot: 3
    action: boots
    name: '&3&lWarp Sandals'
    item: diamond_boots
    data: 0
    lore:
      - '&3Constantly changing location.'
      - ''
      - '&3&lSHIFT SET BONUS'
      - '&3* Enemies deal 30% less damage to you.'
      - '&3* Master of Teleportaion Passive Ability.'
      - '&7&o(Requires all 4 shift 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