35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
# 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
|