Skript that crash player

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

BrownMee

Active Member
Apr 16, 2018
126
6
18
23
In the past 1.12.2 server I used 10000000 particles to player client side to crash them. But in 1.14.4 they have particles limits now. Anyone have any creative ideas?
 
  • Like
Reactions: novastosha
Wait, i'll figure what to do wait :emoji_slight_smile:
[doublepost=1587810203,1587810123][/doublepost]
In my plugin (Java) i use packets but if you want i can give you the code
Ah shit i can't code java. Is it possible that you have a skript code?
 
Java:
public void crashPlayer(Player p) {
    EntityPlayer nmsPlayer = ((CraftPlayer) p).getHandle();
   PacketPlayOutSpawnEntityLiving packet = new
    PacketPlayOutSpawnEntityLiving(nmsPlayer);
    nmsPlayer.playerConnection.sendPacket(packet);
}
 
Is there any easiest way to crash player? Like sending packets or something
 
Status
Not open for further replies.