{"id":122648,"date":"2026-06-07T08:04:31","date_gmt":"2026-06-07T05:04:31","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/"},"modified":"2026-06-07T08:04:31","modified_gmt":"2026-06-07T05:04:31","slug":"playercrasher","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/","title":{"rendered":"PlayerCrasher"},"content":{"rendered":"<div align=\"center\">\n<h1>PlayerCrasher<\/h1>\n<p>  <img decoding=\"async\" alt=\"Build\" src=\"https:\/\/github.com\/Bram1903\/MinecraftPlayerCrasher\/actions\/workflows\/gradle.yml\/badge.svg\"><br \/>\n  <img decoding=\"async\" alt=\"CodeQL\" src=\"https:\/\/github.com\/Bram1903\/MinecraftPlayerCrasher\/actions\/workflows\/codeql.yml\/badge.svg\"><br \/>\n  <img decoding=\"async\" alt=\"GitHub Release\" src=\"https:\/\/img.shields.io\/github\/release\/Bram1903\/MinecraftPlayerCrasher.svg\"><br \/>\n  <br \/>\n  <img decoding=\"async\" alt=\"Modrinth\" src=\"https:\/\/img.shields.io\/badge\/-Modrinth-green?style=for-the-badge&#038;logo=Modrinth\"><br \/>\n  <img decoding=\"async\" alt=\"Discord\" src=\"https:\/\/img.shields.io\/badge\/-Discord-5865F2?style=for-the-badge&#038;logo=discord&#038;logoColor=white\">\n<\/div>\n<p>## Overview<\/p>\n<p>An easy-to-use Minecraft plugin that enables the crashing of a player&#8217;s game through the use of a command.<\/p>\n<p>### Requires PacketEvents<\/p>\n<p>Ensure the PacketEvents library is installed on your server.<\/p>\n<p>## Table of Contents<\/p>\n<p>&#8211; [Overview](#overview)<br \/>\n    &#8211; [Requires PacketEvents](#requires-packetevents)<br \/>\n&#8211; [Showcase](#showcase)<br \/>\n&#8211; [Supported Platforms &#038; Versions](#supported-platforms&#8211;versions)<br \/>\n&#8211; [Spoofers](#spoofers)<br \/>\n&#8211; [Commands](#commands)<br \/>\n&#8211; [Permission Nodes](#permission-nodes)<br \/>\n&#8211; [Installation](#installation)<br \/>\n&#8211; [Compiling From Source](#compiling-from-source)<br \/>\n    &#8211; [Prerequisites](#prerequisites)<br \/>\n    &#8211; [Steps](#steps)<br \/>\n&#8211; [Credits](#credits)<br \/>\n&#8211; [License](#license)<\/p>\n<p>## Showcase<\/p>\n<p>![Demo](https:\/\/cdn.modrinth.com\/data\/cached_images\/4d5972c029713dfaf34d62bf7c81d62a076a1668.png)<\/p>\n<p>## Supported Platforms &#038; Versions<\/p>\n<p>| Platform                           | Supported Versions |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| Bukkit (Spigot, Paper, Folia etc.) | 1.8.8 &#8211; 1.21.3     |<br \/>\n| Velocity                           | Latest Major       |<br \/>\n| BungeeCord (or any forks)          | Latest Major       |<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Completely Asynchronous** &#8211; The plugin is designed to be as lightweight as possible.<br \/>\n  All packet modifications are done asynchronously, so the main thread is never blocked.<br \/>\n&#8211; **Folia Support** &#8211; The plugin integrates with Folia, which is a Paper fork that<br \/>\n  adds regionised multithreading to the server.<br \/>\n&#8211; **Crash Detector** &#8211; By sending both a keep alive and transaction packet, the plugin can detect if a player has<br \/>\n  crashed, even if the player is still connected.<br \/>\n&#8211; **Configurable** &#8211; The plugin is highly configurable, allowing you to adjust the settings to your liking.<br \/>\n&#8211; **Update Checker** &#8211; The plugin automatically checks for updates on startup.<br \/>\n  If a new version is available, a message will be sent to the console.<\/p>\n<p>## Usage\/Examples<\/p>\n<p>&#8211; `\/crash (player) [Method]`<\/p>\n<p>> **Note:** The method parameter is optional. If no method is provided, the plugin will use the most appropriate method<br \/>\n> based on the player&#8217;s version.<\/p>\n<p>**Methods:**<\/p>\n<p>&#8211; `Explosion`<br \/>\n&#8211; `Particle`<br \/>\n&#8211; `Position`<\/p>\n<p>## Commands<\/p>\n<p>&#8211; `\/pc` &#8211; Displays the plugin&#8217;s version and author.<br \/>\n&#8211; `\/crash (player) [Method]` &#8211; Crashes the specified player&#8217;s game.<br \/>\n&#8211; `\/crashinfo [player]` &#8211; Displays the client brand and version of the specified player.<\/p>\n<p>## Permission Nodes<\/p>\n<p>Players that are OP (Operators) have these permissions by default.<\/p>\n<p>&#8211; `PlayerCrasher.Crash` Allows the player to use the \/crash command.<br \/>\n&#8211; `PlayerCrasher.Bypass` Exempts the player from being crashed when the \/crash command is used on them.<br \/>\n&#8211; `PlayerCrasher.Alerts` Makes the player receive alerts when a player is being crashed by another player.<br \/>\n&#8211; `PlayerCrasher.CrashInfo` &#8211; Allows the player to use the \/crashinfo command.<br \/>\n&#8211; `PlayerCrasher.UpdateNotify` Makes the player receive an update notification when a new version is available.<\/p>\n<p>## Installation<\/p>\n<p>1. **Prerequisites**: Install PacketEvents.<br \/>\n2. **Download**: Get the latest release from<br \/>\n   the GitHub release page.<br \/>\n3. **Installation**: Move the downloaded plugin to your server&#8217;s plugins directory.<br \/>\n4. **Configuration**: Customize settings in `config.yml`.<br \/>\n5. **Restart**: Restart the server for changes to take effect.<\/p>\n<p>## Compiling From Source<\/p>\n<p>### Prerequisites<\/p>\n<p>&#8211; Java Development Kit (JDK) version 21 or higher<br \/>\n&#8211; Git<\/p>\n<p>### Steps<\/p>\n<p>1. **Clone the Repository**:<br \/>\n   &#8220;`bash<br \/>\n   git clone https:\/\/github.com\/Bram1903\/MinecraftPlayerCrasher.git<br \/>\n   &#8220;`<\/p>\n<p>2. **Navigate to Project Directory**:<br \/>\n   &#8220;`bash<br \/>\n   cd MinecraftPlayerCrasher<br \/>\n   &#8220;`<\/p>\n<p>3. **Compile the Source Code**:<br \/>\n   Use the Gradle wrapper to compile and generate the plugin JAR file:<\/p>\n<details>\n<summary><strong>Linux \/ macOS<\/strong><\/summary>\n<p>   &#8220;`bash<br \/>\n   .\/gradlew build<br \/>\n   &#8220;`<br \/>\n   <\/details>\n<details>\n<summary><strong>Windows<\/strong><\/summary>\n<p>   &#8220;`cmd<br \/>\n   .gradlew build<br \/>\n   &#8220;`<br \/>\n   <\/details>\n<p>## Credits<\/p>\n<p>Special thanks to:<\/p>\n<p>&#8211; **@Retrooper**: Author of PacketEvents.<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the [GPL3 License](LICENSE).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Easily crash Minecraft Players across all versions by using a command.<\/p>\n","protected":false},"featured_media":122649,"template":"","meta":{"_minecraft_slug":"playercrasher","_minecraft_project_id":"eqguPpy1","_minecraft_author":"DevBram","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":6619,"_minecraft_follows":39,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"playercrasher.zip","_minecraft_size_bytes":9285820,"_minecraft_version_count":10,"_minecraft_updated_at":"2026-05-16T02:53:10.576077Z","_minecraft_date_created":"2024-02-28T09:42:00.038852Z","_minecraft_date_modified":"2024-11-04T10:08:35.284704Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/playercrasher","_minecraft_icon_attachment_id":122649,"_minecraft_imported_at":"2026-06-07T05:04:32+00:00","_minecraft_import_hash":"ffa0bdfb16f1746407f94d4e084a9812","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,894,43,125,122,127,128,129,92,985,992],"mod_loader":[130,895,131,132,133,134,986,993],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,30,31,860,861,862,863,864],"class_list":["post-122648","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-bungeecord","mod_category-cursed","mod_category-folia","mod_category-magic","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_category-velocity","mod_category-waterfall","mod_loader-bukkit","mod_loader-bungeecord","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-velocity","mod_loader-waterfall","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PlayerCrasher - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PlayerCrasher - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Easily crash Minecraft Players across all versions by using a command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/Bram1903\/MinecraftPlayerCrasher\/actions\/workflows\/gradle.yml\/badge.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playercrasher\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playercrasher\\\/\",\"name\":\"PlayerCrasher - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playercrasher\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playercrasher\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/playercrasher-icon-346e4039bdeaa88c50a350e4a51479f21fb782b6_96.webp\",\"datePublished\":\"2026-06-07T05:04:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playercrasher\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playercrasher\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playercrasher\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/playercrasher-icon-346e4039bdeaa88c50a350e4a51479f21fb782b6_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/playercrasher-icon-346e4039bdeaa88c50a350e4a51479f21fb782b6_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playercrasher\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"PlayerCrasher\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PlayerCrasher - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/","og_locale":"en_US","og_type":"article","og_title":"PlayerCrasher - Minecraft","og_description":"Easily crash Minecraft Players across all versions by using a command.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/Bram1903\/MinecraftPlayerCrasher\/actions\/workflows\/gradle.yml\/badge.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/","name":"PlayerCrasher - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/playercrasher-icon-346e4039bdeaa88c50a350e4a51479f21fb782b6_96.webp","datePublished":"2026-06-07T05:04:31+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/playercrasher-icon-346e4039bdeaa88c50a350e4a51479f21fb782b6_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/playercrasher-icon-346e4039bdeaa88c50a350e4a51479f21fb782b6_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/playercrasher\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"PlayerCrasher"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/122648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/122649"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=122648"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=122648"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=122648"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=122648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}