From 5efad52007274385104580c99549eb9d9e5a4ea2 Mon Sep 17 00:00:00 2001 From: nzBryce101 Date: Fri, 5 Apr 2024 20:06:29 +1300 Subject: [PATCH] updated Readme.md --- ReadMe.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index e69de29..4bb29f3 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -0,0 +1,21 @@ +# Minecraft Statistic Commands Websocket Server +This is a project that is a little bit of a passion thing. + +Let's just face it I enjoy playing Minecraft, but all the chat bot implementations suck for chat bots (at least the ones I've tried), or they've been written in a crazy language like C# or similar. + +I wanted a solution that is a 100% stand-alone self-hosted solution that I could control every aspect of, Java was a no-brainer for this as it is easily read and written. + +### What this bot uses: +0. Minecraft Java 1.20.4 (Required) +1. Spigot-API for access to minecraft +2. Google-API for Youtube Data (O-Auth & Live Chat Messages) +3. Websocket Server-Client (for interfacing between the YT Live Chat and the Spiggot-API) +4. [Future Features] (no particular Order Applied here) +>> 4.1 Discord Intergration (discord bot) + +>> 4.2 Twitch (API) + +>> 4.3 Chat Window (agregation of twitch & YT Live Chats) + +### Working Pace +The working pace of this project may be fast but could slow down at any time due to IRL work being part of my schedule, this is done in the spare time if my brain is up to it. \ No newline at end of file