U
/u/Different-Box6850
Guest
LMD doesn't work I can't get it to work in neither singleplayer or on my multiplayer server. I have no other mods running other than fabric api and almanac. Both of which are required for LMD to work. I'm on minecraft version 26.2 with the latest version of fabric api, lmd and almanac. Any help with this issue would be appreciated I can provide more information if required.
This is an extract from my docker compose config. I'm running the server on a hetzner VPS.
submitted by /u/Different-Box6850
[link] [comments]
Continue reading...
This is an extract from my docker compose config. I'm running the server on a hetzner VPS.
minecraft-test: image: itzg/minecraft-server:java25-alpine container_name: fabric-creative restart: unless-stopped security_opt: - no-new-privileges:true ports: - "24464:25565/tcp" environment: EULA: true TYPE: FABRIC VERSION: "26.2" MOTD: "%TYPE% test server running §l§cMinecraft§r §n%VERSION%" ICON: "/icon.png" OVERRIDE_ICON: true LEVEL: "world" ONLINE_MODE: true MAX_PLAYERS: "20" DIFFICULTY: HARD MODE: "SURVIVAL" PVP: "TRUE" VIEW_DISTANCE: 12 SPAWN_PROTECTION: 0 SIMULATION_DISTANCE: 10 EXISTING_OPS_FILE: "SYNCHRONIZE" OPS: "${MC_OPS}" EXISTING_WHITELIST_FILE: "SYNCHRONIZE" WHITELIST: "${MC_WHITELIST}" ENFORCE_WHITELIST: true ENABLE_WHITELIST: true RCON_PASSWORD: ${RCON_PASSWORD} USE_MEOWICE_FLAGS: false MEMORY: 2G REMOVE_OLD_MODS: true #VANILLATWEAKS_SHARECODE: SNoKz9 MODRINTH_PROJECTS_DEFAULT_VERSION_TYPE: RELEASE MODRINTH_DOWNLOAD_DEPENDENCIES: REQUIRED MODRINTH_PROJECTS: | #datapack:skull-portable #fabric-api #fabric-language-kotlin #fabricexporter #fabric-permissions-api #spark #krypton #ferrite-core #lithium #scalablelux #c2me-fabric #servercore #alternate-current #clumps #get-it-together-drops lmd #zfastnoise #modernfix-mvus #servux #balm # soft dependency #carpet #carpet-tis-addition #gca #no-chat-reports #chunky #packet-fixer #luckperms #bluemap #axiom #vanish #simple-voice-chat #appleskin #armor-stands RCON_CMDS_STARTUP: |- # gamerule players_sleeping_percentage 0 # carpet setDefault optimizedTNT true # carpet setDefault optimizedTNTHighPriority true # carpet setDefault optimizedFastEntityMovement true # carpet setDefault commandPlayer true # carpet setDefault openFakePlayerInventory true volumes: - ./static/icon.png:/icon.png - ./data/minecraft-test:/data healthcheck: test: ["CMD", "mc-health"] interval: 20s timeout: 10s retries: 5 start_period: 6m deploy: resources: limits: memory: 3G networks: minecraft-network: aliases: - mc-creative submitted by /u/Different-Box6850
[link] [comments]
Continue reading...