Package Exports
- netherfox
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (netherfox) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
netherfox
API
Netherfox can be required using const netherfox = require("netherfox");
netherfox.start(name,command)
name[String]: The name of the server and socketcommand[Array]: The start command to be executed
This function is used to start and enable further communication with a Minecraft server.
netherfox.connect(name)
name[String]: The name of the server and socket- Returns: [Socket] Socket with extra methods
Establishes a connection to the Minecraft server for communication and returns a socket bound to the IPC server. The socket has assigned some extra methods.
Methods and Events of the socket
The following paragraphs describe how to use the netherfox Socket
Writing Input
TODO