/justcord-3

A JC3MP-Discord bridge

Primary LanguageJavaScriptMIT LicenseMIT

Justcord

A JC3MP server package to bridge your in-game chat with a Discord text channel!

Installation

  1. Make sure you have the chat package installed. It should have come with your server, or from the Nanos GitLab.
  2. Change directory to your server's packages folder and do git clone https://github.com/md678685/justcord-3.
  3. Go to the new justcord-3 folder and then run yarn install or npm install.
  4. Create a new app on the Discord Developers site.
  5. Create a bot user after creating the app.
  6. Use this site to generate a link to add your bot to your guild, pasting your client ID from the previous step.
  7. Paste the token from step 5 into the config.json.
  8. In Discord, turn on Developer Mode in User Settings > Appearance.
  9. Right-click on the channel you want to link and click Copy ID.
  10. Paste this ID into the config.json.
  11. Launch the server and chat should now sync between Discord and your server!

Dependencies

Feedback and Contributing

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!):

  1. Fork the repo.
  2. Make your changes and commit them.
  3. 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.

License

Justcord is released under the MIT license.