Updating .gitignore, updating readme.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -174,3 +174,5 @@ cython_debug/
|
|||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
|
||||||
|
# Project specific
|
||||||
|
server.jar
|
||||||
|
@ -3,3 +3,12 @@
|
|||||||
Grab the latest minecraft server.jar binary.
|
Grab the latest minecraft server.jar binary.
|
||||||
|
|
||||||
Uses Python3 and the Requests library.
|
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!
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user