Upload files to 'AdminMail'

This commit is contained in:
Josh North 2017-06-27 14:22:50 -04:00
parent c8412d996b
commit fc46f6ca42
2 changed files with 22 additions and 0 deletions

7
AdminMail/README.md Normal file
View File

@ -0,0 +1,7 @@
# AdminMail
PMMP plugin to email admins on some server events
Tested on 3.0.0-ALPHA5.
Edit config.yml with the address to send to. Your server will need to be set up to send email properly via php.

15
AdminMail/plugin.yml Normal file
View File

@ -0,0 +1,15 @@
name: AdminMail
main: AdminMail\AdminMail
api: 3.0.0-ALPHA5
version: 0.0.1
description: "Administrative email on events"
commands:
mail:
description: "Root command"
permission: mail.permission
permissions:
mail.permission:
default: op
description: "Allow user to use this plugin"