0.0.1 • Published 3 years ago
@afocommunity/eco-rcon v0.0.1
ECO RCON Interface
Installation
NPM
npm install @afocommunity/eco-rconYARN
yarn add @afocommunity/eco-rconDocumentation
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');0.0.1
3 years ago