Right now we `System.exit(1)` which doesn't exit very cleanly and the server implementation freaks out. https://github.com/Slimefun/e2e-tester/blob/dae07467331eb52aff595e498fc35c99bd5e3a57/src/main/java/io/github/slimefun/e2etester/framework/TestFramework.java#L93 Is there a native way to do this within Bukkit? If not, is there a better way?
Right now we
System.exit(1)which doesn't exit very cleanly and the server implementation freaks out.e2e-tester/src/main/java/io/github/slimefun/e2etester/framework/TestFramework.java
Line 93 in dae0746
Is there a native way to do this within Bukkit? If not, is there a better way?