Upload files to 'AdminMail'
This commit is contained in:
parent
c8412d996b
commit
fc46f6ca42
7
AdminMail/README.md
Normal file
7
AdminMail/README.md
Normal 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
15
AdminMail/plugin.yml
Normal 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"
|
Loading…
Reference in New Issue
Block a user