From 4479a8801e3c2aa901cd1499f459272805472222 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 27 May 2025 13:02:57 -0400 Subject: Reinit with old packs archived --- .../config/biomesoplenty/biome_toggles.json | 65 ++++++++++++ .../config/bountiful/bountiful.json | 11 +++ .../tree/server-overrides/config/naturalist.toml | 98 ++++++++++++++++++ .../server-overrides/config/sparsestructures.json5 | 23 +++++ .../tree/server-overrides/config/terrablender.toml | 18 ++++ .../server-overrides/config/textile_backup.json5 | 109 +++++++++++++++++++++ .../tree/server-overrides/server.properties | 58 +++++++++++ 7 files changed, 382 insertions(+) create mode 100644 archive/mythos_dmms2024/tree/server-overrides/config/biomesoplenty/biome_toggles.json create mode 100644 archive/mythos_dmms2024/tree/server-overrides/config/bountiful/bountiful.json create mode 100644 archive/mythos_dmms2024/tree/server-overrides/config/naturalist.toml create mode 100644 archive/mythos_dmms2024/tree/server-overrides/config/sparsestructures.json5 create mode 100644 archive/mythos_dmms2024/tree/server-overrides/config/terrablender.toml create mode 100644 archive/mythos_dmms2024/tree/server-overrides/config/textile_backup.json5 create mode 100644 archive/mythos_dmms2024/tree/server-overrides/server.properties (limited to 'archive/mythos_dmms2024/tree/server-overrides') diff --git a/archive/mythos_dmms2024/tree/server-overrides/config/biomesoplenty/biome_toggles.json b/archive/mythos_dmms2024/tree/server-overrides/config/biomesoplenty/biome_toggles.json new file mode 100644 index 0000000..ab9b51e --- /dev/null +++ b/archive/mythos_dmms2024/tree/server-overrides/config/biomesoplenty/biome_toggles.json @@ -0,0 +1,65 @@ +{ + "auroral_garden_enabled": true, + "bayou_enabled": true, + "bog_enabled": true, + "clover_patch_enabled": true, + "cold_desert_enabled": true, + "coniferous_forest_enabled": true, + "crag_enabled": true, + "crystalline_chasm_enabled": true, + "dead_forest_enabled": true, + "dryland_enabled": true, + "dune_beach_enabled": true, + "erupting_inferno_enabled": true, + "field_enabled": true, + "fir_clearing_enabled": true, + "floodplain_enabled": true, + "forested_field_enabled": true, + "fungal_jungle_enabled": true, + "glowing_grotto_enabled": true, + "grassland_enabled": true, + "highland_enabled": true, + "jade_cliffs_enabled": true, + "lavender_field_enabled": true, + "lavender_forest_enabled": true, + "lush_desert_enabled": true, + "lush_savanna_enabled": true, + "maple_woods_enabled": true, + "marsh_enabled": true, + "mediterranean_forest_enabled": true, + "moor_enabled": true, + "muskeg_enabled": true, + "mystic_grove_enabled": true, + "old_growth_dead_forest_enabled": true, + "old_growth_woodland_enabled": true, + "ominous_woods_enabled": true, + "orchard_enabled": true, + "origin_valley_enabled": true, + "pasture_enabled": true, + "prairie_enabled": true, + "pumpkin_patch_enabled": true, + "rainforest_enabled": true, + "redwood_forest_enabled": true, + "rocky_rainforest_enabled": true, + "rocky_shrubland_enabled": true, + "scrubland_enabled": true, + "seasonal_forest_enabled": true, + "seasonal_orchard_enabled": true, + "shrubland_enabled": true, + "snowblossom_grove_enabled": true, + "snowy_coniferous_forest_enabled": true, + "snowy_fir_clearing_enabled": true, + "snowy_maple_woods_enabled": true, + "spider_nest_enabled": true, + "tropics_enabled": true, + "tundra_enabled": true, + "undergrowth_enabled": true, + "visceral_heap_enabled": true, + "volcanic_plains_enabled": true, + "volcano_enabled": true, + "wasteland_enabled": true, + "wasteland_steppe_enabled": true, + "wetland_enabled": true, + "withered_abyss_enabled": true, + "woodland_enabled": true +} diff --git a/archive/mythos_dmms2024/tree/server-overrides/config/bountiful/bountiful.json b/archive/mythos_dmms2024/tree/server-overrides/config/bountiful/bountiful.json new file mode 100644 index 0000000..1b9c0ea --- /dev/null +++ b/archive/mythos_dmms2024/tree/server-overrides/config/bountiful/bountiful.json @@ -0,0 +1,11 @@ +{ + "boardUpdateFrequency": 45, + "boardGenFrequency": 1, + "flatBonusTimePerBounty": 0, + "shouldBountiesHaveTimersAndExpire": true, + "dataPackExclusions": [ + ], + "objectiveModifier": 0, + "maxNumRewards": 2, + "showCompletionToast": true +} diff --git a/archive/mythos_dmms2024/tree/server-overrides/config/naturalist.toml b/archive/mythos_dmms2024/tree/server-overrides/config/naturalist.toml new file mode 100644 index 0000000..4bd8afb --- /dev/null +++ b/archive/mythos_dmms2024/tree/server-overrides/config/naturalist.toml @@ -0,0 +1,98 @@ + +#A higher spawn weight will make the mob spawn more often. +#To prevent a certain mob from spawning, set its weight to 0. +["Mob Spawn Weights"] + #Rabbit Forest Spawn Weight + #Range: 0 ~ 1000 + forestRabbitSpawnWeight = 6 + #Fox Forest Spawn Weight + #Range: 0 ~ 1000 + forestFoxSpawnWeight = 6 + #Snail Spawn Weight + #Range: 0 ~ 1000 + snailSpawnWeight = 5 + #Snake Spawn Weight + #Range: 0 ~ 1000 + snakeSpawnWeight = 4 + #Coral Snake Spawn Weight + #Range: 0 ~ 1000 + coralSnakeSpawnWeight = 4 + #Rattlesnake Spawn Weight + #Range: 0 ~ 1000 + rattlesnakeSpawnWeight = 4 + #Firefly Spawn Weight + #Range: 0 ~ 1000 + fireflySpawnWeight = 8 + #Bluejay Spawn Weight + #Range: 0 ~ 1000 + bluejaySpawnWeight = 8 + #Canary Spawn Weight + #Range: 0 ~ 1000 + canarySpawnWeight = 8 + #Cardinal Spawn Weight + #Range: 0 ~ 1000 + cardinalSpawnWeight = 8 + #Robin Spawn Weight + #Range: 0 ~ 1000 + robinSpawnWeight = 8 + #Finch Spawn Weight + #Range: 0 ~ 1000 + finchSpawnWeight = 8 + #Sparrow Spawn Weight + #Range: 0 ~ 1000 + sparrowSpawnWeight = 8 + #Butterfly Spawn Weight + #Range: 0 ~ 1000 + butterflySpawnWeight = 12 + #Duck Spawn Weight + #Range: 0 ~ 1000 + duckSpawnWeight = 0 + #Bear Spawn Weight + #Range: 0 ~ 1000 + bearSpawnWeight = 8 + #Deer Spawn Weight + #Range: 0 ~ 1000 + deerSpawnWeight = 8 + #Rhino Spawn Weight + #Range: 0 ~ 1000 + rhinoSpawnWeight = 0 + #Lion Spawn Weight + #Range: 0 ~ 1000 + lionSpawnWeight = 8 + #Elephant Spawn Weight + #Range: 0 ~ 1000 + elephantSpawnWeight = 10 + #Zebra Spawn Weight + #Range: 0 ~ 1000 + zebraSpawnWeight = 10 + #Giraffe Spawn Weight + #Range: 0 ~ 1000 + giraffeSpawnWeight = 10 + #Hippo Spawn Weight + #Range: 0 ~ 1000 + hippoSpawnWeight = 14 + #Vulture Spawn Weight + #Range: 0 ~ 1000 + vultureSpawnWeight = 14 + #Boar Spawn Weight + #Range: 0 ~ 1000 + boarSpawnWeight = 8 + #Dragonfly Spawn Weight + #Range: 0 ~ 1000 + dragonflySpawnWeight = 1 + #Catfish Spawn Weight + #Range: 0 ~ 1000 + catfishSpawnWeight = 8 + #Alligator Spawn Weight + #Range: 0 ~ 1000 + alligatorSpawnWeight = 8 + #Bass Spawn Weight + #Range: 0 ~ 1000 + bassSpawnWeight = 8 + #Lizard Spawn Weight + #Range: 0 ~ 1000 + lizardSpawnWeight = 11 + #Tortoise Spawn Weight + #Range: 0 ~ 1000 + tortoiseSpawnWeight = 11 + diff --git a/archive/mythos_dmms2024/tree/server-overrides/config/sparsestructures.json5 b/archive/mythos_dmms2024/tree/server-overrides/config/sparsestructures.json5 new file mode 100644 index 0000000..dfcc3d7 --- /dev/null +++ b/archive/mythos_dmms2024/tree/server-overrides/config/sparsestructures.json5 @@ -0,0 +1,23 @@ +// ### THE MOD REQUIRES A RESTART OF THE GAME TO APPLY CHANGES ### +{ + // this is the main spread factor (default is 2) + // + // tips : a spread factor can be a decimal number (such as 1.5) + // a spread factor of 1 means all structure's placement are not modified (useful if you want to use only custom spread factors) + // a spread factor above 1 means all structures are rarer + // a spread factor below 1 means all structure are more common + "spreadFactor": 4, + "customSpreadFactors": [ + // { + // "structure": "namespace:structure_name", + // "factor": number + // }, + // where "structure" is a structure_set or the name of a structure + // /!\ if you put the name of a structure, all structures in its set will be modified + // (example : "minecraft:village_plains" will modify all structures in the "villages" set) + // see https://minecraft.wiki/w/Tutorials/Custom_structures#Structure_Set for more info + // + // tip : you can dump all structure sets in a file by running the custom command /dumpstructuresets + // tip : the same spread factors rules apply here + ] +} diff --git a/archive/mythos_dmms2024/tree/server-overrides/config/terrablender.toml b/archive/mythos_dmms2024/tree/server-overrides/config/terrablender.toml new file mode 100644 index 0000000..562c35e --- /dev/null +++ b/archive/mythos_dmms2024/tree/server-overrides/config/terrablender.toml @@ -0,0 +1,18 @@ +#General settings +general = {} + +#Generation settings +[generation_settings] + #The size of overworld biome regions from each mod that uses TerraBlender. + #Range: 2-6 + overworld_region_size = 5 + #The weighting of vanilla biome regions in the nether. + #Range: 0-2147483647 + vanilla_nether_region_weight = 10 + #The size of nether biome regions from each mod that uses TerraBlender. + #Range: 2-6 + nether_region_size = 3 + #The weighting of vanilla biome regions in the overworld. + #Range: 0-2147483647 + vanilla_overworld_region_weight = 10 + diff --git a/archive/mythos_dmms2024/tree/server-overrides/config/textile_backup.json5 b/archive/mythos_dmms2024/tree/server-overrides/config/textile_backup.json5 new file mode 100644 index 0000000..d32163e --- /dev/null +++ b/archive/mythos_dmms2024/tree/server-overrides/config/textile_backup.json5 @@ -0,0 +1,109 @@ +{ + /* + Should every world have its own backup folder? + */ + "perWorldBackup": true, + /* + Time between automatic backups in seconds + When set to 0 backups will not be performed automatically + */ + "backupInterval": 3600, + /* + Delay in seconds between typing-in /backup restore and it actually starting + */ + "restoreDelay": 30, + /* + Should backups be done even if there are no players? + */ + "doBackupsOnEmptyServer": false, + /* + Should backup be made on server shutdown? + */ + "shutdownBackup": true, + /* + Should world be backed up before restoring a backup? + */ + "backupOldWorlds": true, + /* + A path to the backup folder + */ + "path": "backup/", + /* + This setting allows you to exclude files form being backed-up. + Be very careful when setting it, as it is easy corrupt your world! + */ + "fileBlacklist": [], + /* + Should backups be deleted after being restored? + */ + "deleteOldBackupAfterRestore": true, + /* + Maximum number of backups to keep. If set to 0 then no backup will be deleted based their amount + */ + "backupsToKeep": 16, + /* + Maximum age of backups to keep in seconds. + If set to 0 then backups will not be deleted based their age + */ + "maxAge": 0, + /* + Maximum size of backup folder in kibi bytes (1024). + If set to 0 then backups will not be deleted + */ + "maxSize": 0, + /* + Compression level + 0 - 9 + Only affects zip compression. + */ + "compression": 7, + /* + Limit how many cores can be used for compression. + 0 means that all available cores will be used + */ + "compressionCoreCountLimit": 0, + /* + Available formats are: + ZIP - normal zip archive using standard deflate compression + GZIP - tar.gz using gzip compression + TAR - .tar with no compression + */ + "format": "GZIP", + /* + Minimal permission level required to run commands + */ + "permissionLevel": 4, + /* + Player on singleplayer is always allowed to run command. Warning! On lan party everyone will be allowed to run it. + */ + "alwaysSingleplayerAllowed": true, + /* + Players allowed to run backup commands without sufficient permission level + */ + "playerWhitelist": ["Pizzabelly"], + /* + Players banned from running backup commands besides their sufficient permission level + */ + "playerBlacklist": [], + /* + Announce to ALL players when backup starts + */ + "broadcastBackupStart": true, + /* + Announce to ALL players when backup finishes + */ + "broadcastBackupDone": true, + /* + Format of date&time used to name backup files. + Remember not to use '#' symbol or any other character that is not allowed by your operating system such as: + ':', '\', etc... + For more info: https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html + */ + "dateTimeFormat": "yyyy.MM.dd_HH-mm-ss", + /* + The Strict mode (default) aborts backup creation in case of any problem and deletes created files + Permissible mode keeps partial/damaged backup but won't allow to restore it + Very Permissible mode will skip the verification process. THIS MOST CERTAINLY WILL LEAD TO DATA LOSS OR CORRUPTION + */ + "integrityVerificationMode": "STRICT" +} diff --git a/archive/mythos_dmms2024/tree/server-overrides/server.properties b/archive/mythos_dmms2024/tree/server-overrides/server.properties new file mode 100644 index 0000000..e2ba331 --- /dev/null +++ b/archive/mythos_dmms2024/tree/server-overrides/server.properties @@ -0,0 +1,58 @@ +#Minecraft server properties +#Thu May 09 13:18:40 EDT 2024 +enable-jmx-monitoring=false +rcon.port=25575 +level-seed= +gamemode=survival +enable-command-block=true +enable-query=false +generator-settings={} +enforce-secure-profile=true +level-name=world +motd=A Minecraft Server +query.port=25565 +pvp=true +generate-structures=true +max-chained-neighbor-updates=1000000 +difficulty=normal +network-compression-threshold=256 +max-tick-time=-1 +require-resource-pack=false +use-native-transport=true +max-players=30 +online-mode=true +enable-status=true +allow-flight=true +initial-disabled-packs= +broadcast-rcon-to-ops=true +view-distance=32 +server-ip= +resource-pack-prompt= +allow-nether=true +server-port=25565 +enable-rcon=false +sync-chunk-writes=true +op-permission-level=4 +prevent-proxy-connections=false +hide-online-players=false +resource-pack= +entity-broadcast-range-percentage=100 +simulation-distance=32 +rcon.password= +player-idle-timeout=0 +force-gamemode=false +rate-limit=0 +hardcore=false +white-list=false +broadcast-console-to-ops=true +spawn-npcs=true +spawn-animals=true +function-permission-level=2 +initial-enabled-packs=vanilla +level-type=bclib\:large +text-filtering-config= +spawn-monsters=true +enforce-whitelist=false +spawn-protection=16 +resource-pack-sha1= +max-world-size=29999984 -- cgit v1.2.3-101-g0448