hypixel-proxy
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

Hypixel Proxy

Open source proxy for Hypixel

Usage

Install the package with

npm i hypixel-proxy -s

Example

const Proxy = require("hypixel-proxy")

const proxy = new Proxy(25566, "mojang")

proxy.startProxy()
proxy.on("player_join", (uuid, username) => {
	console.log(uuid, username)
})

/hypixel-proxy/

    Package Sidebar

    Install

    npm i hypixel-proxy

    Weekly Downloads

    1

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    30.4 kB

    Total Files

    28

    Last publish

    Collaborators

    • zxni