votifier-tester
v0.1.0
Published
Send test votes to a Minecraft server
Downloads
10
Maintainers
Readme
Votifier Tester
With Votifier Tester you can send test votes to a Minecraft server which is using Votifier to check out if Votifier is working correctly.
Installation
npm install -g votifier-tester
Usage
You can use Votifier Tester with the votifier-tester
command. A test vote can be configured by additional parameters. You need to specify at least a user name and a public key. All available parameters are listed in the table below.
| Parameter | Description | Default value |
| --------------------- | --------------------------------- | --------------- |
| --help
| Display help | - |
| --host
, -h
| Host name of the Minecraft server | localhost |
| --port
, -p
| Port of the Votifier instance | 8192 |
| --publicKey
, -k
| Public key used by Votifier | - |
| --serviceName
, -s
| Name of Votifier service | votifier-tester |
| --userName
, -u
| Name of user who is voting | - |