Skip to main content
Home

Simple Minecraft RCON client implementation

This package works with Deno
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.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@pawix/rcon-minecraft

Import symbol

import * as rcon_minecraft from "@pawix/rcon-minecraft";
or

Import directly with a jsr specifier

import * as rcon_minecraft from "jsr:@pawix/rcon-minecraft";