Перейти к содержимому
Mineforgian

BreakMe

Crashes minecraft/your PC when you die/take damage

7K загрузок38 подписчиковMITfabric

Обновлён 17 июня 2026 г. · опубликован 12 декабря 2020 г.

BreakMe allows configuring an event (death/taking damage) that causes minecraft to crash. It can also be configured to shut down or crash the whole OS. It uses Fabric (although porting should be trivial, most of the code is standard java & some JNI)

Please note that shutting down (or worse: crashing) an OS while things are still open might cause data loss, I am not responsible for that if you decide to enable that setting

Configuration

You can use Mod Menu to change the configuration.
The values are explained in more detail below

  • Cause:

    • Damage: The crash-event is fired once you take damage
    • Death: The crash-event is fired once you die
    • All: The crash-event is fired if any of the above apply (currently equal to Damage)
    • None: The crash-event is never fired
  • Method:

    • Unsafe_Universal_Forkbomb: Launch a self-multiplying process
    • Unsafe_Windows_WinAPI: Do some JNI-magic to instantly produce a blue-screen on windows
    • Unsafe_Universal_OOM: Causes an OOM exception
    • Broken_Universal_ExitCode: Exit the integrated Server. The game still displays, but you can no longer interact with the world or quit.
    • Safe_Universal_Hang: Hang both the client and integrated server thread.
    • Safe_Universal_Exception: Performs an invalid operation. Behaves like every other crash and just closes the game, leaving a crash log.
    • SemiUnsafe_Universal_Exception: Throws a security exceptions. This does not work properly for 1.16.2
    • SemiUnsafe_Universal_Shutdown: Attempts to run a shutdown command. Since these are specific to some systems this might not always work.
    • SemiUnsafe_Universal_Segfault: Causes a segmentation fault using lwjgl.
    • SemiUnsafe_Universal_StackOverflow: Causes a stack overflow via infinite recursion.
    • None: Do nothing

Please note that all methods marked "Unsafe" as well as the shutdown method are not available in the CurseForge release

Suggestions and Support

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
26.2.0Релиз26.2fabric17 июня 2026 г.Скачать (35 КБ)
26.1.1Релиз26.1, 26.1.1, 26.1.2fabric1 апреля 2026 г.Скачать (35 КБ)
26.1.0Релиз26.1fabric28 марта 2026 г.Скачать (34 КБ)
4.11.14Релиз1.21.11fabric10 декабря 2025 г.Скачать (34 КБ)
4.11.13Релиз1.21.10fabric9 октября 2025 г.Скачать (35 КБ)
4.11.12Релиз1.21.9fabric1 октября 2025 г.Скачать (35 КБ)
4.11.11Релиз1.21.8fabric18 июля 2025 г.Скачать (35 КБ)
4.11.10Релиз1.21.7fabric1 июля 2025 г.Скачать (35 КБ)
4.11.9Релиз1.21.6fabric17 июня 2025 г.Скачать (35 КБ)
4.11.8Релиз1.21.5fabric25 марта 2025 г.Скачать (35 КБ)
4.11.7Релиз1.21.4fabric3 декабря 2024 г.Скачать (35 КБ)
4.11.6Релиз1.21.2, 1.21.3fabric23 октября 2024 г.Скачать (35 КБ)
4.11.5Релиз1.21, 1.21.1fabric14 июня 2024 г.Скачать (35 КБ)
4.11.4Релиз1.20.5, 1.20.6fabric25 апреля 2024 г.Скачать (35 КБ)
4.11.3Релиз1.20.3, 1.20.4fabric31 марта 2024 г.Скачать (35 КБ)

Показаны последние 15 из 32 версий.

Ченджлог

26.2.0Релиз26.2 · 17 июня 2026 г.

Commits in Release 26.2.0:

  • chore: update to 26.2
  • ci: bump gradle
26.1.1Релиз26.1, 26.1.1, 26.1.2 · 1 апреля 2026 г.

Commits in Release 26.1.1:

  • build: add inputs to codegen task
26.1.0Релиз26.1 · 28 марта 2026 г.

Commits in Release 26.1.0:

  • chore: update to 26.1
  • fix: use correct signatures in WinApiProvider
4.11.14Релиз1.21.11 · 10 декабря 2025 г.

Commits in Release 4.11.14:

  • chore: update to 1.21.11
4.11.13Релиз1.21.10 · 9 октября 2025 г.

Commits in Release 4.11.13:

  • chore: update to 1.21.10
4.11.12Релиз1.21.9 · 1 октября 2025 г.

Commits in Release 4.11.12:

  • chore: update to 1.21.9
4.11.11Релиз1.21.8 · 18 июля 2025 г.

Commits in Release 4.11.11:

  • chore: update to 1.21.8
4.11.10Релиз1.21.7 · 1 июля 2025 г.

Commits in Release 4.11.10:

  • chore: update to 1.21.7

Комментарии

Загружаем…