forked from kixmc/KixsSimpleBackpacks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
52 lines (52 loc) · 1.29 KB
/
config.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
# KixsSimpleBackpacks config
# Colorcode and hex (for 1.16+) support: & for colorcodes, &# for hex
backpack:
enable-recipe: false
recipe:
shape:
top: "LLL"
mid: "ICI"
btm: "LLL"
key:
L:
- "LEATHER"
I:
- "IRON_INGOT"
C:
- "CHEST"
material: CHEST
custom-model-data: 1
rows: 2
gui-title: "Contents"
allow-shulker-boxes-in-backpacks: false
allow-backpacks-in-shulker-boxes: false
name:
regular: "&eBackpack &7(right-click)"
renamed: "&e{CUSTOM_NAME} &7(right-click)"
unopened: "&eUnopened Backpack"
lore:
new:
- " "
- "&bBrand new, &b&nright click&b to unbox!"
- " "
- "&f&lTIP &7If you're planning on having"
- "&7multiple packs, you can name them"
- "&7in anvils for better organization!"
- " "
empty:
- " "
- "&6{SLOTS_IN_USE}/{MAX_SLOTS} &fslots in use"
- " "
storing:
- " "
- "&6{SLOTS_IN_USE}/{MAX_SLOTS} &fslots in use"
- " "
- "{CONTENTS_PREVIEW}"
contents-preview: " &f- &7&o{ITEM_AMOUNT}x &f&o{ITEM_NAME}"
preview-overflow:
- " "
- " &f&oand &7&o{REMAINING_CONTENTS_SLOT_COUNT} &f&omore..."
- " "
preview-slots-size: 5
messages:
unboxed: "&7Backpack unboxed! &bRight click&7 it to open!"