This program is dependant on Spectre.Console and Fluent Command Line Parser. To build the program, you need to use:
$ dotnet publish -r win-x64 -c ReleaseIf you want to make it self-contained then add --self-contained true at the end. Example:
$ dotnet publish -r win-x64 -c Release --self-contained trueMake sure to replace win-x64 with your OS.
Finally, Your build will be located in: GarryMC\obj\Release\net7.0\<yourOS>\publish
Once the build is complete, you can simply run your terminal in the build directory and type:
# for Java
$ garrymc --address hypixel.net
# for Bedrock
$ garrymc --address mco.mineplex.com --bedrockContributing to GarryMC is simple. You have to fork the repository and clone it. Make your changes. After you are done, just push the changes to your fork and make a pull request.
We hope that you will be making some amazing changes!
Licensed under the MIT License.