Skip to content
Ben Davies edited this page Mar 20, 2020 · 3 revisions

Welcome

This wiki is currently under development please create any issues regarding this wiki, if you wish for any changes to be made.

So what is BabbleBot?

Babblebot is a Discord Bot and is fully pluggable. On its own babblebot is fairly basic, to extend the functionality of Babblebot it is advised to add plugins.

Installation

Requirements

  • Java Version >= 11

Step 1. Downloading Babblebot

Goto Releases

Babblebot-Server Releases Be sure to find the latest release, then download either the Tar Archive or Zip Archive

Step 2. Extract Downloaded Archive

Downloaded Files

Step 3. Run Babblebot

cd bin

./Babblebot

Note: It will fail the first time you run it you need to complete the config.json

Your config should look like

{
  "discord": {
    "token": "<-- Your discord token -->",
    "commandPrefix": "!"
  },
  "http": {
    "port": 8090
  },
  "database": {
    "type": "sqlite",
    "database": "Core.db"
  }
}

FAQ

Exception in thread "main" java.lang.UnsupportedClassVersionError

Please make sure you have Java Version >= 11 If you are running on server <= 1.2.5 There was an error where OpenJDK 13 was used.