Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
This repo provides a way to load the Message Bot with a cross-compatible storage format between the Browser Loader and this loader.

### Setup
1. Clone the repo `git clone https://github.com/Blockheads-Messagebot/Console-Loader.git`
1. Install dependencies `npm install` (or `yarn install`)
1. Build the code `npm run build` (or `yarn build`)
1. Install node from <https://nodejs.org/>
1. Download the repo: ![71af3f2c-eb4b-46f9-93f2-01817d659cb1 min](https://user-images.githubusercontent.com/28905212/43529155-8f6120a4-95a2-11e8-85b4-88536ca61185.gif)
or git clone it: `git clone https://github.com/Blockheads-Messagebot/Console-Loader.git`
1. Install dependencies from your terminal: `npm install` (or `yarn install`)
1. Build the code: `npm run build` (or `yarn build`)
1. Copy the default config file in `./config` to `./config/config.json` and edit with your info
1. Run `npm run worlds` or `npm run worlds:mac` to view a list of worlds and world IDs to use in `config.json`. (`yarn worlds`, `yarn worlds:mac`)
1. Start the bot with `npm run cloud` (`yarn cloud`) (mac not yet complete)

### Custom Extensions

Not yet supported.
Not yet supported.