AntiCope / meteor-crash-addon

Add-on that includes various server crashing methods
GNU General Public License v3.0
91 stars 21 forks source link

add WindowCrash, CompletionCrash + update to 1.20.6 #24

Closed crazymoose77756 closed 2 months ago

crazymoose77756 commented 6 months ago

Description

Adds the window crash that is used on paper servers running 1.20.1 and under (prev versions testing needed). Lags out the server and leads to eventual server crash/restart and everyone leaving. This works because paper handles it as a crash with first priority, taking away focus from actually running the server.

Related Issue

21 - suggestion add windowClick crash

Motivation and Context

New block game crash = fun.

How Has This Been Tested?

Tested on local paper server 1.20 and 1.20.1, remote 1.20, running minecraft versions 1.20.4 and 1.20.2.

Screenshots (if appropriate):

Types of changes

Note: this is sort of similar to the errorCrash

crazymoose77756 commented 2 months ago

Added Completion Crash from https://github.com/CCBlueX/LiquidBounce/pull/2103

crazymoose77756 commented 2 months ago

Welp, I though I was working in a difference branch, but here is meteor crash addons for 1.20.4 and 1.20.6 lmao

crazymoose77756 commented 2 months ago

27