From cd8d814de74ab5e0dae4cb14b81f6024d8d35e54 Mon Sep 17 00:00:00 2001 From: minster586 <43217359+minster586@users.noreply.github.com> Date: Tue, 22 Jul 2025 05:30:36 -0400 Subject: [PATCH] Create temp --- temp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 temp diff --git a/temp b/temp new file mode 100644 index 0000000..2ce00d7 --- /dev/null +++ b/temp @@ -0,0 +1,34 @@ +# ServerDevMode + +**ServerDevMode** is a Minecraft plugin designed to enable a server-wide development and debugging mode. It provides detailed logging of chat visibility, plugin interference, and command execution—giving server administrators deep insight into plugin behavior and event flow. + +Whether you're identifying silent chat failures, analyzing cancelled events, or testing plugin integrations, ServerDevMode helps you uncover and resolve issues efficiently. + +--- + +## 🔧 Features + +- Toggle development mode via simple command +- Configure logging verbosity (`minimal`, `verbose`, `full`) +- Capture chat messages, cancellations, and visibility issues +- Identify and log plugins responsible for event interference +- Timestamped log files for chronological tracking +- One-command ZIP archival for log packaging and sharing +- Modular structure for future feature expansion + +--- + +## 💬 Commands + +```bash +/devmode on + Starts dev mode and enables logging + +/devmode off + Stops dev mode and disables logging + +/devmode level [minimal|verbose|full] + Sets the logging detail level + +/devmode zip + Compresses recent log files into a ZIP archive