mirror of
https://github.com/J3RN/minecraft-site
synced 2026-08-31 19:10:19 +00:00
No description
- Ruby 82.9%
- HTML 17.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
OMG! He totally added his `.env` file to the repo! HIS SECRETS ARE BELONG TO EVERYONE RAIN DOWN THE HACKS! Well, no. The only thing in the `.env` file is a relative path for testing and because I'm lazy. |
||
| views | ||
| .env | ||
| .gitignore | ||
| config.ru | ||
| Gemfile | ||
| Gemfile.lock | ||
| README.md | ||
| server.rb | ||
| unicorn.rb | ||
Minecraft Site
This site showcases the stats for the players on a Minecraft server, and maybe someday more!
Current functionality
Current, the site simply displays:
- Number of deaths
- Number of deaths to hostile mobs for each mob (e.g. "Times killed by Skeleton")
- Number of kills of hostile mobs for each mob (e.g. "Skeletons killed")
Setup
Unfinished: I still need to look into how to properly deploy Sinatra apps
All you need to do is set an environment variable to point to the Minecraft stats directory:
export STATS_PATH=/home/j3rn/minecraft/world/stats
Contributing
Contributions are welcome! Simply follow the guide below.
- Fork the repository
- Create a topic branch
- Commit your changes to the topic branch
- Open a pull-request from your topic branch to the master branch