Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.05 KB

File metadata and controls

37 lines (31 loc) · 1.05 KB

Plugin Documentation

core-logger (v1.0.0)

  • Author: Lee
  • Enabled: true
  • Priority: 100
  • Description: Replaces default console with color-coded and file-persistent logger.

plugin-validator (v1.0.0)

  • Author: Lee
  • Enabled: true
  • Priority: 99
  • Description: Checks all loaded plugins for required metadata fields and formatting.

websocket-server (v1.0.0)

  • Author: Lee
  • Enabled: true
  • Priority: 60
  • Description: WebSocket server for handling real-time client communication, channels, and ping tracking.

http-server (v1.0.0)

  • Author: Lee
  • Enabled: true
  • Priority: 50
  • Description: Express-based HTTP API and static file server with IP filtering and stats endpoint.

uptime-logger (v1.0.0)

  • Author: Lee
  • Enabled: true
  • Priority: 10
  • Description: Logs server and WS status summary every 60 seconds.

template (v1.0.0)

  • Author: Lee
  • Enabled: true
  • Priority: 0
  • Description: Base WebSocket plugin template. Modify topic and logic as needed.