forked from ChickenStyle/FancyBags
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
30 lines (22 loc) · 986 Bytes
/
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
messages:
noPermission: "<dark_red>You dont have permission to use this command!"
disablePlace: "<dark_red>You cannot place this item in backpack!"
disableCraft: "<dark_red>You cannot craft the backpack this way!"
giveMessage: "<gold>{player} <green>gave you <gold>{backpack}"
cancelOpen: "<dark_red>You cannot open stacked backpacks!"
#The disableCraft runs when player tries to craft the backpack
#while holding shift.
#Made this to prevent duping items.
putBackpacksIntoShulkers: false
soundLevelOfBackpacks: 0.5
pitchLevelOfBackpacks: 1
slotsLimit: '<red>Slots Limit!'
showContents: true
backpackLore:
- '<gray>A special portable bag with'
- '<gold>{slotsAmount} <gray>slots!'
emptyBackpack: '<red>Backpack is empty!'
displayItemInLore: '<green>{number}x {item_name}'
#when there is more than 5 items in the backpack
#it will display the first 5 items and the amount of other items (summed)
otherItemsInLore: '<gray>and other <gold>{amount} <gray>items!'