From 65d7027e704dab59566d562271c163597ceaab83 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Wed, 30 Jul 2025 00:24:58 +0200 Subject: [PATCH] skinloader --- docker-compose.yml | 5 ++--- web/launcher/config-launcher/config.json | 17 ----------------- web/launcher/files.json | 3 --- web/launcher/news-launcher/news.json | 8 -------- 4 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 web/launcher/config-launcher/config.json delete mode 100644 web/launcher/files.json delete mode 100644 web/launcher/news-launcher/news.json diff --git a/docker-compose.yml b/docker-compose.yml index 0a8baae..4a86925 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,14 +32,14 @@ services: NEOFORGE_VERSION: 21.1.193 MEMORY: 30G MOTD: "§l§cMechanical SMP§r" - ONLINE_MODE: "FALSE" + ONLINE_MODE: "TRUE" ALLOW_FLIGHT: "TRUE" RCON_PASSWORD: "${RCON_PASSWORD}" BROADCAST_RCON_TO_OPS: "FALSE" EXISTING_OPS_FILE: SYNCHRONIZE ENABLE_QUERY: "TRUE" ICON: http://mechanical.oier.ovh/pack/icon.png - JVM_OPTS: -javaagent:authlib-injector-1.2.5.jar=https://auth.oier.ovh/api/yggdrasil -Dminecraft.api.env=custom -Dminecraft.api.auth.host=https://auth.oier.ovh -Dminecraft.api.account.host=https://auth.oier.ovh/user -Dminecraft.api.session.host=https://auth.oier.ovh/api/yggdrasil -Dminecraft.api.services.host=https://auth.oier.ovh/api/yggdrasil + JVM_OPTS: -javaagent:authlib-injector-1.2.5.jar=https://auth.oier.ovh/api/yggdrasil networks: default: ipv4_address: 172.72.0.3 @@ -48,7 +48,6 @@ services: # ipv4_address: 172.72.0.21 volumes: - ../data/mechanical-neoforge:/data - - ./authlibinjector-1.2.5.jar:/data/authlibinjector-1.2.5.jar #- ./simple-discord-bot.toml:/data/config/simple-discord-bot.toml # grafana: # image: grafana/grafana-oss:${GRAFANA_VERSION:-8.3.3} diff --git a/web/launcher/config-launcher/config.json b/web/launcher/config-launcher/config.json deleted file mode 100644 index 2cdc660..0000000 --- a/web/launcher/config-launcher/config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "maintenance": false, - "maintenance_message": "Launcher in maintenance", - "game_version": "1.21.1", - "modde": "true", - "java": "true", - "status": { - "nameServer": "MechanicalSMP", - "ip": "149.202.89.131", - "port": "25565" - }, - "online": "https://auth.oier.ovh", - "client_id": "13f589e1-e2fc-443e-a68a-63b0092b8eeb", - "dataDirectory": "MechanicalLauncher", - "rss": "https://mechanical.oier.ovh/rss" - } - \ No newline at end of file diff --git a/web/launcher/files.json b/web/launcher/files.json deleted file mode 100644 index 4eb7c3f..0000000 --- a/web/launcher/files.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - -} \ No newline at end of file diff --git a/web/launcher/news-launcher/news.json b/web/launcher/news-launcher/news.json deleted file mode 100644 index ab22e5b..0000000 --- a/web/launcher/news-launcher/news.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "title": "Machine starts.", - "content": "Arranquen motores.", - "author": "oierbravo", - "publish_date": "2025-07-27 17:40:09" - } - ] \ No newline at end of file