LiveConsole [SUMMER GIFT] icon

LiveConsole [SUMMER GIFT] -----

Discord Monitoring with webhooks and optional bot



[​IMG]
Monitor your server from discord

Features

Notifications - Server notifications
Server console - Live console in discord
Bot - Send commands from discord
Suspects - Track suspicious players
BCommands - block specific commands
SCommands - sensitive commands notifications
Support - Check support & links for help

Notifications image

[​IMG]

Configuration

Simple Setup (Recommended for Beginners)
Use a single webhook for all notifications:
Code (Text):
discord:
  webhook-url: "https://discord.com/api/webhooks/YOUR_WEBHOOK_URL"
 
discord-bot:
  enabled: false  # Optional - enable later if needed
Advanced Setup (Multi-Channel Organization)
Separate webhooks for different message types:
Code (Text):
discord:
  webhooks:
    console-logs: "https://discord.com/api/webhooks/.../TOKEN1"
    player-events: "https://discord.com/api/webhooks/.../TOKEN2"
    suspicious-activity: "https://discord.com/api/webhooks/.../TOKEN3"
    server-control: "https://discord.com/api/webhooks/.../TOKEN4"
    suspect-users: "https://discord.com/api/webhooks/.../TOKEN5"
 
  # Custom mentions per webhook type
  webhook-mentions:
    console-logs: []
    player-events: []
    suspicious-activity: ["123456789012345678"]  # Admin Discord IDs
    server-control: []
    suspect-users: ["123456789012345678"]
 
  # Console error highlighting
  console-errors-in-red: true
 
  # Server control message options
  server-control-show-players: true
  server-control-show-timestamp: true
  server-icon-url: ""
Server Icon for Start/Stop Messages
Add a custom image to server startup and shutdown notifications:
Code (Text):
discord:
  server-icon-url: "https://i.imgur.com/yourimage.png"
Discord Bot Setup (Optional)

The Discord bot enables remote server control directly from Discord.

Step 1: Create the Bot Application
  1. Visit Discord Developer Portal
  2. Click New Application
  3. Set a name (e.g., "LiveConsole Bot")
  4. Navigate to Bot → Click Add Bot
  5. Under Privileged Gateway Intents, enable:
    MESSAGE CONTENT INTENT (Required!)
    SERVER MEMBERS INTENT
    PRESENCE INTENT
  6. Click Reset Token → Copy the token

Step 2: Invite the Bot
  1. Go to OAuth2 → URL Generator
  2. Select bot scope
  3. Under bot permissions, select:
    Send Messages
    Read Messages
    Embed Links
  4. Copy the generated URL and open it
  5. Invite the bot to your Discord server

Step 3: Configure in config.yml
Code (Text):
discord-bot:
  enabled: true
  token: "YOUR_BOT_TOKEN_HERE"
  command-channel-id: "123456789012345678"  # Channel ID
  command-prefix: "!"
 
  # Authorized Discord user IDs
  authorized-users:
    - "987654321098765432"  # Your Discord ID
How to Get Discord IDs:
  1. In Discord, go to Settings → Advanced
  2. Enable Developer Mode
  3. Right-click a channel → Copy ID (for command-channel-id)
  4. Right-click your username → Copy ID (for authorized-users)

Step 4: Last step
Add Liveconsole role inside your channel (only one channel)

Available Bot Commands:

  • !execute <command> (or !exec, !exe) - Execute a server command
    !stop - Stop the server
    !restart - Restart the server
    !players (or !list) - Show online players
    !status - Show server status (TPS, memory, etc.)
    !suspect add <player> - Add player to suspect list
    !suspect remove <player> - Remove player from suspect list
    !suspect list - Show all suspects
    !help - Display help message

Note: Only authorized users configured in authorized-users can use these commands.

Commands

Admin Commands:
Code (Text):
/lc reload - Reload configuration
/lc toggle - Toggle your in-game notifications ON/OFF
/lc suspect <player> - Add player to suspect list
/lc unsuspect <player> - Remove player from suspect list
/lc suspects (or /lc ls) - List all suspects
/lc help - Show help message
Compatibility

  • Minecraft 1.18.2 to 26.1
  • Paper, Spigot, Purpur (and compatible forks)
  • Java 17+ (Java 21 recommended for optimal performance)

Support & Links

Website

Official Server
holy.mine.fun

[​IMG]

Ai Powered

Leave a review to support the developper
Resource Information
Author:
----------
Total Downloads: 3
First Release: Apr 25, 2026
Last Update: May 11, 2026
Category: ---------------
All-Time Rating:
0 ratings
Find more info at www.holyseb.fr...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings