JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q49660F
  • License ISC

A control and monitoriong tool for minecraft servers

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 socket
  • command [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

CLI