Logger | Wiki
  • Logger
  • Getting Started
    • Installation
      • Logger (BungeeCord)
      • Logger (Velocity)
      • Logger (Bukkit)
    • Plugin
      • Permissions
      • Commands
    • Discord Integration
      • Discord
      • Discord Activity
    • Support Request
  • Configurating
    • Configurations
      • BungeeCord
      • Velocity
      • Bukkit
    • Discords
      • BungeeCord
      • Velocity
      • Bukkit
    • Messages
      • BungeeCord
      • Velocity
      • Bukkit
    • Databases
      • Local Database
        • SQLite
      • External Database
        • External Database Setup
  • Extra
    • FAQ
    • Features
      • BungeeCord
      • Velocity
      • Bukkit
Powered by GitBook
On this page

Was this helpful?

  1. Configurating
  2. Discords

BungeeCord

Here you can find the default Proxy discord file for the latest plugin version.

discord - Bungee.yml
# Discord Bridge Configuration for Logger Plugin [ Proxy Version ]
# Need Support? Join the Discord Server: https://discord.gg/MfR5mcpVfX
# Config 1.8
# Leaving Channel-ID empty will disable the Channel
Discord:
  Enable: false
  Bot-Token: BOT_KEY
  Staff:
    Channel-ID: 'LINK_HERE'
  Player-Chat:
    Channel-ID: 'LINK_HERE'
  Player-Commands:
    Channel-ID: 'LINK_HERE'
  Player-Login:
    Channel-ID: 'LINK_HERE'
  Player-Leave:
    Channel-ID: 'LINK_HERE'
# Server Side
  Server-Side:
    Restart:
      Channel-ID: 'LINK_HERE'
    Start:
      Channel-ID: 'LINK_HERE'
    Stop:
      Channel-ID: 'LINK_HERE'
    RAM:
      Channel-ID: 'LINK_HERE'
# Extra Side
  Extra:
    LiteBans:
      Channel-ID: 'LINK_HERE'
# Bot Activity Status
# Randomize the shown status
# First Part must not be different from
# Playing, Watching, Listening, Streaming, Competing
# Otherwise it will not work
# Time in Seconds
ActivityCycling:
  Enabled: true
  Random: false
  Activities:
    - ["watching", "Minecraft Movie"]
    - ["playing", "Minecraft 1.7"]
    - ["listening", "Dragon's Heart Beats"]
    - ["streaming", "Minecraft Gameplay"]
  Time: 30
PreviousDiscordsNextVelocity

Last updated 2 years ago

Was this helpful?