skadee.knack.1.8.1.source-code.config.yml Maven / Gradle / Ivy
# Language. Default valid languages are English (en) and German (de)
language: en
# Disable bStats statistic collection for this plugin if set to true
opt-out-stats: false
# Users won't be able to (un-)lock backpacks if set to true
disable-locking: false
# Enables the easy locking system --> instead of sealing items you just need to use a tripwire hook to lock backpacks
enable-easy-locking: false
# Items won't be added to backpacks anymore when your main inventory is full if you set this to true
disable-auto-pickup: false
# Backpacks marked as overwriteable (e.g on destroy) will be removed after X days to reduce disk space usage.
remove-destroyed-rucksacks-after-x-days-from-storage: 7
# Small backpack recipe
small-rucksack:
shape:
- '*L*'
- 'LCL'
- '*L*'
ingredients:
L: LEATHER
C: ENDER_CHEST
# Medium backpack recipe (DO NOT CHANGE MIDDLE RUCKSACK INGREDIENT)
medium-rucksack:
shape:
- '*I*'
- 'IBI'
- '*I*'
ingredients:
I: IRON_INGOT
B: RUCKSACK
# Large backpack recipe (DO NOT CHANGE MIDDLE RUCKSACK INGREDIENT)
large-rucksack:
shape:
- '*D*'
- 'DBD'
- '*D*'
ingredients:
D: DIAMOND
B: RUCKSACK
# Sealing SEAL
sealing-SEAL:
shape:
- '*B*'
- 'EPE'
- '*E*'
ingredients:
B: BOOK
E: EMERALD
P: PAPER
# Unsealing SEAL
unsealing-SEAL:
shape:
- '*B*'
- 'RPR'
- '*R*'
ingredients:
- B: BOOK
- R: BLAZE_POWDER
- P: PAPER
# Locked backpack recipe (DO NOT CHANGE MIDDLE RUCKSACK INGREDIENT)
locked-rucksack:
shape:
- '*T*'
- 'ERE'
- '*S*'
ingredients:
T: SEAL
E: EYE_OF_ENDER
R: RUCKSACK
S: REDSTONE
# Unlocked backpack recipe (DO NOT CHANGE MIDDLE RUCKSACK INGREDIENT)
unlocked-rucksack:
shape:
- '*T*'
- 'ERE'
- '*B*'
ingredients:
T: SEAL
E: EYE_OF_ENDER
R: RUCKSACK
B: BLAZE_POWDER