Skip to content

JVM arguments

These are some boolean JVM settings (treated as false if not specified) useful for debugging CMD + Delete. Generally, it is not recommended to change these unless you have an explicit reason to.

Argument Name Description Minimum CMD + Delete version
cmd_delete.allowVerboseLogs This makes more detailed logs from DEBUG or TRACE level get promoted to INFO level so they show up in the console and latest.log. This is useful for making bug reports and makes getting detailed logs very easy. 1.4.0-rc.1
cmd_delete.forcePreventMinecraftCrashes CMD + Delete can encounter certain fatal errors where the mod can no longer reasonably function and the best thing to do is to emergency save the world and crash Minecraft. This prevents the mod from doing so, but also causes very weird undefined behavior and illegal states to be possible. 1.4.0-rc.1
cmd_delete.forcePreventOverrideMode This is a global switch to force vanilla navigation override mode to be disabled no matter what the mappings file says. 1.4.1
cmd_delete.ci.stopMinecraftAfterLoad This makes the mod stop Minecraft after the mod loads and is only used to test the mod in a CI environment and is only recommended for that purpose. 1.4.0-rc.1 (It was named ci.stopMinecraftAfterLoad in 1.4.0-beta.3)