Last active
August 29, 2015 14:13
-
-
Save allaryin/a02ce3eb3b57ac927f7c to your computer and use it in GitHub Desktop.
mcu-server teaser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alauritzen@alauritzen-mpb:~/git/mcu-workspace/MCU-Server/build/libs$ ls | |
MCU-Server-3.3.12.jar | |
alauritzen@alauritzen-mpb:~/git/mcu-workspace/MCU-Server/build/libs$ java -jar MCU-Server-3.3.12.jar | |
Created default config file. | |
Jan 23, 2015 12:51:38 PM org.mcupdater.util.DownloadCache init | |
INFO: Initializing DownloadCache in /Users/alauritzen/Library/Application Support/MCUpdater/cache | |
MCUpdater Server v3.3.12 | |
> quit | |
Goodbye. | |
alauritzen@alauritzen-mpb:~/git/mcu-workspace/MCU-Server/build/libs$ ls | |
MCU-Server-3.3.12.jar mcuserver.properties | |
alauritzen@alauritzen-mpb:~/git/mcu-workspace/MCU-Server/build/libs$ cat mcuserver.properties | |
#MCUServer settings, v3.3.12 | |
#Fri Jan 23 12:51:38 CST 2015 | |
serverPackURL=https\://files.mcupdater.com/example/SamplePack.xml | |
debug=false | |
autoStart=false | |
forgeJarPath= | |
mcuPath=/Users/alauritzen/Library/Application Support/MCUpdater |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment