MCsniperGO icon indicating copy to clipboard operation
MCsniperGO copied to clipboard

Added drop range flag and docker support

Open dsymbol opened this issue 5 months ago • 0 comments

Drop range flag can be used like so:

./sniper -u 599 -d "1726589098-1726744174"

Running MCsniperGO using docker:

git clone https://github.com/Kqzz/MCsniperGO
cd MCsniperGO
docker build -t sniper .
docker run -d --rm --name sniper -v $PWD/ms.txt:/app/ms.txt sniper -u 599 -d "1726589098-1726744174"

dsymbol avatar Sep 18 '24 11:09 dsymbol