PlayerCrasher
作者:rebot | 分类:模组
Minecraft 版本: 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3
平台: bukkit bungeecord folia paper purpur spigot velocity waterfall
标签: cursed magic utility
Overview
An easy-to-use Minecraft plugin that enables the crashing of a player's game through the use of a command.
Requires PacketEvents
Ensure the PacketEvents library is installed on your server.
Table of Contents
- Overview
- Showcase
- Supported Platforms & Versions
- Spoofers
- Commands
- Permission Nodes
- Installation
- Compiling From Source
- Credits
- License
Showcase

Supported Platforms & Versions
| Platform | Supported Versions |
|---|---|
| Bukkit (Spigot, Paper, Folia etc.) | 1.8.8 - 1.21.3 |
| Velocity | Latest Major |
| BungeeCord (or any forks) | Latest Major |
Features
- Completely Asynchronous - The plugin is designed to be as lightweight as possible.
All packet modifications are done asynchronously, so the main thread is never blocked. - Folia Support - The plugin integrates with Folia, which is a Paper fork that
adds regionised multithreading to the server. - Crash Detector - By sending both a keep alive and transaction packet, the plugin can detect if a player has
crashed, even if the player is still connected. - Configurable - The plugin is highly configurable, allowing you to adjust the settings to your liking.
- Update Checker - The plugin automatically checks for updates on startup.
If a new version is available, a message will be sent to the console.
Usage/Examples
/crash (player) [Method]
Note: The method parameter is optional. If no method is provided, the plugin will use the most appropriate method
based on the player's version.
Methods:
ExplosionParticlePosition
Commands
/pc- Displays the plugin's version and author./crash (player) [Method]- Crashes the specified player's game./crashinfo [player]- Displays the client brand and version of the specified player.
Permission Nodes
Players that are OP (Operators) have these permissions by default.
PlayerCrasher.CrashAllows the player to use the /crash command.PlayerCrasher.BypassExempts the player from being crashed when the /crash command is used on them.PlayerCrasher.AlertsMakes the player receive alerts when a player is being crashed by another player.PlayerCrasher.CrashInfo- Allows the player to use the /crashinfo command.PlayerCrasher.UpdateNotifyMakes the player receive an update notification when a new version is available.
Installation
- Prerequisites: Install PacketEvents.
- Download: Get the latest release from
the GitHub release page. - Installation: Move the downloaded plugin to your server's plugins directory.
- Configuration: Customize settings in
config.yml. - Restart: Restart the server for changes to take effect.
Compiling From Source
Prerequisites
- Java Development Kit (JDK) version 21 or higher
- Git
Steps
-
Clone the Repository:
git clone https://github.com/Bram1903/MinecraftPlayerCrasher.git -
Navigate to Project Directory:
cd MinecraftPlayerCrasher -
Compile the Source Code:
Linux / macOS ```bash ./gradlew build ``` Windows ```cmd .\gradlew build ```
Use the Gradle wrapper to compile and generate the plugin JAR file:
Credits
Special thanks to:
- @Retrooper: Author of PacketEvents.
License
This project is licensed under the GPL3 License.
请登录后举报
暂无评论,抢个沙发吧~