2025-07-23 19:30:17 -04:00
2025-07-23 19:30:17 -04:00
2025-07-23 18:47:29 -04:00
2025-07-22 05:18:07 -04:00
2025-07-23 18:43:20 -04:00
2025-07-22 05:28:56 -04:00
2025-07-22 05:30:36 -04:00

ServerDevMode

ServerDevMode is a Minecraft plugin designed to enable a comprehensive server-wide development mode for debugging plugin behavior, chat visibility, and more. It provides live logging, diagnostics, and visibility into plugin interference, with flexible command-based control.

This plugin is being built live on Twitch by minster586!
Join the stream to watch development in action, suggest features, or follow along while coding it yourself.


🧰 Features

  • Enable or disable full development mode with a command
  • Select logging level: minimal, verbose, or full
  • Automatically logs chat messages, cancelled events, plugin interference, and command activity
  • Identifies and logs which plugin cancels a chat message (if applicable)
  • Saves logs to timestamped files for historical review
  • Packages logs into ZIP archives on demand via command
  • Easily extendable for additional event types and plugin monitoring

💬 Commands

/devmode on
    Turns on dev mode and starts logging events

/devmode off
    Turns off dev mode and halts logging

/devmode level [minimal|verbose|full]
    Adjusts logging verbosity

/devmode zip
    Compresses recent logs into a timestamped ZIP archive
Description
Used for plugin developing and debugging paper spigot servers
Readme MIT 72 KiB
First Release Latest
2025-07-23 21:46:25 -04:00
Languages
Java 100%