EliteBosses
  • Home
  • Frequently Asked Questions
  • Support
  • General Information
    • Creating Bosses
      • Effects
      • Auto Spawning
    • Commands & Permissions
    • Giving Items
    • Discord Bot
    • Where to purchase?
Powered by GitBook
On this page
  • How to use the custom discord bot
  • Example Bot Configuration

Was this helpful?

  1. General Information

Discord Bot

Learn how to invite and use the custom EliteBosses Discord Bot.

PreviousGiving ItemsNextWhere to purchase?

Last updated 3 years ago

Was this helpful?

How to use the custom discord bot

  1. First install the .

  2. Go to .

  3. Create a new Application

  4. Click on the Bot button on the left hand side.

  5. Generate the bot and click "Click to reveal token"

  6. Place the token in the discord-bot.yml file under bot-token: "TOKEN-HERE".

  7. Invite the bot to your discord server. [You can use this link: Just make sure you replace CLIENT-ID with the client id on the bot/application main page]

  8. Customize the bot's activity, which announcements you want to use, what channel they announce in, and how the announcements are formatted.

  9. Make sure you enabled the feature in discord-bot.yml and restart your server.

Example Bot Configuration

enabled: true # Enabled this feature?
# Requirement: http://www.mediafire.com/file/jhdgehxo8lmd2fs/JDAPlugin.jar/file
# You need to have this plugin installed for this feature to work

settings:
  # Click on this link: https://discord.com/developers/applications
  # Create a new application
  # Click on the new application
  # Click on the Bot button on the left hand side
  # Generate the bot and click "Click to reveal token"
  # Place the value here
  #
  # How to invite the discord bot to your server?
  # https://discord.com/oauth2/authorize?client_id=CLIENT-ID&scope=bot
  # Replace CLIENT-ID in the link with the client id on the bot/application main page
  #
  bot-token: "ThisIsWhereYourBotTokenWillGo"
  activity: "EliteBosses" # What the bot shows it is "watching", this is just a visual thing
  # You can leave it empty if you want.

announcements:
  AUTO_SPAWN:
    enabled: true # Announce when a boss auto spawns
    channel: "" # ID of the discord channel you want the message to be sent
    spawns: # Auto Spawn ID you want to announce this message for. Check auto-spawns.yml for the values
      - 'random-spawn'
    message:
      title: "**Boss Sighting**" # Title ontop of embed message
      lines: # Description of embed message
        - 'Our sources say that there has been a boss spotted in the following coordinates'
        - '**Location**: {X}, {Y}, {Z}, {WORLD}'
      color: "12727593" # RGB Colour (Integer value)
  SPAWN:
    enabled: true
    channel: ""
    spawns:
      - 'brood-mother'
    message:
      title: "**Boss Sighting**"
      lines:
        - 'Our sources say that there has been a boss spotted in the following coordinates'
        - '**Location**: {X}, {Y}, {Z}, {WORLD}'
      color: "12727593"
JDAPlugin
Discord Developer Applications
https://discord.com/oauth2/authorize?client_id=CLIENT-ID&scope=bot