1.0.7 • Published 3 years ago

hypixel-proxy v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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)
})
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago