Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.54 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.54 KB

Twitch4J - Minecraft Fabric Plugin Template (WIP)

This project is using the fabric example mod as base: https://github.com/FabricMC/fabric-example-mod

For setup instructions please see the fabric wiki page that relates to the IDE that you are using.

Twitch4J Support:

Discord Server Twitch API Server

Fabric Support:

FabricMC Server


A quick note:

This plugin is part of the Twitch4J API project.

Twitch Developer Applications

To obtain a client_id and client_secret to populate in config.yml, you can create an app here.

Alternatively, you can provide oauth_token, which can be generated here if you do not wish to host the authentication process yourself.

At least one of these must be provided to interact with the Helix API, which is used to track follows and stream state.

To read chat, no token is necessary, but in order to send messages to chat, an oauth_token with the chat:edit scope is.

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.