Skip to content

Configuring the bot

Alvin Lazaro edited this page Aug 22, 2014 · 12 revisions

Example config.json

{
  "botname": "StemBot",
  "username": "bot username",
  "password": "bot password",
  "admins": ["76561198042819371", "203819413413"],
  "plugins": ["stem-admin-commands"],
  "disabledPlugins": []
}

Properties

botname

The displayname of the bot. If left empty it will use the previous displayname.

username

The Steam username of the bot.

password

The Steam password of the bot.

admins

An array of Steam id's of users that will have admin access.

plugins

An array of plugins to load

disabledPlugins

An array of plugins that shouldn't be loaded

Clone this wiki locally