Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Crash Command
Make a crash the game and JVM using the command.
Requirements
Commands
Crash
crash (client|server) (game|jvm)
client
- Make a crash to client. This argument only works on client-side.game
- Make the game crash. This argument is the same as pressing F3 C for 10 seconds on a client.jvm
- Make the JVM crash. This argument is the same as pressing Ctrl F3 C for 10 seconds on a client.
server
- Make a crash to server. This argument only works on server-side.- Sub-arguments are the same as
client
- Sub-arguments are the same as
Known Issues
- If you join the server as player, and you have permission level
4
, theclient
argument is not suggested and theserver
argument is not executed. This is not a Crash Command bug. Learn more
Notes
- The mod file name indicates the mod name, loader and version:
(mod name)-(mod loader)-(mod version)-mc(built minecraft version).jar
- For example:
Fabroxy-fabric-1.0.0-mc1.19.3.jar
youJustLostTheGame
method is used in this mod. Unfortunately, since I'm using Yarn mapping, the method is writtenmakeJvmCrash
notyouJustLostTheGame
in source. If you want to know funny topic about this method, please watch the PhoenixSC's video. Learn more