Så fungerar MCDoctor.ai

MCDoctor använder avancerad AI-diagnostik för att noggrant läsa, tolka och förklara fel, krascher och plugin-konflikter på Minecraft-servrar. I stället för att skrolla genom tusentals rader i latest.log extraherar MCDoctor automatiskt grundorsaken och genererar en tydlig, strukturerad rapport som du förstår direkt.

Smart loggbearbetning

MCDoctor rensar automatiskt din logg, tar bort onödigt brus, extraherar fel, varningar, kraschsignaturer, plugin-problem och versionskonflikter och förbereder den för djup AI-analys.

Djup AI-förståelse

Med en specialiserad, Minecraft-tränad AI-pipeline läser MCDoctor loggen som om en expertmoderator eller serveringenjör tittade på den, och upptäcker mönster, mod-/plugin-fel, felkonfigurationer, saknade beroenden och mer.

Tydliga, lättlästa förklaringar

Du får en ren HTML-rapport: Orsak → Lösningar → Anteckningar. Ingen jargong. Inga gissningar. MCDoctor förklarar varje problem i enkla steg du kan följa.

Byggd för varje Minecraft-server

Oavsett om du kör Paper, Purpur, Fabric, Forge, NeoForge, Spigot eller modpaket anpassar MCDoctor analysen till din plattform och löser problem som är specifika för varje ekosystem.

Låt oss nu nedan utforska hur uppladdnings- och analyssekvensen faktiskt går till.

Vad händer bakom kulisserna?

När du laddar upp en logg kör MCDoctor en snabb diagnostikpipeline i flera steg. Här är en tydlig beskrivning av hur din logg bearbetas.

1/ Loggläsning och rensning

MCDoctor laddar din latest.log, tar bort brus, omstrukturerar filen och förbereder den för analys.

2/ Plattformsidentifiering

Systemet identifierar om du kör Paper, Purpur, Spigot, Fabric, Forge eller NeoForge och anpassar analysen till din servertyp.

3/ Fel- och plugin-analys

MCDoctor extraherar krascher, varningar, plugin-fel, saknade beroenden och versionskonflikter för att isolera det verkliga problemet.

4/ Förståelse av grundorsaken

Med Minecraft-tränad AI jämför MCDoctor dina fel med kända mönster för att identifiera den verkliga orsaken.

5/ Tydlig, lättläst rapport

Du får en strukturerad HTML-rapport med: Orsak, Lösningar och Anteckningar. Enkelt, tydligt och snabbt.

2 analyslägen

Välj hur djupt MCDoctor ska undersöka dina loggar

Snabb diagnos

Standard

Perfekt för Vanilla-, Paper/Spigot-uppsättningar och lätta konfigurationer.

  • Krascher på Vanilla- och Spigot/Paper-servrar
  • Vanliga plugin-konflikter och undantag
  • Java-versioner som inte stämmer och grundläggande minnesbristproblem
  • Fel i nätverksanslutning och inloggningsrutin
  • Omedelbar hantering av vanliga infrastrukturfel

Berätta för MCDoctor vad som är fel

Att välja serverns symtom innan du laddar upp styr AI:n mot rätt diagnostiskt fokus, så att den koncentrerar sig på det som verkligen spelar roll i din logg, inte allt på en gång.

Standard

Generisk skanning

Läser hela loggen blint, utan kontext, utan fokus. Du får en bred översikt men AI:n kan missa grundorsaken som är begravd i loggarna.

  • Fullständig logggenomsökning
  • Ingen problemkontext
  • Generiska lösningar
VS
Avancerat + symtom

Riktad diagnos

Du berättar för MCDoctor vad som är fel, AI:n låser fast vid rätt loggavsnitt och levererar skarpare, snabbare och mer användbara resultat.

  • Fokuserad loggfiltrering
  • Symtommedveten AI
  • Exakta lösningar
Vad upplever din server? Klicka för att markera — endast illustrativt här
Riktad grundorsak

AI:n hoppar över irrelevant brus och fokuserar på de loggavsnitt som matchar din symtomtyp.

Snabbare diagnos

Mindre tvetydighet innebär att modellen löser orsaken i färre resonemangssteg och skapar en skarpare rapport.

Smartare lösningar

Lösningarna är anpassade till ditt faktiska problem — kraschlösningar när du kraschar, prestandalösningar när du laggar.

Exempel på AI-resultat

Detta är en realistisk MCDoctor Advanced-rapport, skapad med vår avancerade renderingsmotor.

Orsak

Your server is running several plugins that are not compatible with your current Paper/Minecraft version (1.21.5), or are missing required dependencies. Because of this, some plugins fail to start correctly and then throw a lot of “NullPointerException” errors (which basically means “this thing the plugin expected to exist is actually empty / not loaded”).

  • Multiverse suite (Core, Inventories, Portals, NetherPortals)
    • Multiverse-Core fails with “VerifyError” and config loading errors. That means the version you’re using is not built for your server version, or its files are broken.
    • Because Multiverse-Core never initializes, the other Multiverse plugins (Inventories, Portals, NetherPortals) also fail and throw errors like:
      • “MultiverseCore has not been initialized!”
      • “Cannot invoke ... InventoriesDupingPatch.disable() because this.dupingPatch is null”
  • PhoenixDuels
    • PhoenixDuels crashes on startup with “ExceptionInInitializerError”.
    • After that, its internal helpers are never set up, so you see:
      • “ServerVersion.CURRENT_VERSION is null”
      • “Utilities.ASYNC_SERVICE is null”
      These are just the plugin trying to use things that never got initialized because it failed to start.
  • Database / stats plugin (ResultSet is null)
    • Repeated errors like “Cannot invoke ResultSet.next() because resultSet is null” mean a plugin that talks to a database (MySQL/SQLite) is failing to get data.
    • Most likely:
      • Database connection is not set up correctly (wrong host, user, password, or database name), or
      • The plugin is not handling failed queries properly.
  • Other plugin issues
    • BanAnnouncer cannot load because it is missing the required plugin “Spicord”.
    • Essentials says you are on an unsupported server version, so that version of Essentials is not meant for 1.21.5.
    • ItemsAdder is missing a bunch of images for “betterranks” (admin.png, mod.png, etc.), so those custom rank icons won’t show up.
    • Some plugins log “VerifyError: Bad type on operand stack” – this is another strong sign they are compiled for a different Minecraft/Java version than what you are running.

Lösningar

  • Update or remove incompatible plugins
    • Check each of these plugins and make sure you are using a version that explicitly supports Paper / Minecraft 1.21.5:
      • Multiverse-Core, Multiverse-Inventories, Multiverse-Portals, Multiverse-NetherPortals
      • PhoenixDuels
      • Essentials (or switch to EssentialsX with a version that supports 1.21.5)
    • If there is no 1.21.5-compatible version of a plugin, you have two options:
      • Temporarily remove that plugin from the plugins folder, or
      • Downgrade your server to a Minecraft version that the plugin officially supports.
  • Fix Multiverse specifically
    • Download the latest Multiverse plugins that support your server version from their official pages.
    • Delete or move aside old Multiverse config files if they are very old or corrupted:
      • Stop the server.
      • Backup the plugins/Multiverse-* folders.
      • Optionally remove the configs (so they regenerate) if you suspect they are broken.
      • Start the server and let new configs generate, then reconfigure worlds/portals as needed.
  • Fix PhoenixDuels errors
    • Get a PhoenixDuels version that supports your exact Minecraft/Paper version.
    • If none exists yet:
      • Remove PhoenixDuels from the plugins folder, or
      • Use a different duels plugin that is updated for 1.21.5.
  • Fix database / ResultSet null errors
    • Identify which plugin is logging “ResultSet.next() because resultSet is null” (look just above those lines in the full log for the plugin name).
    • Then:
      • Open that plugin’s config file (usually in plugins/PluginName/config.yml).
      • Check the database settings:
        • Host (IP / domain)
        • Port
        • Database name
        • Username and password
      • Make sure the database actually exists and the user has permission to access it.
      • Restart the server after fixing the config.
  • Install missing dependencies
    • For BanAnnouncer:
      • Download and install Spicord (the dependency it complains about).
      • Make sure you use versions of BanAnnouncer and Spicord that support 1.21.5.
  • Fix ItemsAdder missing images
    • Go to your ItemsAdder pack folder (usually plugins/ItemsAdder/data/resource_pack/assets/betterranks/textures/).
    • Add or restore the missing PNG files:
      • admin.png, mod.png, helper.png, player.png, builder.png, youtube.png, patreon.png, patreon2.png, java.png, skript.png, developer.png, dev.png, vip.png, vipplus.png
    • Run ItemsAdder’s command to rebuild the resource pack (check its documentation, usually something like /iazip or similar).
  • General cleanup steps
    • After making changes:
      • Stop the server completely.
      • Remove any obviously broken or outdated jars from plugins.
      • Start the server and watch the console for new errors.
    • Fix errors one plugin at a time so you can clearly see what changed.

Anteckningar

  • Most of these errors are not caused by your world or your server hardware, but by plugin versions not matching your Minecraft/Paper version or missing dependencies.
  • If you are unsure which plugin is causing a specific error, you can temporarily:
    • Move all plugins out of the plugins folder,
    • Add them back one by one, restarting each time,
    • And see when the error returns. That tells you exactly which plugin is responsible.
  • Always back up your world and plugin folders before removing or changing plugins, especially big ones like Multiverse or ItemsAdder.