An open API service indexing awesome lists of open source software.

https://github.com/vedantmulay/hypixelstats

A hypixel stats discord bot
https://github.com/vedantmulay/hypixelstats

discord discord-bot hypixel-api hypixel-stats minecraft minecraft-discord-bot

Last synced: 6 months ago
JSON representation

A hypixel stats discord bot

Awesome Lists containing this project

README

          

# Hypixel Stats

Yet another discord bot to view player stats from the [Hypixel Network](https://hypixel.net)

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`HYPIXEL_API_KEY`

`DISCORD_BOT_TOKEN`

## Installation

1. Download the latest version from the [releases page](https://github.com/VedantMulay/HypixelStats/releases).

2. Put your bot token and the Hypixel API key in the .env file. (Refer `.env.example`)

```bash
java -jar bot.jar
```

## Stats Shown Currently
- Player Information
- Skywars Stats
- Bedwars Stats
## Acknowledgements

- [Hypixel API](https://github.com/HypixelDev/PublicAPI)
- [Java Discord API](https://github.com/discord-jda/JDA)