Come funziona MCDoctor.ai

MCDoctor utilizza diagnostica IA avanzata per leggere, interpretare e spiegare con precisione errori, crash e conflitti di plugin dei server Minecraft. Invece di scorrere migliaia di righe in latest.log, MCDoctor estrae automaticamente la causa principale e genera un report chiaro e strutturato, comprensibile all'istante.

Elaborazione intelligente dei log

MCDoctor pulisce automaticamente il tuo log, rimuove il rumore inutile, estrae errori, avvisi, firme di crash, problemi dei plugin e conflitti di versione, preparandolo per un'analisi IA approfondita.

Comprensione profonda dell'IA

Grazie a una pipeline IA specializzata e addestrata su Minecraft, MCDoctor legge il log come farebbe un moderatore esperto o un ingegnere di server, rilevando pattern, errori di mod/plugin, configurazioni errate, dipendenze mancanti e altro.

Spiegazioni chiare e leggibili

Ricevi un report HTML chiaro: Causa → Soluzioni → Note. Niente gergo. Niente supposizioni. MCDoctor spiega ogni problema in semplici passaggi da seguire.

Creato per ogni server Minecraft

Che tu usi Paper, Purpur, Fabric, Forge, NeoForge, Spigot o modpack, MCDoctor adatta l'analisi alla tua piattaforma e risolve i problemi specifici di ogni ecosistema.

Vediamo ora qui sotto come avviene realmente la sequenza di caricamento e analisi.

Cosa succede dietro le quinte?

Quando carichi un log, MCDoctor esegue una pipeline diagnostica rapida in più fasi. Ecco una chiara spiegazione di come viene elaborato il tuo log.

1/ Lettura e pulizia del log

MCDoctor carica il tuo latest.log, rimuove il rumore, ristruttura il file e lo prepara per l'analisi.

2/ Rilevamento della piattaforma

Il sistema identifica se usi Paper, Purpur, Spigot, Fabric, Forge o NeoForge e adatta l'analisi al tipo di server.

3/ Analisi di errori e plugin

MCDoctor estrae crash, avvisi, errori dei plugin, dipendenze mancanti e conflitti di versione per isolare il vero problema.

4/ Comprensione della causa principale

Grazie a un'IA addestrata su Minecraft, MCDoctor confronta i tuoi errori con pattern noti per identificare la vera causa.

5/ Report chiaro e leggibile

Ricevi un report HTML strutturato con: Causa, Soluzioni e Note. Semplice, chiaro e veloce.

2 modalità di analisi

Scegli quanto in profondità vuoi che MCDoctor analizzi i tuoi log

Diagnosi rapida

Standard

Perfetto per configurazioni Vanilla, Paper/Spigot e leggere.

  • Crash di server Vanilla e Spigot/Paper
  • Conflitti di plugin ed eccezioni comuni
  • Versioni di Java incompatibili e problemi di memoria di base
  • Errori di connessione di rete e di routine di accesso
  • Risposta immediata per i guasti dell'infrastruttura standard

Di' a MCDoctor cosa non va

Selezionare i sintomi del tuo server prima del caricamento guida l'IA verso la giusta lente diagnostica, così si concentra su ciò che conta davvero nel tuo log, e non su tutto in una volta.

Standard

Scansione generica

Legge l'intero log alla cieca, senza contesto né focus. Ottieni una panoramica ampia, ma l'IA potrebbe perdere la causa principale nascosta nei log.

  • Scansione completa del log
  • Nessun contesto del problema
  • Soluzioni generiche
VS
Avanzato + sintomi

Diagnosi mirata

Dici a MCDoctor cosa non va, l'IA si concentra sulle sezioni giuste del log e fornisce risultati più precisi, più rapidi e più utili.

  • Filtraggio mirato del log
  • IA consapevole dei sintomi
  • Soluzioni precise
Cosa sta succedendo al tuo server? Clicca per evidenziare, qui puramente illustrativo
Causa principale mirata

L'IA ignora il rumore irrilevante e si concentra sulle sezioni del log corrispondenti al tuo tipo di sintomo.

Diagnosi più rapida

Meno ambiguità significa che il modello individua la causa in meno passaggi di ragionamento e produce un report più preciso.

Soluzioni più intelligenti

Le soluzioni sono mirate al tuo problema reale: correzioni dei crash quando vai in crash, correzioni delle prestazioni quando hai lag.

Esempio di risultato IA

Questo è un report MCDoctor Advanced realistico, generato con il nostro motore di rendering avanzato.

Causa

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.

Soluzioni

  • 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.

Note

  • 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.