your current location:首页 > news>Break Me Minecraft

Break Me Minecraft

2024-12-12 09:23:04|Myriagame |source:minecraft skins

Brief introduction

Breakme allows configuration to cause the collapse of MINECRAFT (death/injury).It is also configured to turn off or collapse the entire operating system.It uses Fabric (although transplantation should be simple, most code is standard Java and some jni)

Please note that when some of the content is still open (or the worse: collapse) operating system may cause data loss, if you decide to enable the settings, the author will not bear any responsibility for it.

Configuration

You can use the Modmenu module to change the configuration, and these configurations will be explained in detail below.

Causes of collapse

Damage: Once you are hurt, you will trigger the collapse

Death: Once you die, the collapse will be triggered

All: If any of the above applications, the collapse will be triggered (currently equal to direct damage)

No: the collapse has never started

Crash method setting

Unsafe_universal_FORKBOMBE: Start the self -double increase process (the number of numbers has been increased until the collapse)

UNSAFE_WINDOW_WINAPI: Do some JNI magic and immediately make Windows computer blue screen.

UNSAFE_UNIVERSAL_OOM: Cause OOM abnormalities.

BROKEN_UNIVERSAL_EXITCODE: Exit the integrated server.The game still shows, but you can no longer interact or exit with the world.

SAFE_UNIVERSAL_HANG: Hanging clients and integrated server threads.

SAFE_UNIVERSAL_EXCEPTION: Exhausted operation.The behavior is like other collapse, just to close the game and leave a collapse.

Semiunsafe_universal_exception: Causes safety abnormalities.This cannot work normally in 1.16.2

Semiunsafe_universal_shutdown: Try to run off the command.Because a collapse requires a specific system, this may not always be effective.

Semiunsafe_universal_segfault: Use LWJGL to cause segmented failures.

SEMIUNSAFE_UNIVERSAL_STACKOVEROW: The stack overflow is caused by infinite recursion.

None: Do nothing (not collapsed, equivalent to closing the module)

Instructions for use

Note: All methods marked as "unsafe" and closing methods are not available in the CurseForge version. Due to the request of Curseforge, some functions of the previous version (such as closing the operating system) have been deleted, so you need to manually compileMOD or use Ci Artifact to access them.

In order to better understand the exact function and configuration and how to build a MOD by yourself, you can transfer to repository.