How to force a client-side Crash?

Started by VioletPyre on

Topic category: Help with MCreator software

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to force a client-side Crash?

I have a really odd question.. Normally, it should be the other way around, you'll tell me..


But wait, hear me out : Is there a way to Force a player to crash as if he did ALT-F4 ?

To keep it short: I have a secret mob, that may be summoned through only few specific conditions, and i'd like them to make the player "Crash" once touched.
It is planned to be played on a server, so it would be nice if not the whole world broke or everyone got DC'd.

A short example of what i want would be : Secret Mob Seen -> Chase -> If touches player -> Crash their game (Possibly jumpscare too before because might aswell be a jerk to the fullest.).

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This might not be exactly…
Sat, 11/30/2024 - 13:04

This might not be exactly what you want, but couldn't you use the 'execute command at X Y Z' procedure block with the command '/kick @p (reason)' you could even put special text in the (reason) to reinforce the jumpscare theme.

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I do think the /kick will…
Sat, 11/30/2024 - 16:04

I do think the /kick will work, and i had planned to use it as last resort. But often, crashing the game is a bit more startling or at the very least ominous. It gives you the feeling you shouldn't do that again, or interact with whatever caused it.

But i appreciate the fact you proposed this! If some people want to know some options, at least yours is here..