diff --git a/AdminMail/README.md b/AdminMail/README.md new file mode 100644 index 0000000..5c12064 --- /dev/null +++ b/AdminMail/README.md @@ -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. \ No newline at end of file diff --git a/AdminMail/plugin.yml b/AdminMail/plugin.yml new file mode 100644 index 0000000..ca949ac --- /dev/null +++ b/AdminMail/plugin.yml @@ -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" \ No newline at end of file