From 03b38681a563a1126159218f32982bb2a3f672ca Mon Sep 17 00:00:00 2001 From: iTakinn Date: Fri, 19 Sep 2025 11:05:37 -0300 Subject: [PATCH] readme --- readme.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..33d6015 --- /dev/null +++ b/readme.md @@ -0,0 +1,34 @@ +# StPlayer + +**StPlayer** is a Minecraft Spigot/Paper plugin that executes a command to "stress/crash" a player by sending large data messages. + +## Installation + +1. Build the project using Maven: + + ```bash + mvn clean package + ``` +2. Place the generated `stplayer.jar` file in your server's `plugins` folder. +3. Ensure the `plugin.yml` file is included in the JAR. + +## Usage + +In-game or via console, run: + +``` +/stplayer +``` + +- The command will attempt to send large messages to the target player. + +## Permissions + +- `stplayer.use`: Allows usage of the `/stplayer` command. + +## Notes + +- The plugin may cause lag, disconnect or crash the targeted player. +- Use responsibly. +- **I've no responsibility for your own use.** +- The plugin may use a lot of bandwidth depending on the target connection.