Skip to content

koxx12-dev/HybrProxy

 
 

Repository files navigation

HyrbisLogo

HybrProxy

A nice, open-sourced, non-modification server proxy for Hypixel.

Typescript Discord Server Website

🤔 Why?

Easy to use

Designed to be easy for less advanced players! These shouldn't be hard, so we try and ease the setup needed.

Free and open source

Anyone can view, modify and redistribute the source code. If you have privacy concerns or curiosity, you can ensure yourself that the code is not doing anything malicious.

Active development

Suggested features are always being considered and sometimes added.

⚠️ Requirements

To use it you need to have NodeJS 16 installed.

The version may contain bugs, as it's not fully released!

📝 Building from Source

Clone the repository on your machine using

$ git clone https://github.com/HybrisMC/HybrProxy

Once the repo is downloaded move to the directory and install the dependencies

$ cd HybrProxy
$ pnpm install

You can now build the project, you will be able to use the exe file located in the dist folder. Or use the pnpm start command to directly run the compiled TypeScript

$ pnpm run build

Configuration ⚙️

At the root of the project (or in the same directory as the executable) create a config.jsonc file with the following content:

{
  "apiKey": "API KEY HERE", // Connect to hypixel.net and do "/api new" and paste the API key here.
  "server": {
    // Change this to the server you are trying to connect, by default it will be set as hypixel.
    // (NOTE: Most other servers will not work)
    "host": "hypixel.net",
    "port": 25565
  },
  "dashboard": {
    // Whether to enable the app-dashboard for HybrProxy.
    "enabled": true
  },
  "proxyPort": 25556, // The port for the proxy, you can connect using "localhost:PORT" as the Server IP
  "customEmotes": {
    // Custom emojis you can add, you can use any symbols minecraft chat supports.
    // Reference: https://justpaste.it/8mnld
    ":solar:": "☀",
    ":lunar:": "☾"
  },
  "checkForUpdates": true, // Whether to automatically check for updates and inform you if there are any.
  "autoDownloadUpdates": true, // Whether to automatically download new updates.
  "statistics": true, // Whether to track statistics about how you use hybris (launches, online usage, etc.).
  "modules": {},
  "settings": {}
}

Starting the server 🚀

With NodeJS

$ pnpm start

Arguments

HybrProxy supports the following arguments:

  • --config=/path/to/config.json(c): Use a custom config file (default config file is config.jsonc or config.json in the current working directory)
  • --noTray: Disable the tray icon (auto disabled if on a Mac and using the dashboard)

Authenticating 🔒

When you login with a new account for the first time you will see a console message like this:

Please login to Microsoft to continue! Go to "https://www.microsoft.com/link" and enter the code XXXXXXXX to authenticate!

Open a browser and login with your Microsoft account.


🧪 Contributing

If you want to contribute features, please make a fork of the branch.


⭐ Credits

See the credits in CREDITS.md.

About

Minecraft Proxy Server for Hypixel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.1%
  • Vue 21.3%
  • JavaScript 6.7%
  • CSS 1.2%
  • HTML 0.7%