hubot-gamestatus

0.0.6 • Public • Published

Hubot Game Status

NPM Version

Show detail information about game server

Installation

In hubot project repo, run:

npm install hubot-gamestatus --save

Then add hubot-gamestatus to your external-scripts.json:

["hubot-gamestatus"]

Usage

Show information about game server

hubot show <game_type> game status for <server_address>

Add game server to the list

hubot add <name> game server <game_type> <server_address>

Example: hubot add csdm game server cs16 cs.myserver.com:27015

Show your all game servers

hubot show game servers

Removes game server from the list

hubot remove <name> game server

Show all information about game server

hubot show <name> server information

Show currently playing players in the game server

hubot show <name> server players

Copyright

Copyright (c) 2014-2016 Justas Palumickas. See LICENSE for details.

Package Sidebar

Install

npm i hubot-gamestatus

Weekly Downloads

7

Version

0.0.6

License

MIT

Last publish

Collaborators

  • jpalumickas