A JC3MP server package to bridge your in-game chat with a Discord text channel!
- Make sure you have the chat package installed. It should have come with your server, or from the Nanos GitLab.
- Change directory to your server's
packages
folder and dogit clone https://github.com/md678685/justcord-3
. - Go to the new
justcord-3
folder and then runyarn install
ornpm install
. - Create a new app on the Discord Developers site.
- Create a bot user after creating the app.
- Use this site to generate a link to add your bot to your guild, pasting your client ID from the previous step.
- Paste the token from step 5 into the
config.json
. - In Discord, turn on Developer Mode in User Settings > Appearance.
- Right-click on the channel you want to link and click Copy ID.
- Paste this ID into the
config.json
. - Launch the server and chat should now sync between Discord and your server!
- Eris, a Discord library for Node.js.
- JC3MP Chat.
Please submit issues and pull requests on the GitHub repo.
If you want to contribute (feel free, there's a lot I want to add!):
- Fork the repo.
- Make your changes and commit them.
- Submit a PR on the GitHub repo.
If you want to report a bug or suggest a feature, just open a new issue on GitHub.
Justcord is released under the MIT license.