minecraft server init
This commit is contained in:
77
config/ironbackpacks/blacklist.json
Normal file
77
config/ironbackpacks/blacklist.json
Normal file
@ -0,0 +1,77 @@
|
||||
{
|
||||
"itemBlacklist": [
|
||||
{
|
||||
"item": "improvedbackpacks:backpack",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "ironbackpacks:backpack",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:purple_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:orange_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:magenta_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_blue_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:yellow_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:lime_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:pink_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gray_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:silver_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cyan_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:brown_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:green_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:black_shulker_box",
|
||||
"meta": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_shulker_box",
|
||||
"meta": 0
|
||||
}
|
||||
],
|
||||
"nbtBlacklist": []
|
||||
}
|
||||
66
config/ironbackpacks/ironbackpacks.cfg
Normal file
66
config/ironbackpacks/ironbackpacks.cfg
Normal file
@ -0,0 +1,66 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
|
||||
upgrades {
|
||||
# Enables the Damage Bar upgrade
|
||||
B:enableDamageBar=true
|
||||
|
||||
# Enables the Everlasting upgrade
|
||||
B:enableEverlasting=true
|
||||
|
||||
# Enables the Extra Upgrade upgrade
|
||||
B:enableExtraUpgrade=true
|
||||
|
||||
# Enables the Latch upgrade
|
||||
B:enablePackLatch=true
|
||||
}
|
||||
|
||||
handholding {
|
||||
# The maximum depth that can be used for Nesting Upgrades
|
||||
# This restriction is here to protect against stupidly large NBT sizes.
|
||||
# Min: 1
|
||||
# Max: 2147483647
|
||||
I:maxNests=1
|
||||
}
|
||||
|
||||
sizes {
|
||||
# Size of the basic backpack
|
||||
# Min: 1
|
||||
# Max: 54
|
||||
I:sizeBasic=18
|
||||
|
||||
# Size of the iron backpack - storage emphasis
|
||||
# Min: 1
|
||||
# Max: 54
|
||||
I:sizeDiamondStorage=54
|
||||
|
||||
# Size of the iron backpack - upgrade emphasis
|
||||
# Min: 1
|
||||
# Max: 54
|
||||
I:sizeDiamondUpgrade=45
|
||||
|
||||
# Size of the iron backpack - storage emphasis
|
||||
# Min: 1
|
||||
# Max: 54
|
||||
I:sizeGoldStorage=45
|
||||
|
||||
# Size of the iron backpack - upgrade emphasis
|
||||
# Min: 1
|
||||
# Max: 54
|
||||
I:sizeGoldUpgrade=36
|
||||
|
||||
# Size of the iron backpack - storage emphasis
|
||||
# Min: 1
|
||||
# Max: 54
|
||||
I:sizeIronStorage=36
|
||||
|
||||
# Size of the iron backpack - upgrade emphasis
|
||||
# Min: 1
|
||||
# Max: 54
|
||||
I:sizeIronUpgrade=27
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user