diff --git a/.gitignore b/.gitignore index e5c2d5c..4bcd847 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,81 @@ -# Docker Runtime Data & Volumes -**/runtime/data/world/ -**/runtime/data/world_backup_* -**/runtime/data/logs/ -**/runtime/data/crash-reports/ -**/runtime/data/simplebackups/ -**/runtime/data/.cache/ -**/runtime/data/modernfix/ -**/runtime/data/tmp_lts_build/ -**/runtime/data/usercache.json -**/runtime/data/usernamecache.json -**/runtime/data/.rcon-cli.env -**/runtime/data/.rcon-cli.yaml -**/runtime/data/.run-forge.env -**/runtime/data/mods/*.jar -# System & IDE files -.DS_Store -*.swp +# ===================================================================== +# MINECRAFT DOCKER & RUNTIME DATA (Volatile Server Artifacts) +# ===================================================================== +# World Data, Dimensions & Regional Files +**/data/world/ +**/data/world_backup_* + +# Logs & Crash Stack Traces +**/data/logs/ +**/data/crash-reports/ +*.log +*.log.gz + +# Runtime Caches, Libraries & Temporary Files +**/data/.cache/ +**/data/.local/ +**/data/libraries/ +**/data/modernfix/ +**/data/patchouli_books/ +**/data/tmp_lts_build/ +**/data/.forge-manifest.json + +# Docker & Wrapper Environment Runtime Files +**/data/.rcon-cli.env +**/data/.rcon-cli.yaml +**/data/.run-forge.env +**/data/user_jvm_args.txt + +# Dynamic User & State Tracking Files +**/data/usercache.json +**/data/usernamecache.json +**/data/banned-ips.json +**/data/banned-players.json +**/data/ops.json +**/data/whitelist.json + +# Backups & Archives +**/data/simplebackups/ +*.zip +*.tar.gz *.bak + +# ===================================================================== +# MOD RUNTIME DATABASES, TEMP FILES & MAP CONFIGS +# ===================================================================== +# LuckPerms H2 / SQLite Database Files +*.mv.db +*.db +*.sqlite +*.sqlite3 + +# Spark Profiler Temporary Output +**/data/config/spark/tmp/ +*.tmp +*.jfr + +# JourneyMap Auto-Generated Server Dimension Configs +**/data/journeymap/ + +# ===================================================================== +# BINARY MOD FILES +# ===================================================================== +# Mod JAR files (managed via download_mods.py) +**/data/mods/*.jar + +# ===================================================================== +# PYTHON & SYSTEM TEMPORARY ARTIFACTS +# ===================================================================== +# Python bytecode & virtual environments +__pycache__/ +*.py[cod] +*$py.class +.venv/ +env/ + +# OS & Editor Files +.DS_Store +Thumbs.db +*.swp +*.swo +*~ diff --git a/docs/operations-manual.md b/docs/operations-manual.md index 6aee7ef..6d3fee1 100644 --- a/docs/operations-manual.md +++ b/docs/operations-manual.md @@ -73,16 +73,9 @@ docker ps -f "name=$INSTANCE_NAME" --format "table {{.Names}}\t{{.Status}}\t{{.P --- -## 5. RCON Command Reference +## 5. Universal RCON Command Reference -### Chunky Pre-Generation -```bash -docker exec -i $INSTANCE_NAME rcon-cli "chunky shape circle" -docker exec -i $INSTANCE_NAME rcon-cli "chunky center 0 0" -docker exec -i $INSTANCE_NAME rcon-cli "chunky radius 4000" -docker exec -i $INSTANCE_NAME rcon-cli "chunky start" -docker exec -i $INSTANCE_NAME rcon-cli "chunky progress" -``` +> **Note**: For instance-specific mod commands (e.g., Distant Horizons pre-generation or FLAN claim reloads), refer to the specific instance's `README.md`. ### Performance Profiling (spark) ```bash @@ -90,14 +83,12 @@ docker exec -i $INSTANCE_NAME rcon-cli "spark profiler --timeout 30" docker exec -i $INSTANCE_NAME rcon-cli "spark healthreport" ``` -### Claim Management (FLAN) -```bash -docker exec -i $INSTANCE_NAME rcon-cli "flan reload" -``` - ### Moderation & Player Control ```bash docker exec -i $INSTANCE_NAME rcon-cli "whitelist add " +docker exec -i $INSTANCE_NAME rcon-cli "whitelist remove " docker exec -i $INSTANCE_NAME rcon-cli "tp " docker exec -i $INSTANCE_NAME rcon-cli "gamerule keepInventory true" +docker exec -i $INSTANCE_NAME rcon-cli "op " +docker exec -i $INSTANCE_NAME rcon-cli "deop " ``` diff --git a/instances/forge-1.20.1-survival/README.md b/instances/forge-1.20.1-survival/README.md index 56769fb..e40e2f6 100644 --- a/instances/forge-1.20.1-survival/README.md +++ b/instances/forge-1.20.1-survival/README.md @@ -26,10 +26,13 @@ services: VERSION: "1.20.1" MEMORY: "12G" + # Server Properties Mapping VIEW_DISTANCE: "8" SIMULATION_DISTANCE: "6" NETWORK_COMPRESSION_THRESHOLD: "256" - MAX_TICK_TIME: "60000" + MAX_TICK_TIME: "120000" # Prevents watchdog crashes during heavy worldgen + PLAYER_IDLE_TIMEOUT: "0" # Prevents auto-kicking AFK players + ALLOW_FLIGHT: "TRUE" # Prevents kicks when using Ad Astra rockets/ships SYNC_CHUNK_WRITES: "FALSE" ENABLE_STATUS: "TRUE" MOTD: "MC SotoHome!" @@ -37,7 +40,10 @@ services: DIFFICULTY: "hard" ONLINE_MODE: "FALSE" + # JVM Garbage Collection & Network Flags JVM_OPTS: >- + -Dfml.readTimeout=180 + -Dfml.loginTimeout=180 -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=50 @@ -58,7 +64,7 @@ services: --- -## 2. Server Mod Manifest (62 Mods) +## 2. Server Mod Manifest (60 Mods) ```text [forge]ctov-3.4.14.jar @@ -73,15 +79,13 @@ botarium-forge-1.20.1-2.3.4.jar citadel-2.6.3-1.20.1.jar cloth-config-11.1.136-forge.jar Clumps-forge-1.20.1-12.0.0.4.jar -connectivity-1.20.1-7.6.jar corpse-forge-1.20.1-1.0.23.jar create-1.20.1-6.0.8.jar create_ad_astra_recipes-1.0.0-forge-1.20.1.jar createaddition-1.20.1-1.3.3.jar -cupboard-1.20.1-3.7.jar curios-forge-5.14.1+1.20.1.jar decocraft-3.0.4-1.20.1-slim.jar -DistantHorizons-2.1.2-a-1.20.1.jar +DistantHorizons-3.2.0-b-1.20.1-fabric-forge.jar FarmersDelight-1.20.1-1.3.2.jar ferritecore-6.0.1-forge.jar flan-1.20.1-1.11.16-forge.jar @@ -93,7 +97,7 @@ irons_spellbooks-1.20.1-3.16.2.jar Jade-1.20.1-Forge-11.13.3.jar jei-1.20.1-forge-15.48.0.180.jar journeymap-forge-1.20.1-6.0.0.jar -Krypton Reno-forge-1.20.1-26.1.1-1.20.1.jar +Krypton_Reno-forge-1.20.1-26.1.1-1.20.1.jar lithostitched-forge-1.20.1-1.4.11.jar locks_reforged-1.6.1.jar lts_auth-1.0.1+mc1.20.1.jar @@ -125,7 +129,9 @@ YungsBetterMineshafts-1.20-Forge-4.0.4.jar YungsBetterStrongholds-1.20-Forge-4.0.3.jar ``` -## 3. Client Mod Manifest (51 Mods) +--- + +## 3. Client Mod Manifest (49 Mods) This list contains all client-side required mods, including client performance engines (`Embeddium`, `Oculus`, `Rubidium Extra`) and server expansion dependencies: @@ -142,15 +148,13 @@ botarium-forge-1.20.1-2.3.4.jar citadel-2.6.3-1.20.1.jar cloth-config-11.1.136-forge.jar Clumps-forge-1.20.1-12.0.0.4.jar -connectivity-1.20.1-7.6.jar corpse-forge-1.20.1-1.0.23.jar create-1.20.1-6.0.8.jar create_ad_astra_recipes-1.0.0-forge-1.20.1.jar createaddition-1.20.1-1.3.3.jar -cupboard-1.20.1-3.7.jar curios-forge-5.14.1+1.20.1.jar decocraft-3.0.4-1.20.1-slim.jar -DistantHorizons-2.1.2-a-1.20.1.jar +DistantHorizons-3.2.0-b-1.20.1-fabric-forge.jar embeddium-0.3.31+mc1.20.1.jar FarmersDelight-1.20.1-1.3.2.jar ferritecore-6.0.1-forge.jar @@ -161,7 +165,7 @@ irons_spellbooks-1.20.1-3.16.2.jar Jade-1.20.1-Forge-11.13.3.jar jei-1.20.1-forge-15.48.0.180.jar journeymap-forge-1.20.1-6.0.0.jar -Krypton Reno-forge-1.20.1-26.1.1-1.20.1.jar +Krypton_Reno-forge-1.20.1-26.1.1-1.20.1.jar locks_reforged-1.6.1.jar majrusz-library-forge-1.20.1-7.0.8.jar majruszs-difficulty-forge-1.20.1-1.9.10.jar @@ -182,3 +186,32 @@ sophisticatedcore-1.20.1-1.3.75.2231.jar tenshilib-1.20.1-1.7.6-forge.jar voicechat-forge-1.20.1-2.6.22.jar ``` + +--- + +## 4. Instance Management & Mod RCON Commands + +### Distant Horizons Chunk & LOD Pre-Generation +With `distantGeneratorMode = "FULL"` enabled in `DistantHorizons.toml`, DH generates both standard terrain chunks and Level of Detail (LOD) visual data simultaneously: + +```bash +# Start pre-generation (250 chunks radius = 4,000 blocks around 0,0) +docker exec -i mc_forge_server rcon-cli "dh pregen start overworld 0 0 250" + +# Check status +docker exec -i mc_forge_server rcon-cli "dh pregen status" + +# Stop pre-generation +docker exec -i mc_forge_server rcon-cli "dh pregen stop" +``` + +### Claim Management (FLAN) +```bash +docker exec -i mc_forge_server rcon-cli "flan reload" +``` + +### Performance Profiling (spark) +```bash +docker exec -i mc_forge_server rcon-cli "spark profiler --timeout 30" +docker exec -i mc_forge_server rcon-cli "spark healthreport" +``` diff --git a/instances/forge-1.20.1-survival/mod-configs.md b/instances/forge-1.20.1-survival/mod-configs.md index e50731b..fbfeea2 100644 --- a/instances/forge-1.20.1-survival/mod-configs.md +++ b/instances/forge-1.20.1-survival/mod-configs.md @@ -12,7 +12,7 @@ | **Create Addition** | `runtime/data/config/createaddition-common.toml` | `generator_efficiency` | `0.5` | Tech power generation rebalance | | **Sophisticated Backpacks** | `runtime/data/config/sophisticatedbackpacks-common.toml` | `enabledItems` | Tier 3/4 upgrades = `false` | Cap portable storage capacity | | **JourneyMap** | `runtime/data/journeymap/server/6.0/*.config` | `radarEnabled` | `"Disabled"` | Disable radar and wallhacks | -| **Distant Horizons** | `runtime/data/config/DistantHorizons.toml` | `distantGeneratorMode` | `"FULL"` | Pregenerate both vanilla chunks & LODs without Chunky | +| **Distant Horizons** | `runtime/data/config/DistantHorizons.toml` | `distantGeneratorMode` | `"FULL"` | Pregenerate both vanilla chunks & LODs natively (`dh pregen start`) | --- diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~earth_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~earth_orbit.config deleted file mode 100644 index 650fadb..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~earth_orbit.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "earth_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~glacio.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~glacio.config deleted file mode 100644 index 34d1ec7..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~glacio.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "glacio" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~glacio_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~glacio_orbit.config deleted file mode 100644 index cfdcb17..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~glacio_orbit.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "glacio_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mars.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mars.config deleted file mode 100644 index b39bdfc..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mars.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "mars" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mars_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mars_orbit.config deleted file mode 100644 index 8b78908..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mars_orbit.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "mars_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mercury.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mercury.config deleted file mode 100644 index 131aa39..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mercury.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "mercury" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mercury_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mercury_orbit.config deleted file mode 100644 index 1ad9fa2..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~mercury_orbit.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "mercury_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~moon.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~moon.config deleted file mode 100644 index e91b6d1..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~moon.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "moon" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~moon_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~moon_orbit.config deleted file mode 100644 index 664b8d9..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~moon_orbit.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "moon_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~venus.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~venus.config deleted file mode 100644 index a564338..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~venus.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "venus" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~venus_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~venus_orbit.config deleted file mode 100644 index 8fe2ea6..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.ad_astra~venus_orbit.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "ad_astra", - "f_135805_": "venus_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.default.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.default.config deleted file mode 100644 index 8cdfc30..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.default.config +++ /dev/null @@ -1,21 +0,0 @@ -{ - "enabled": "true", - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.global.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.global.config deleted file mode 100644 index c2b9710..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.global.config +++ /dev/null @@ -1,40 +0,0 @@ -{ - "journeymapEnabled": "true", - "useWorldId": "true", - "viewOnlyServerProperties": "true", - "allowMultiplayerSettings": "ALL", - "worldPlayerRadar": "ALL", - "worldPlayerRadarUpdateTime": "5", - "seeUndergroundPlayers": "ALL", - "hideOps": "false", - "hideSpectators": "false", - "allowDeathPoints": "true", - "showInGameBeacons": "true", - "allowWaypoints": "true", - "waypointTeleportOnly": "false", - "radarLateralDistance": "512", - "radarVerticalDistance": "320", - "maxAnimalsData": "128", - "maxAmbientCreaturesData": "128", - "maxMobsData": "128", - "maxPlayersData": "128", - "maxVillagersData": "128", - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.irons_spellbooks~pocket_dimension.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.irons_spellbooks~pocket_dimension.config deleted file mode 100644 index 0dd4507..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.irons_spellbooks~pocket_dimension.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "irons_spellbooks", - "f_135805_": "pocket_dimension" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~overworld.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~overworld.config deleted file mode 100644 index faf92fd..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~overworld.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "minecraft", - "f_135805_": "overworld" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~the_end.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~the_end.config deleted file mode 100644 index 5ce791d..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~the_end.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "minecraft", - "f_135805_": "the_end" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~the_nether.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~the_nether.config deleted file mode 100644 index 8b1dbb6..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.minecraft~the_nether.config +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": "false", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "minecraft", - "f_135805_": "the_nether" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "true", - "animalRadarEnabled": "true", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~atmas.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~atmas.config deleted file mode 100644 index 969eadd..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~atmas.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:atmas] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "atmas" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~atmas_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~atmas_orbit.config deleted file mode 100644 index eac27fa..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~atmas_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:atmas_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "atmas_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~callisto.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~callisto.config deleted file mode 100644 index d5ae2ae..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~callisto.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:callisto] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "callisto" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~callisto_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~callisto_orbit.config deleted file mode 100644 index 0e8364a..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~callisto_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:callisto_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "callisto_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~charon.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~charon.config deleted file mode 100644 index 7b0e744..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~charon.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:charon] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "charon" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~charon_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~charon_orbit.config deleted file mode 100644 index 7a319bc..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~charon_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:charon_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "charon_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~diater.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~diater.config deleted file mode 100644 index 44e8f47..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~diater.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:diater] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "diater" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~diater_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~diater_orbit.config deleted file mode 100644 index 86dfe62..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~diater_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:diater_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "diater_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dread.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dread.config deleted file mode 100644 index 20a2e6d..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dread.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:dread] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "dread" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dread_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dread_orbit.config deleted file mode 100644 index c784075..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dread_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:dread_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "dread_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dune.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dune.config deleted file mode 100644 index 331cab9..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dune.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:dune] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "dune" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dune_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dune_orbit.config deleted file mode 100644 index ac824e7..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dune_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:dune_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "dune_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dytiona.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dytiona.config deleted file mode 100644 index 8e89e71..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dytiona.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:dytiona] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "dytiona" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dytiona_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dytiona_orbit.config deleted file mode 100644 index 669a7c4..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~dytiona_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:dytiona_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "dytiona_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~eclipsa.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~eclipsa.config deleted file mode 100644 index 9a8afe1..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~eclipsa.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:eclipsa] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "eclipsa" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~eclipsa_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~eclipsa_orbit.config deleted file mode 100644 index 46e5697..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~eclipsa_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:eclipsa_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "eclipsa_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~enceladus.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~enceladus.config deleted file mode 100644 index 4dc3bdb..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~enceladus.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:enceladus] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "enceladus" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~enceladus_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~enceladus_orbit.config deleted file mode 100644 index e01a75b..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~enceladus_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:enceladus_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "enceladus_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~europa.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~europa.config deleted file mode 100644 index cb4001d..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~europa.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:europa] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "europa" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~europa_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~europa_orbit.config deleted file mode 100644 index 58eb1e5..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~europa_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:europa_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "europa_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~evedva.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~evedva.config deleted file mode 100644 index 17dd4f5..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~evedva.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:evedva] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "evedva" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~evedva_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~evedva_orbit.config deleted file mode 100644 index e67080a..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~evedva_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:evedva_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "evedva_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~fierer.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~fierer.config deleted file mode 100644 index dc89fa5..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~fierer.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:fierer] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "fierer" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~fierer_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~fierer_orbit.config deleted file mode 100644 index de39673..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~fierer_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:fierer_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "fierer_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~flade.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~flade.config deleted file mode 100644 index 2d60991..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~flade.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:flade] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "flade" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~flade_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~flade_orbit.config deleted file mode 100644 index 1b87bbf..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~flade_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:flade_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "flade_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~galia.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~galia.config deleted file mode 100644 index e5412d0..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~galia.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:galia] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "galia" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~galia_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~galia_orbit.config deleted file mode 100644 index da02185..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~galia_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:galia_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "galia_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ganymede.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ganymede.config deleted file mode 100644 index b712e54..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ganymede.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:ganymede] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "ganymede" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ganymede_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ganymede_orbit.config deleted file mode 100644 index 5cbfd98..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ganymede_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:ganymede_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "ganymede_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~glacies.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~glacies.config deleted file mode 100644 index 70d7242..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~glacies.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:glacies] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "glacies" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~glacies_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~glacies_orbit.config deleted file mode 100644 index 8a1f723..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~glacies_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:glacies_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "glacies_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~iapetus.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~iapetus.config deleted file mode 100644 index abc22f3..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~iapetus.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:iapetus] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "iapetus" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~iapetus_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~iapetus_orbit.config deleted file mode 100644 index 00ba20a..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~iapetus_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:iapetus_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "iapetus_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~io.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~io.config deleted file mode 100644 index 42d92a4..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~io.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:io] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "io" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~io_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~io_orbit.config deleted file mode 100644 index 5ab8795..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~io_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:io_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "io_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~jada.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~jada.config deleted file mode 100644 index 255f706..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~jada.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:jada] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "jada" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~jada_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~jada_orbit.config deleted file mode 100644 index 90c8ee8..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~jada_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:jada_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "jada_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~mixeus.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~mixeus.config deleted file mode 100644 index 44fa209..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~mixeus.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:mixeus] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "mixeus" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~mixeus_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~mixeus_orbit.config deleted file mode 100644 index ab86ad9..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~mixeus_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:mixeus_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "mixeus_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~molvon.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~molvon.config deleted file mode 100644 index 3ae2015..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~molvon.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:molvon] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "molvon" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~molvon_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~molvon_orbit.config deleted file mode 100644 index 1be73a6..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~molvon_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:molvon_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "molvon_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~pluto.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~pluto.config deleted file mode 100644 index 574c672..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~pluto.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:pluto] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "pluto" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~pluto_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~pluto_orbit.config deleted file mode 100644 index ae19b58..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~pluto_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:pluto_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "pluto_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~reveda.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~reveda.config deleted file mode 100644 index 2f7dce7..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~reveda.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:reveda] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "reveda" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~reveda_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~reveda_orbit.config deleted file mode 100644 index b6555d7..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~reveda_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:reveda_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "reveda_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ringetic.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ringetic.config deleted file mode 100644 index a4f2fd6..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ringetic.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:ringetic] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "ringetic" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ringetic_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ringetic_orbit.config deleted file mode 100644 index 4faab44..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~ringetic_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:ringetic_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "ringetic_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~sorea.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~sorea.config deleted file mode 100644 index 690568b..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~sorea.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:sorea] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "sorea" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~sorea_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~sorea_orbit.config deleted file mode 100644 index 799d3c0..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~sorea_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:sorea_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "sorea_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~soulfer.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~soulfer.config deleted file mode 100644 index d2b25ef..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~soulfer.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:soulfer] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "soulfer" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~soulfer_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~soulfer_orbit.config deleted file mode 100644 index 69d0567..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~soulfer_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:soulfer_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "soulfer_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~titan.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~titan.config deleted file mode 100644 index e3cdf09..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~titan.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:titan] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "titan" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~titan_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~titan_orbit.config deleted file mode 100644 index f9aaf45..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~titan_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:titan_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "titan_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vonic.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vonic.config deleted file mode 100644 index 8246759..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vonic.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:vonic] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "vonic" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vonic_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vonic_orbit.config deleted file mode 100644 index c64ec30..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vonic_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:vonic_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "vonic_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vulcan.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vulcan.config deleted file mode 100644 index 3ea8378..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vulcan.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:vulcan] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "vulcan" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vulcan_orbit.config b/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vulcan_orbit.config deleted file mode 100644 index b59c0c9..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/journeymap/server/6.0/journeymap.server.planetsplus~vulcan_orbit.config +++ /dev/null @@ -1,36 +0,0 @@ -// JourneyMap server configuration file. Modify at your own risk! -// To restore the default settings, simply delete this file before starting Minecraft server -// For more information, go to: http://journeymap.info/JourneyMapServer -// -// Dimension ResourceKey[minecraft:dimension / planetsplus:vulcan_orbit] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim -{ - "enabled": "true", - "dimension": { - "f_135776_": { - "f_135804_": "minecraft", - "f_135805_": "dimension" - }, - "f_135777_": { - "f_135804_": "planetsplus", - "f_135805_": "vulcan_orbit" - } - }, - "minimapEnabled": "true", - "hideCoordinates": "false", - "globalWaypointsOnly": "false", - "teleportEnabled": "false", - "crossDimTeleport": "true", - "surfaceRenderRange": "0", - "caveRenderRange": "0", - "surfaceMapping": "ALL", - "topoMapping": "ALL", - "biomeMapping": "ALL", - "caveMapping": "Disabled", - "radarEnabled": "Disabled", - "playerRadarEnabled": "false", - "playerRadarNamesEnabled": "true", - "villagerRadarEnabled": "false", - "animalRadarEnabled": "false", - "mobRadarEnabled": "false", - "configVersion": "6.0.0" -} \ No newline at end of file diff --git a/instances/forge-1.20.1-survival/runtime/data/server.properties b/instances/forge-1.20.1-survival/runtime/data/server.properties index ccdfa99..26109ab 100644 --- a/instances/forge-1.20.1-survival/runtime/data/server.properties +++ b/instances/forge-1.20.1-survival/runtime/data/server.properties @@ -1,6 +1,6 @@ #Minecraft server properties -#Mon Aug 10 17:08:14 UTC 2026 -allow-flight=false +#Tue Aug 11 14:49:07 UTC 2026 +allow-flight=true allow-nether=true broadcast-console-to-ops=true broadcast-rcon-to-ops=true @@ -27,7 +27,7 @@ level-seed= level-type=minecraft\:normal max-chained-neighbor-updates=1000000 max-players=15 -max-tick-time=60000 +max-tick-time=120000 max-world-size=29999984 motd=MC SotoHome\! network-compression-threshold=256 @@ -38,7 +38,7 @@ prevent-proxy-connections=false pvp=true query.port=25565 rate-limit=0 -rcon.password=e3f7fc549fa0e74d29de77bc +rcon.password=12eb66c41752972eb6ddfecd rcon.port=25575 require-resource-pack=false resource-pack= diff --git a/instances/forge-1.20.1-survival/runtime/data/user_jvm_args.txt b/instances/forge-1.20.1-survival/runtime/data/user_jvm_args.txt deleted file mode 100644 index bd61ecd..0000000 --- a/instances/forge-1.20.1-survival/runtime/data/user_jvm_args.txt +++ /dev/null @@ -1 +0,0 @@ --Xmx12G -Xms12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=15 -XX:InitiatingHeapOccupancyPercent=45 -XX:G1MixedGCCountTarget=4 -XX:G1HeapWastePercent=5 -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=1 -XX:+DisableExplicitGC -XX:+AlwaysPreTouch diff --git a/instances/forge-1.20.1-survival/runtime/docker-compose.yml b/instances/forge-1.20.1-survival/runtime/docker-compose.yml index f7935b6..17ea4dd 100644 --- a/instances/forge-1.20.1-survival/runtime/docker-compose.yml +++ b/instances/forge-1.20.1-survival/runtime/docker-compose.yml @@ -11,21 +11,25 @@ services: TYPE: "FORGE" VERSION: "1.20.1" MEMORY: "12G" - + # Server Properties Mapping VIEW_DISTANCE: "8" SIMULATION_DISTANCE: "6" NETWORK_COMPRESSION_THRESHOLD: "256" - MAX_TICK_TIME: "60000" + MAX_TICK_TIME: "120000" # Prevents watchdog crashes during heavy worldgen + PLAYER_IDLE_TIMEOUT: "0" # Prevents auto-kicking AFK players + ALLOW_FLIGHT: "TRUE" # Prevents kicks when using Ad Astra rockets/ships SYNC_CHUNK_WRITES: "FALSE" ENABLE_STATUS: "TRUE" MOTD: "MC SotoHome!" MAX_PLAYERS: "15" DIFFICULTY: "hard" ONLINE_MODE: "FALSE" - - # JVM Garbage Collection & ARM64 Optimization Flags + + # JVM Garbage Collection & Network Flags JVM_OPTS: >- + -Dfml.readTimeout=180 + -Dfml.loginTimeout=180 -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=50