PaperMC / Paperclip

Bootstrap utility and launcher for the Paper Minecraft server
MIT License
120 stars 51 forks source link

use "mvn.cmd" instead of "mvn" command on Windows. fixes #24 #25

Closed jpenilla closed 3 years ago

jpenilla commented 4 years ago

Fixes #24 (java -jar -Dpaperclip.install=true paperclip.jar not working on Windows)

Checks for Windows OS using the "os.name" System property. https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html

Tested working on Windows 10 (and still working on Linux)