Send pushover notifications when players log into your Minecraft server.
|
5 years ago | |
---|---|---|
src | 5 years ago | |
.drone.yml | 5 years ago | |
README.md | 5 years ago | |
pom.xml | 5 years ago |
Send pushover notifications when players log into your Minecraft server.
The plugin is configured using $SERVER_DIR/plugins/LoginPush/config.yml
:
remote: 'https://api.pushover.net/1/messages.json'
api_key: 'exampleapikey'
cooldown: 30
recipients:
- 'userapikey1'
- 'userapikey2'
Option | Type | Description |
---|---|---|
remote | string |
The URI of the pushover endpoint to connect to |
api_key | string |
The pushover API token for your application |
cooldown | int |
The minimum time (in minutes) to wait between sending notifications for the same player |
recipients | [string] |
A list of the pushover user keys for the users receiving notifications |