From e17240dc0620312d192fe58cb0e63dd7236b6559 Mon Sep 17 00:00:00 2001 From: JFronny <33260128+JFronny@users.noreply.github.com> Date: Sat, 5 Sep 2020 12:05:45 +0200 Subject: [PATCH] Remove warning in README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 13e7fbc..61705b4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # BreakMe [![pipeline status](https://gitlab.com/JFronny/BreakMe/badges/master/pipeline.svg)](https://gitlab.com/JFronny/BreakMe/-/commits/master) BreakMe crashes Minecraft in creative ways. It uses Fabric (although porting should be trivial, most of the code is standard java & some JNI)\ -NOTE: It has come to my attention that, although technically working, BreakMe *exceptions* are now caught in 1.16.2\ -This means that the "safe" methods of crashing will no longer work properly. I might try to implement something that works by killing the process but we will see.\ -For now stick to full crashes or 1.16.1 # Installing I recommend you to use the automatically built packages, you can download the latest one [here](https://gitlab.com/JFronny/BreakMe/-/jobs/artifacts/master/browse/build/libs/?job=deploy) @@ -20,9 +17,9 @@ The values are explained in more detail below - Method: - Unsafe_Universal_Forkbomb: Launch a self-multiplying process - Unsafe_Windows_WinAPI: Do some JNI-magic to instantly produce a blue-screen on windows - - Broken_Universal_ExitCode: (in singleplayer) exit the integrated server. The game still displays, but you can no longer interact with the world or quit. - - Safe_Universal_Exception: Throw a simple exception. Behaves like every other crash and just closes the game, leaving a crash log. - - SemiUnsafe_Universal_Exception: Throws a security exceptions. This should prevent the exception from being caught and should leave no crash log. + - Broken_Universal_ExitCode: Exit the integrated Server. The game still displays, but you can no longer interact with the world or quit. + - 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. - None: Do nothing