Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed Aug 2, 2018
1 parent fea5c98 commit 6188ea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/gettingstarted/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Mod config options for layers. For the supported layers, leaving the option empt
| TwitchChatChannel | Twitch channel's chat to listen to (will connect anonymously) |
| MixerChatChannel | Mixer channel's chat to listen to (will connect anonymously). If you know their client ID (a number), put that in instead. You can find out how to find the client ID by going [here](https://dev.mixer.com/reference/chat/index.html). Or, to quote: "You can find your channel id by going to https://mixer.com/api/v1/channels/username?fields=id in your browser, replacing 'username' with your Mixer username." |



General mod config options

Expand All @@ -34,14 +35,15 @@ General mod config options
| OnlineConfigs | URLs to pull online configs from. These configs will override local configs |


## Commands
### Commands

| Command | Description |
|---------|-------------|
| /cci edit | Opens up the config editing GUI |
| /cci reload | Reloads configs and notes from file, reloads online configs |





------------------------------
Expand All @@ -60,7 +62,7 @@ General mod config options
| enableBlacklist | Turning this on will convert the whitelist into a blacklist |


## Commands
### Commands

| Command | Description |
|---------|-------------|
Expand Down
1 change: 1 addition & 0 deletions docs/whatiscci.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ What is Content Creator Integration?
Content Creator Integration (CCI) is a Minecraft mod made to bridge the gap between content creators/streamers and their viewers, with as much flexibility as possible. Its aim is to allow events, such as subscriptions, tips, chat messages, and the like, to trigger events in within the game, as set by the streamer and/or their mods/editors.

It connects to a third party either using a websocket or [Socket.IO](https://socket.io/). At this current moment, it supports the following:

* [Streamlabs](https://streamlabs.com/) (Socket.IO)
* [StreamElements](https://streamelements.com/) (Socket.IO)
* [Twitch](https://www.twitch.tv/) Chat (Websocket)
Expand Down

0 comments on commit 6188ea6

Please sign in to comment.