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
- Host: GitHub
- URL: https://github.com/vedantmulay/hypixelstats
- Owner: VedantMulay
- Created: 2024-08-08T11:59:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:19:52.000Z (over 1 year ago)
- Last Synced: 2025-04-23T16:53:33.803Z (10 months ago)
- Topics: discord, discord-bot, hypixel-api, hypixel-stats, minecraft, minecraft-discord-bot
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hypixel Stats
Yet another discord bot to view player stats from the [Hypixel Network](https://hypixel.net)
[](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)