Send pushover notifications when players log into your Minecraft server.

Olyol95 e71e0e8f3a Fix typo in .drone.yml 5 years ago
src 623532bd31 Move package into the plugin namespace 5 years ago
.drone.yml e71e0e8f3a Fix typo in .drone.yml 5 years ago
README.md d77d8460cf Update 'README.md' 5 years ago
pom.xml 1749f0fbcf Release v1.0.0-R02 5 years ago

README.md

LoginPush build status

Send pushover notifications when players log into your Minecraft server.

Configuration

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