@pawix/rcon-minecraft@0.1.1
Simple Minecraft RCON client implementation
This package works with Deno
JSR Score
88%
Published
a year ago (0.1.1)
- This project in in active development and is not ready for use.
Minecraft RCON Client
First iteration of a Minecraft RCON client in TypeScript using Deno runtime. This is a simple client that allows you to send commands to a Minecraft server that has RCON enabled.
Add Package
deno add jsr:@pawix/rcon-minecraft
Import symbol
import * as rcon_minecraft from "@pawix/rcon-minecraft";
Import directly with a jsr specifier
import * as rcon_minecraft from "jsr:@pawix/rcon-minecraft";