Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Stats Server

Displays a leaderboard for searchable Minecraft player statistics.

Setup

  1. Requires Python >= 3.6
  2. Create an *.env file for your server including the path to the server files and name of the server
    • For example, robbieminecraft.env
    • This is your "environment file" where environment variables are stored
  3. Create and activate a virtual environment for installing dependencies python -m venv [environment-name] then env/bin/activate or env\Scripts\Activate.(bat|ps1)
    • this is the "virtual environment" where Python package dependencies get installed so they don't interfere with system Python packages
  4. Install dependencies pip install -r requirements.txt
  5. Start the server with python main.py -e [your-environment-file-name]
    • For example, python main.py -e robbieminecraft.env
    • You will need to start the virtual environment before running this command in the future as well
    • Alternatively, you can start the server with /env/bin/python main.py -e [your-environment-file-name]
  6. See python main.py -h for options

About

A webserver for displaying Minecraft player statistics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages