Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

robkiller

Members
  • Joined

  • Last visited

  1. So, I did check out the support forum sticky post, but it does not apply from what i can tell to my install. I have no idea how to get the log files. I dont have a running user interface on my server of mine craft with a GUI or settings all my settings are done in the YML file. I did add logging: driver: "json-file" options: max-size: "50m" max-file: "5" to log what's going on but have yet to find the location docker keep that file. The volume that holds the server does not have much in it. I am hoping someone who is using or knows windows server, using docker to run a container with Linux and Minecraft can give me some help. I am new to this.
  2. robkiller joined the community
  3. My server was created using a .yml files on a windows server running ubuntu in a docker. I have everything running but when i add a mod to the mod folder it does not load the mod. What am i missing? i am running minecraft 1.19.2 and forge v43.2.0 yml file used to make the server version: "1.19.2" services: minecraft: image: itzg/minecraft-server volumes: - minecraftdata:/data - /ProgramData/docker/volumes/minecraftdata/plugins:/plugins - /ProgramData/docker/volumes/minecraftdata/mods:/mods ports: - 25565:25565 environment: EULA: "TRUE" MEMORY: "12G" TYPE: "FORGE" OPS: "me" WHITELIST: "mine" OVERRIDE_WHITELIST: "TRUE" ENABLE_WHITELIST: "TRUE" ENFORCE_WHITELIST: "TRUE" VERSION: "1.19.2" tty: true stdin_open: true restart: unless-stopped volumes: minecraftdata: external: true log from server 1 08:01:26,208 main WARN Advanced terminal features are not available in this environment [08:01:26] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.2.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [08:01:26] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.5 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.79.1-microsoft-standard-WSL2 [08:01:26] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [08:01:26] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/fmlcore/1.19.2-43.2.0/fmlcore-1.19.2-43.2.0.jar is missing mods.toml file [08:01:26] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.2.0/javafmllanguage-1.19.2-43.2.0.jar is missing mods.toml file [08:01:27] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.2.0/lowcodelanguage-1.19.2-43.2.0.jar is missing mods.toml file [08:01:27] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/mclanguage/1.19.2-43.2.0/mclanguage-1.19.2-43.2.0.jar is missing mods.toml file [08:01:27] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping! [08:01:28] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [08:01:33] [main/INFO] [minecraft/DataFixers]: Building unoptimized datafixer [08:01:36] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 43.2.0, for MC 1.19.2 with MCP 20220805.130853 [08:01:36] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v43.2.0 Initialized [08:01:37] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [08:01:37] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: UP_TO_DATE Current: 43.2.0 Target: null [08:01:38] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [08:01:39] [main/WARN] [minecraft/VanillaPackResources]: Assets URL 'union:/data/libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-srg.jar%2399!/assets/.mcassetsroot' uses unexpected schema [08:01:39] [main/WARN] [minecraft/VanillaPackResources]: Assets URL 'union:/data/libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-srg.jar%2399!/data/.mcassetsroot' uses unexpected schema [08:01:42] [main/INFO] [minecraft/RecipeManager]: Loaded 7 recipes [08:01:43] [main/INFO] [minecraft/AdvancementList]: Loaded 1179 advancements [08:01:44] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.19.2 [08:01:44] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties [08:01:44] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL [08:01:44] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair [08:01:44] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565 [08:01:44] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type [08:01:44] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world" [08:01:44] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld [08:01:47] [Netty Epoll Server IO #1/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.} [08:01:49] [Worker-Main-5/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-22/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-26/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-26/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-10/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-13/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0% [08:01:49] [Worker-Main-15/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 34% [08:01:50] [Worker-Main-1/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 83% [08:01:50] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Time elapsed: 5725 ms [08:01:50] [Server thread/INFO] [minecraft/DedicatedServer]: Done (6.138s)! For help, type "help" [08:01:50] [Server thread/INFO] [minecraft/DedicatedServer]: Starting remote control listener [08:01:50] [Server thread/INFO] [minecraft/GenericThread]: Thread RCON Listener started [08:01:50] [Server thread/INFO] [minecraft/RconThread]: RCON running on 0.0.0.0:25575 [08:01:50] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.