Fixed:
- Bug with Bungee Mode not adding players to game on join when you have only one arena.
- Bug with armors shop giving Iron Armor when you buy Diamond.
** To Fix this bug you need to delete Shops.yml or replace armor section with the following:
Code (Text):
Armor:
name: "&aArmor"
material: CHAINMAIL_BOOTS
lore:
- '&8Available:'
- ' &7• Chainmail Boots'
- ' &7• Chainmail Leggings'
- ' &7• Iron Boots'
- ' &7• Iron Leggings'
- ' &7• Diamond Boots'
- ' &7• Diamond Leggings'
- ''
- '&eClick to browse!'
items:
1:
name: "&aPermanent Chainmail Armor"
displayItem: CHAINMAIL_BOOTS
slot: 10
amount: 1
lore:
- '&8Items:'
- ' &7• Chainmail Boots &8x1'
- ' &7• Chainmail Leggings &8x1'
- ''
- 'Cost: &f40 Iron'
- ''
- '&8You sill not lose this on death!'
- ''
- '&aClick to purchase!'
enchantments: []
price: 40
price-material: IRON_INGOT
item: HALF_CHAINMAIL
2:
name: "&aPermanent Iron Armor"
displayItem: IRON_BOOTS
slot: 11
amount: 1
lore:
- '&8Items:'
- ' &7• Iron Boots &8x1'
- ' &7• Iron Leggings &8x1'
- ''
- 'Cost: &612 Gold'
- ''
- '&8You sill not lose this on death!'
- ''
- '&aClick to purchase!'
enchantments: []
price: 12
price-material: GOLD_INGOT
item: HALF_IRON
3:
name: "&aPermanent Diamond Armor"
displayItem: DIAMOND_BOOTS
slot: 12
amount: 1
lore:
- '&8Items:'
- ' &7• Diamond Boots &8x1'
- ' &7• Diamond Leggings &8x1'
- ''
- 'Cost: &26 Emerald'
- ''
- '&8You sill not lose this on death!'
- ''
- '&aClick to purchase!'
enchantments: []
price: 6
price-material: EMERALD
item: HALF_DIAMOND