Skip to content

kongwoojin/PaperMC_Update_Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PaperMC Update Bash

PaperMC update script written in Bash

Requirement

  • jq

How to use

$ ./update.sh -v VERSION -f -o OUTPUT

Options

-v VERSION: Minecraft version

-f : Enable force download

-o OUTPUT: Output file name (Default is paper.jar)

Example

Download latest 1.19.2 version PaperMC

$ ./update.sh -v 1.19.2

Download latest 1.19 version PaperMC as 1_19.jar

$ ./update.sh -v 1.19 -o 1_19.jar

or

$ ./update.sh -v 1.19 -o 1_19

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages