Dear all,
I'm looking for a developer who can create a plugin for me that allows you to place down chests in certain locations and upon opening any of these chests it puts certain items in the chest
The items are configurable with enchantments and durability
My ideal configuration would be something like this.
ChestName:
Cooldown: 3600 # seconds
Rows: 2 # Max 6 rows
Location:
World: "world"
Location: X, Y, Z
Items:
1:
item: golden_apple
amount: 1
durability: 1
title: '&bGolden Apple'
chance: 5
2:
item: diamond_sword
amount: 1
title: '&eSword'
enchantments:
- sharpness, 4
chance: 10
3:
item: diamond_helmet
amount: 1
title: '&eHelmet'
enchantments:
- protection, 4
chance: 10
4:
item: diamond_chestplate
amount: 1
title: '&eChestplate'
enchantments:
- protection, 4
chance: 10
5:
item: diamond_leggings
amount: 1
title: '&eLeggings'
enchantments:
- protection, 4
chance: 10
6:
item: diamond_boots
amount: 1
title: '&eBoots'
enchantments:
- protection, 4
chance: 10
7:
item: bow
amount: 1
title: '&eBow'
enchantments:
- power, 4
- infinity, 1
chance: 10
8:
item: paper
amount: 1
title: '&5Points Scroll'
lore:
- '&7Value: 2 points'
chance: 5
I'm looking for a developer who can create a plugin for me that allows you to place down chests in certain locations and upon opening any of these chests it puts certain items in the chest
The items are configurable with enchantments and durability
My ideal configuration would be something like this.
ChestName:
Cooldown: 3600 # seconds
Rows: 2 # Max 6 rows
Location:
World: "world"
Location: X, Y, Z
Items:
1:
item: golden_apple
amount: 1
durability: 1
title: '&bGolden Apple'
chance: 5
2:
item: diamond_sword
amount: 1
title: '&eSword'
enchantments:
- sharpness, 4
chance: 10
3:
item: diamond_helmet
amount: 1
title: '&eHelmet'
enchantments:
- protection, 4
chance: 10
4:
item: diamond_chestplate
amount: 1
title: '&eChestplate'
enchantments:
- protection, 4
chance: 10
5:
item: diamond_leggings
amount: 1
title: '&eLeggings'
enchantments:
- protection, 4
chance: 10
6:
item: diamond_boots
amount: 1
title: '&eBoots'
enchantments:
- protection, 4
chance: 10
7:
item: bow
amount: 1
title: '&eBow'
enchantments:
- power, 4
- infinity, 1
chance: 10
8:
item: paper
amount: 1
title: '&5Points Scroll'
lore:
- '&7Value: 2 points'
chance: 5