Files
admin 95ed26d7d8 Start
just getting the modpack files in here, also added the following folders to git ignore inside the top level of the minecraft folder (the one with save files in it):

/server-resource-packs/
/saves/
/schematics/
/screenshots/
/logs/
/.mixin.out/
/crash-reports/
usernamecache.json
usercache.json

Also I added the following file extensions to be considered "large" by the server as not to pollute diff history here are the commands I used to add these files:

git lfs track "*.jar"
git lfs track "*.zip"
git lfs track "*.7z"
git lfs track "*.gz"
git lfs track "*.rar"
git lfs track "*.tar"
git lfs track "*.iso"

git lfs track "*.png"
git lfs track "*.jpg"
git lfs track "*.jpeg"
git lfs track "*.gif"
git lfs track "*.bmp"
git lfs track "*.tiff"
git lfs track "*.svg"
git lfs track "*.webp"

git lfs track "*.mp3"
git lfs track "*.wav"
git lfs track "*.ogg"
git lfs track "*.flac"
git lfs track "*.aac"
git lfs track "*.m4a"
git lfs track "*.wma"

git lfs track "*.mp4"
git lfs track "*.mkv"
git lfs track "*.avi"
git lfs track "*.mov"
git lfs track "*.webm"
git lfs track "*.flv"
git lfs track "*.wmv"

git lfs track "*.psd"
git lfs track "*.ai"
git lfs track "*.pdf"

git lfs track "*.mca"
git lfs track "*.dat"
git lfs track "*.dat_old"
2025-05-11 15:06:38 -05:00

65 lines
2.8 KiB
JSON

{
"dragonDifficulty": {
"desc:": "Sets the dragon difficulty modifier, the higher the more difficult the dragon gets.Scales up mob spawn amount, dragon damage and health aswell as crystal respawn intervals. Note that the difficulty already scales on the playercount involved in the fight, this is a static bonus ontop.default:2, vanilla:0",
"dragonDifficulty": 2
},
"crystalRespawnTimeModifier": {
"desc:": "Modifies crystal respawn time, 0.5 = spawns twice as fast, 2 = twice as slow. default:1.0",
"crystalRespawnTimeModifier": 1.0
},
"lightningExplosionDensity": {
"desc:": "Modifies lightning and explosion density, 0.5 = half as many, 2 = twice as many. default:1.0",
"lightningExplosionDensity": 1.0
},
"disableLightning": {
"desc:": "Disables lightning spawns: default:false",
"disableLightning": false
},
"antiflightAbility": {
"desc:": "Enables anti-flight ability: default:true",
"antiflightAbility": true
},
"dragonHealthModifier": {
"desc:": "Sets the dragon health modifier: default:1.0",
"dragonHealthModifier": 1.0
},
"dragonDamageModifier": {
"desc:": "Sets the dragon damage modifier: default:1.0",
"dragonDamageModifier": 1.0
},
"mobSpawnAmountModifier": {
"desc:": "Sets the mob spawn amount modifier: default:1.0",
"mobSpawnAmountModifier": 1.0
},
"dragonXPModifier": {
"desc:": "Sets the XP drop modifier: default:1.0",
"dragonXPModifier": 1.0
},
"printDragonPhases": {
"desc:": "Prints the dragon phase in chat if enabled: default:false",
"printDragonPhases": false
},
"disableDragonAreaSpawns": {
"desc:": "Disables mob spawning on the Dragon island during the fight: default:true",
"disableDragonAreaSpawns": true
},
"descSpawnEntries": "Below are configuration options for entity spawning, when trying to use nbt append it right after the entity type, e.g. minecraft:zombie{}. Put a backslash in front of all quotation marks",
"spawnoncrystaldestroy": {
"desc:": "List of mobs spawning when a crystal is destroyed at range, intended to be flying or ranged to close the gap: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]",
"spawnoncrystaldestroy": [
"minecraft:phantom"
]
},
"spawnoncrystalrespawn": {
"desc:": "List of mobs spawning on crystal respawn, intended to be ranged to ward of players from a distance: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]",
"spawnoncrystalrespawn": [
"minecraft:blaze"
]
},
"spawnwhilelanded": {
"desc:": "List of mobs spawning while the dragon is sitting in the middle, intended to be melee and not vulnerable to ranged: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]",
"spawnwhilelanded": [
"minecraft:enderman"
]
}
}