forked from tastybento/askyblock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminishop.yml
67 lines (65 loc) · 1.75 KB
/
minishop.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This is a minishop. Minishop can be allowed via permissions
# See examples for the format
# If selling is allowed, right click will sell the item to the shop
# description can include color codes using & and new lines using |
config:
allowselling: false
# Add items in the same format to sell or buy more
items:
item1:
material: LAVA_BUCKET
quantity: 1
price: 100
item2:
material: DIRT
quantity: 1
price: 100
sellprice: 10
# You can add a user-friendly description to the item if you like
# Use & for color codes.
item3:
material: IRON_INGOT
quantity: 3
price: 100
sellprice: 30
description: '&bIron bars'
item4:
material: GRASS
quantity: 1
price: 150
item5:
material: DIAMOND
quantity: 1
price: 200
# Potions can be different types and Extended, Splash or ExtendedSplash.
# If you do not know the potion types, just guess and look in the console
# If you get it wrong, it will tell you the options
item6:
material: POTION
quantity: 1
extra: WATER_BREATHING
#Or you could do:
#extra: WATER_BREATHING:EXTENDED
#extra: WATER_BREATHING:SPLASH
#extra: WATER_BREATHING:EXTENDEDSPLASH
price: 50
# Potions can be Extended, Splash or ExtendedSplash. Not all potions can be modified
item7:
material: MONSTER_EGG
quantity: 1
extra: 90
price: 300
description: A pig
# A dark oak (4 saplings needed)
item8:
material: SAPLING
quantity: 4
# Extra is durability/damage
extra: 5
price: 150
item9:
material: POTION
quantity: 1
extra: NIGHT_VISION:EXTENDED
price: 20
description: Extended Night Vision Potion