@afocommunity/eco-rcon
v0.0.1
Published
An RCON Interface for ECO
Downloads
6
Readme
ECO RCON Interface
Installation
NPM
npm install @afocommunity/eco-rcon
YARN
yarn add @afocommunity/eco-rcon
Documentation
Documentation can be found HERE
Usage
// Example Usage that bans all players with a given word or phrase in their name.
import { ECO } from '@afocommunity/eco-rcon';
const myServer = new ECO('127.0.0.1', 8000, 'mypassword');