{"id":15145079,"url":"https://github.com/btarg/twitchvsminecraft","last_synced_at":"2025-09-29T13:31:35.037Z","repository":{"id":147799476,"uuid":"179877366","full_name":"btarg/TwitchVsMinecraft","owner":"btarg","description":"[LEGACY] A Minecraft mod that lets viewers on Twitch execute commands.","archived":true,"fork":false,"pushed_at":"2020-04-22T12:51:55.000Z","size":429,"stargazers_count":4,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-27T11:07:37.858Z","etag":null,"topics":["curseforge","eclipse","forge-mod","gradle","interactive","irc","java","minecraft","minecraft-mod","minecraftforge","mod","pircbotx","streamer","twitch"],"latest_commit_sha":null,"homepage":"https://github.com/iCrazyBlaze/TwitchVsMinecraft2","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btarg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-04-06T19:28:08.000Z","updated_at":"2023-01-28T07:37:01.000Z","dependencies_parsed_at":"2023-06-12T11:30:59.524Z","dependency_job_id":null,"html_url":"https://github.com/btarg/TwitchVsMinecraft","commit_stats":null,"previous_names":["btarg/twitchvsminecraft"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btarg%2FTwitchVsMinecraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btarg%2FTwitchVsMinecraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btarg%2FTwitchVsMinecraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btarg%2FTwitchVsMinecraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btarg","download_url":"https://codeload.github.com/btarg/TwitchVsMinecraft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234624106,"owners_count":18862287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curseforge","eclipse","forge-mod","gradle","interactive","irc","java","minecraft","minecraft-mod","minecraftforge","mod","pircbotx","streamer","twitch"],"created_at":"2024-09-26T11:08:12.662Z","updated_at":"2025-09-29T13:31:25.026Z","avatar_url":"https://github.com/btarg.png","language":"Java","readme":"# Twitch Vs Minecraft\n[![Build status](https://ci.appveyor.com/api/projects/status/9b887bfebvnuvixy?svg=true)](https://ci.appveyor.com/project/iCrazyBlaze/twitchvsminecraft)\n[![CurseForge](http://cf.way2muchnoise.eu/full_twitch-vs-minecraft_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/twitch-vs-minecraft)\n\nA Minecraft mod for Forge 1.12.2 inspired by [Kaze Emanuar](https://www.youtube.com/channel/UCuvSqzfO_LV_QzHdmEj84SQ) and [CrowdControl](https://crowdcontrol.live) that lets Twitch viewers interact with the game to provide a fun challenge for streamers.\n\n[View the project on CurseForge for more info!](https://www.curseforge.com/minecraft/mc-mods/twitch-vs-minecraft)\n\n[See the documentation if you are making modifications to the code.](https://icrazyblaze.github.io/TwitchVsMinecraft/)\n\n# How it works\nThis mod integrates [PircBotX](https://github.com/pircbotx/pircbotx), a Java IRC API. It uses PircBotX to connect to Twitch's IRC server and read a Twitch channel's chat. Every time a new chat message is recieved that isn't blacklisted and starts with the chosen prefix, it is added to a list. Every 30 seconds (this can be changed), a random message from the list is chosen, and if it's a valid command, e.g. \"!creeper\", the list of new chat messages will be cleared, the timer will restart and the command will be executed. A list of commands is available on the CurseForge page.\n\n# Twitch OAuth key\nAs stated on CurseForge, you will need a Twitch OAuth key. You can get this [here.](https://twitchapps.com/tmi)\n\nYou should keep this key private and safe. This key is stored in the mod's config file - **DO NOT** share this file with others!\n\nFollow the instructions on the TwitchApps page for how to revoke access to the Twitch API if you want to stay extra safe.\n\n# Getting started\nTo setup a modding workspace using eclipse, use\n```\n./gradlew setupDecompWorkspace\n```\n\nIf you're using [IntelliJ IDEA](https://www.jetbrains.com/idea/), choose **\"import project\"** from the main screen and import the mod's `build.gradle` file. You are then able to run `setupDecompWorkspace` from the **Gradle** tab on the right of the screen, or from a terminal. Use this command to generate run configurations:\n```\n./gradlew genIntellijRuns\n```\n\nWhen moving over to IDEA from Eclipse, follow the above steps and then run `cleanEclipse` from the Gradle tab to remove all of Eclipse's files.\n\n# Building from source\nTo build the project using a terminal, type\n```\n./gradlew build\n```\nOr find it in the Gradle tab in IDEA.\n\nThe build will be located in the **build/libs** folder, alongside the \"sources\" file. **The sources file is not a mod!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtarg%2Ftwitchvsminecraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtarg%2Ftwitchvsminecraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtarg%2Ftwitchvsminecraft/lists"}