@afocommunity/eco-rcon
Version:
An RCON Interface for ECO
37 lines (21 loc) • 1.72 kB
Markdown
# ECO RCON Interface
  [](https://github.com/afocommunity/ECO-RCON/issues)   [](https://www.codacy.com/gh/afocommunity/ECO-RCON/dashboard?utm_source=github.com&utm_medium=referral&utm_content=afocommunity/ECO-RCON&utm_campaign=Badge_Grade)  
 
# Installation
NPM
```bash
npm install @afocommunity/eco-rcon
```
YARN
```bash
yarn add @afocommunity/eco-rcon
```
# Documentation
Documentation can be found [HERE](https://afocommunity.github.io/ECO-RCON/modules.html)

# Usage
```ts
// 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');
```