Crash Command
You just lost the game - Make a crash the game and JVM using the command
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Crash Command
Crash Command
Make a crash the game and JVM using the command.
Requirements
* Minecraft * Fabric Loader * Fabric API
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 <kbd>F3</kbd> <kbd>C</kbd> for 10 seconds on a client. Default option. * `jvm` - Make the JVM crash. This argument is the same as pressing <kbd>Ctrl</kbd> <kbd>F3</kbd> <kbd>C</kbd> for 10 seconds on a client. * If no argument is specified, default is `game`. * `server` - Make a crash to server. This argument only works on server-side. * *Sub-arguments are the same as `client`* * If no argument is specified, it will be executed depending on environment. * When executed on client with this mod (regardless server host or player), the result will be like `crash client`. * When executed on server console, or by server player without the mod (when has proper permission), the result will be like `crash server`.
Known Issues
* If you join the server as player, and you have permission level `4`, the `client` argument is not suggested and the `server` argument is not executed. This is not a Crash Command bug. This is not a Crash Command bug.
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 written `makeJvmCrash` not `youJustLostTheGame` in source. If you want to know funny topic about this method, please watch the PhoenixSC's video. Learn more
