Discord Activity

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

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 Step about setting up the Discord Bot.

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

  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.

Last updated