Updating .gitignore, updating readme.

This commit is contained in:
2025-06-17 20:03:22 +02:00
parent 44f2ae9e62
commit 5439286c4e
2 changed files with 11 additions and 0 deletions

2
.gitignore vendored
View File

@ -174,3 +174,5 @@ cython_debug/
# PyPI configuration file
.pypirc
# Project specific
server.jar

View File

@ -3,3 +3,12 @@
Grab the latest minecraft server.jar binary.
Uses Python3 and the Requests library.
## Example
```
$ ./fetcher.py di 17 jun 2025 20:00:53 CEST
Latest version of Minecraft (Release): 1.21.6
Downloading: https://piston-data.mojang.com/v1/objects/6e64dcabba3c01a7271b4fa6bd898483b794c59b/server.jar
Grabbing server.jar
Done!
```