Fixed the bug of the misname from the default config file.
Initially, the configuration section was named startGUI, which was not in the essense of what is was actually doing, and was named to shopGUI. Furthermore, the main shop is set up to perform the command that is listed in the configuration file. The configuration file still does not handle loading up other shops yet.master
parent
f2a5f9dc6f
commit
8019ec4ba1
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
./gradlew shadowJar
|
||||
|
||||
mv build/libs/ShopReborn-1.0-SNAPSHOT.jar ~/Desktop/CodeRelated/server/plugins/
|
Loading…
Reference in New Issue