BreakMe
Crashes minecraft/your PC when you die/take damage
Обновлён 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
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.2.0 | Релиз | 26.2 | fabric | 17 июня 2026 г. | Скачать (35 КБ) |
| 26.1.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 1 апреля 2026 г. | Скачать (35 КБ) |
| 26.1.0 | Релиз | 26.1 | fabric | 28 марта 2026 г. | Скачать (34 КБ) |
| 4.11.14 | Релиз | 1.21.11 | fabric | 10 декабря 2025 г. | Скачать (34 КБ) |
| 4.11.13 | Релиз | 1.21.10 | fabric | 9 октября 2025 г. | Скачать (35 КБ) |
| 4.11.12 | Релиз | 1.21.9 | fabric | 1 октября 2025 г. | Скачать (35 КБ) |
| 4.11.11 | Релиз | 1.21.8 | fabric | 18 июля 2025 г. | Скачать (35 КБ) |
| 4.11.10 | Релиз | 1.21.7 | fabric | 1 июля 2025 г. | Скачать (35 КБ) |
| 4.11.9 | Релиз | 1.21.6 | fabric | 17 июня 2025 г. | Скачать (35 КБ) |
| 4.11.8 | Релиз | 1.21.5 | fabric | 25 марта 2025 г. | Скачать (35 КБ) |
| 4.11.7 | Релиз | 1.21.4 | fabric | 3 декабря 2024 г. | Скачать (35 КБ) |
| 4.11.6 | Релиз | 1.21.2, 1.21.3 | fabric | 23 октября 2024 г. | Скачать (35 КБ) |
| 4.11.5 | Релиз | 1.21, 1.21.1 | fabric | 14 июня 2024 г. | Скачать (35 КБ) |
| 4.11.4 | Релиз | 1.20.5, 1.20.6 | fabric | 25 апреля 2024 г. | Скачать (35 КБ) |
| 4.11.3 | Релиз | 1.20.3, 1.20.4 | fabric | 31 марта 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
Комментарии
Загружаем…