The kernel is free, here is the key - “INZEFIRE-FREE”.
GoldCore ![]()
2026-02-05 (22:03:38) [INZEFIRE/INFO]: Loading resource packs…
2026-02-05 (22:03:38) [INZEFIRE/NOTICE]: Логи пакетов выключены.
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: ErrorException: “zlib_decode(): data error” (EXCEPTION) in “pmsrc/src/pocketmine/nbt/NBT” at line 22
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #0 (): pocketmine\utils\Utils::errorExceptionHandler(integer 2, string[25] zlib_decode(): data error, string[42] /home/container/src/pocketmine/nbt/NBT.php, integer 22)
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #1 pmsrc/src/pocketmine/nbt/NBT(22): zlib_decode(string[0] )
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #2 pmsrc/src/pocketmine/level/format/io/BaseLevelProvider(22): pocketmine\nbt\NBT->readCompressed(string[0] )
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #3 pmsrc/src/pocketmine/level/format/io/BaseLevelProvider(22): pocketmine\level\format\io\BaseLevelProvider->loadLevelData()
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #4 pmsrc/src/pocketmine/Server(22): pocketmine\level\format\io\BaseLevelProvider->__construct(string[29] /home/container/worlds/world/)
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #5 pmsrc/src/pocketmine/Server(22): pocketmine\Server->loadLevel(string[5] world)
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #6 pmsrc/src/pocketmine/PocketMine(22): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #7 pmsrc/PocketMine-MP.phar(2): include(string[45] /home/container/src/pocketmine/PocketMine.php)
2026-02-05 (22:03:38) [INZEFIRE/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: RuntimeException: “Crash error information missing - did something use exit()?” (EXCEPTION) in “pmsrc/src/pocketmine/CrashDump” at line 22
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #0 pmsrc/src/pocketmine/CrashDump(22): pocketmine\CrashDump->baseCrash()
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #1 pmsrc/src/pocketmine/Server(22): pocketmine\CrashDump->__construct(object pocketmine\Server)
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #2 pmsrc/src/pocketmine/Server(22): pocketmine\Server->crashDump()
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #3 pmsrc/src/pocketmine/Server(22): pocketmine\Server->exceptionHandler(object ErrorException)
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #4 pmsrc/src/pocketmine/PocketMine(22): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: #5 pmsrc/PocketMine-MP.phar(2): include(string[45] /home/container/src/pocketmine/PocketMine.php)
2026-02-05 (22:03:38) [INZEFIRE/CRITICAL]: Could not create crash dump: Crash error information missing - did something use exit()?
When I restarted my server
Did you run a bare server? Or did you have plugins installed? What PHP are you using?
Either your world is corrupted, or either this core is just broken
I deleted the worlds file then it worked but for a while it crash again the same way
```
import { spawn } from “child_process”;
const PHP_BINARY = “./bin/php7/bin/php”;
const PM_PHAR = “PocketMine-MP.phar”;
console.log(“Starting PocketMine-MP via Bun…”);
const pm = spawn(PHP_BINARY, [PM_PHAR], {
stdio: “inherit”,
});
pm.on(“close”, (code) => {
console.log(\`PocketMine stopped with code ${code}\`);
});
```
PHP 8.0.19
```
if [[ -d .git ]] && [[ 0 == “1” ]]; then git pull; fi; if [[ ! -z ]]; then /usr/local/bin/npm install ; fi; if [[ ! -z ]]; then /usr/local/bin/npm uninstall ; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; bun run index.js; echo “Na1 Anshitopic Bun [Startup complete]”
```
No plugins installed it’s php 8.0.19 and this is bun
Some plugins could potentially cause it, but that’s unlikely. That’s most likely the core’s issue
You can use that
It’s bad af but at least is mostly stable. And anyway just switch to new versions of mc, you won’t have issues on newer versions