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. Getting Started
  2. Discord Integration

Discord Activity

Guide on how to set up Bot's Activity Status.

PreviousDiscordNextSupport Request

Last updated 3 years ago

Was this helpful?

These steps apply to all instances (BungeeCord, Velocity, Bukkit).

discord.yml
ActivityCycling:
  Enabled: true
  Random: false
  Activities:
    - ["watching", "Minecraft Movie"]
    - ["playing", "Minecraft 1.7"]
    - ["listening", "Dragon's Heart Beats"]
    - ["streaming", "Minecraft Gameplay"]
  Time: 30
  1. You need to follow the previous about setting up the Discord Bot.

  2. Head over to the discord.yml file also shown above or .

  3. Scroll down where you can find ActivityCycling Section or as shown above.

  4. The Activities must not be different from Playing, Watching, Listening, Streaming, Competing. Otherwise, it will not work.

  5. Displayed Activity Messages can be randomized when the Random value is set to true.

  6. What comes after can be anything.

  7. The Time value is in Seconds.

Step
here