FileSystem: flatfile
MySQL:
database: minecraft
username: user
password: pass
ip: localhost
port: 3306
Config:
UsePermissions: true
MultipleBackpacksInInventory:
average: false
add: true
usePermissions: true
Backpacks:
MypackKing: #背包的名字!! 我这个就是 king,
Size: 45 #背包内存
addGlow: true #添加组,不用管他
OpenWith: right_click #打开方式,默认是右键
Purchasable: true #就是可以不可以买啦!
Price: 5000 #价格 你懂的 调高点
UseRecipe: false #可以不可以用合成获得背包
Override: '0' #这也不用管他
Recipe: #这就是合成方式了,你懂的
- 334,334,334
- 334,35:12,334
- 334,334,334
BackpackItem: #背包id,也别鸟他了
id: '54'
name: '&a&lMypackKing' #这是你点开背包后,左上角显示的什么
lore:
- '&c&lA container for carrying items.'
- '&c&lTheres a lot of space inside.'
UseWhitelist: false #使用白名单
ItemWhitelist: [] #这些白名单都不用管他了,就是里面可以放什么
ItemBlacklist: #黑名单就相反
- MypackNormal
- 276:all
onDeath: #这不错,死亡后
dropContents: false #死亡后,里面东西全掉
destroyContents: false #死亡后,东西不会掉,而回摧毁掉!! 好狠
dropBackpack: false #死亡后,你的背包就掉了,会被别人捡走
keepBackpack: true #死亡后,你的背包还是会跟着你
WalkSpeedFeature: #拉拉。下面就不用管他了
enabled: true
walkingSpeed: 0.19
IncreasedHungerFeature:
enabled: true
extraHungerBarsToDeplete: 1
hungerBarsToSubtractWhenEating: 0
MypackNormal:
Size: 36
addGlow: true
OpenWith: right_click
Purchasable: true |