Skip to content
7ixi0 edited this page Apr 27, 2018 · 2 revisions

node-minecraft-proxy documentation

node-minecraft-proxy lets you create proxies for Minecraft servers. The API of this module consists of two objects: the Proxy class and the createProxy function

createProxy

Creates a new proxy, starts listening for connections, and returns it.

Proxy

The Proxy class, it gets returned by createProxy. It can also be instantiated using new Proxy().

Documentation


Clone this wiki locally