File Details
DiscordFantastic_V6_ConsoleBridge.jar
- R
- Jul 7, 2026
- 18.53 MB
- 9
- 0.5
File Name
DiscordFantastic_V6_ConsoleBridge.jar
Supported Versions
- 0.5
DiscordFantastic Console Bridge Update
This update adds an optional Console Bridge to DiscordFantastic.
New Features
- Read the server console directly in a second Discord channel
- Send console output to Discord
- Allow trusted Discord staff to use admin commands
- Optional server restart command from Discord
- Permission checks via Discord server permissions, user IDs, or role IDs
Example Config
Console:
Enabled: true
ChannelId: "YOUR_CONSOLE_CHANNEL_ID"
CommandPrefix: "!"
SendOutput: true
CaptureStdOut: true
CaptureStdErr: true
BatchIntervalMillis: 2000
MaxLinesPerBatch: 15
RequireManageServerPermission: true
AllowedUserIds: ""
AllowedRoleIds: ""
AllowRestart: true
RestartMode: "halt"
RestartShellCommand: ""
RestartDelaySeconds: 3
AllowShellCommands: false
AllowedShellPrefixes: ""
Safety
The Console Bridge is disabled by default and must be enabled manually in the config.
Shell commands are disabled by default for security reasons.
