minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

View File

@ -0,0 +1,71 @@
# Configuration file
##########################################################################################################
# client
#--------------------------------------------------------------------------------------------------------#
# General client settings
##########################################################################################################
client {
# Should the advanced stat info tooltips for jetpacks be enabled? [default: true]
B:advanced_info=true
# Should jetpack particles be enabled? [default: true]
B:jetpack_particles=true
# Should jetpack sounds be enabled? [default: true]
B:jetpack_sounds=true
}
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# General settings
##########################################################################################################
general {
# Should jetpacks be enchantable? [default: true]
B:enchantable_jetpacks=true
}
##########################################################################################################
# hud
#--------------------------------------------------------------------------------------------------------#
# HUD settings
##########################################################################################################
hud {
# Should the hud be enabled? [default: true]
B:hud_enabled=true
# The X offset of the hud. [range: -2147483648 ~ 2147483647, default: 0]
I:hud_offset_x=0
# The Y offset of the hud. [range: -2147483648 ~ 2147483647, default: 0]
I:hud_offset_y=0
# Should the hud render over the chat? [default: false]
B:hud_over_chat=false
# The position of the hud. 0=Top Left, 1=Middle Left, 2=Bottom Left [range: 0 ~ 2, default: 1]
I:hud_position=1
}
##########################################################################################################
# recipes
#--------------------------------------------------------------------------------------------------------#
# Recipe settings
##########################################################################################################
recipes {
# Non-nested recipes. Each jetpack requires a Leather Strap instead of a previous tier jetpack. [default: false]
B:basic_recipes=false
# Nested recipes. Each jetpack requires a previous tier jetpack. [default: true]
B:upgrade_recipes=true
}

View File

@ -0,0 +1,21 @@
{
"name": "creative",
"disable": false,
"tier": -1,
"color": "cf1ae9",
"armorPoints": 8,
"enchantability": 0,
"craftingMaterial": "null",
"forceRecipes": false,
"creative": true,
"rarity": 3,
"capacity": 0,
"usage": 0,
"speedVertical": 1.03,
"accelVertical": 0.17,
"speedSideways": 0.21,
"speedHoverDescend": 0.45,
"speedHover": 0.0,
"sprintSpeedMulti": 2.0,
"sprintFuelMulti": 0.0
}

View File

@ -0,0 +1,20 @@
{
"name": "diamond",
"disable": false,
"tier": 1,
"color": "4aedd1",
"armorPoints": 4,
"enchantability": 10,
"craftingMaterial": "ore:gemDiamond",
"forceRecipes": false,
"rarity": 0,
"capacity": 30000000,
"usage": 650,
"speedVertical": 0.9,
"accelVertical": 0.15,
"speedSideways": 0.19,
"speedHoverDescend": 0.41,
"speedHover": 0.005,
"sprintSpeedMulti": 1.8,
"sprintFuelMulti": 3.8
}

View File

@ -0,0 +1,20 @@
{
"name": "electrum",
"disable": false,
"tier": 0,
"color": "a79135",
"armorPoints": 2,
"enchantability": 18,
"craftingMaterial": "ore:ingotElectrum",
"forceRecipes": false,
"rarity": 0,
"capacity": 10000000,
"usage": 310,
"speedVertical": 0.79,
"accelVertical": 0.14,
"speedSideways": 0.17,
"speedHoverDescend": 0.37,
"speedHover": 0.03,
"sprintSpeedMulti": 1.6,
"sprintFuelMulti": 3.5
}

View File

@ -0,0 +1,20 @@
{
"name": "emerald",
"disable": false,
"tier": 2,
"color": "41f384",
"armorPoints": 4,
"enchantability": 15,
"craftingMaterial": "ore:gemEmerald",
"forceRecipes": false,
"rarity": 0,
"capacity": 100000000,
"usage": 880,
"speedVertical": 1.03,
"accelVertical": 0.17,
"speedSideways": 0.21,
"speedHoverDescend": 0.45,
"speedHover": 0.0,
"sprintSpeedMulti": 2.0,
"sprintFuelMulti": 4.0
}