Skip to content

GarryMC is an asynchronous Minecraft server lookup tool that runs in your terminal.

License

Notifications You must be signed in to change notification settings

Itsmemonzu/GarryMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GarryMC

GarryMC is an asynchronous Minecraft server lookup tool that runs in your terminal!

Build

Installation

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 Release

If 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 true

Make sure to replace win-x64 with your OS.

Finally, Your build will be located in: GarryMC\obj\Release\net7.0\<yourOS>\publish


Running

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 --bedrock

Contribution

Contributing 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!


License

Licensed under the MIT License.

About

GarryMC is an asynchronous Minecraft server lookup tool that runs in your terminal.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages