Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

A Discord bot that tracks Minecraft Java and Bedrock edition updates on Discord servers

License

Notifications You must be signed in to change notification settings

Faithful-Resource-Pack/mc-update-tracker-bot

Repository files navigation

This bot is no longer being maintained or updated.

Methods of scraping update data have become progressively more difficult, and it's no longer worth it to find every possible solution when much better options exist now.

The #news webhook on the Mojira Discord server has both relevant links and a small message footprint, which should work for most cases.


Bot image

Minecraft Update Tracker Bot

tracks Minecraft Java and Bedrock edition updates on Discord servers


Example Screenshots

image image


How does it work?

Various minecraft site APIs from the feedback site, issue tracker and launcher assets are used to track new updates being released and to get article links of those versions.


How to set it up yourself

Requiremments:

  • Node.js 18+ https://nodejs.org
  • pnpm (corepack enable + corepack prepare pnpm@latest --activate)

Running:

  1. Copy the .env.example file, rename it to .env and fill out all values.

  2. Deploy the bot commands to your application

node deploy-commands.js
  1. Install all necessary dependencies and start the bot
pnpm install
node .



If anyone offers to rewrite this in TypeScript, no, just no.

About

A Discord bot that tracks Minecraft Java and Bedrock edition updates on Discord servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published