Go to file
2022-05-03 06:14:42 +08:00
src/main fix: ConfigParser 2022-05-03 06:14:42 +08:00
.gitignore commmit 2022-05-03 05:14:22 +08:00
LICENSE commmit 2022-05-03 05:14:22 +08:00
pom.xml commmit 2022-05-03 05:14:22 +08:00
README.md reset readme 2022-05-03 06:09:11 +08:00

Group 148.jpg

MeaMailPlus - Grasscutter Mail enhancements

MeaMailPlus is a plugin of Grasscutter, you can use this plugin to send your mail conveniently.

English | 简体中文 (正在写)

💡Feature

  • Birthday Mail - Send birthday emails to players on their birthdays.
  • Daily Bonus Players will receive rewards when they join the server.
  • Newbie Gift Mail Players will receive rewards when they first joined.
  • Scheduled Mail push You can limit the level threshold of players to receive the mail.
  • Command support Support sending Mails by command.
  • RESTful API Send Mail via third-party API.
  • MORE Comming soon...

🍗Setup

Install

  1. Download Plugin Jar.
  2. Put plugins into plugins folder of your grasscutter server.
  3. Start your server, then the plugin will create MeaMailPlus folder in your server plugin folder.
Root
│   lib
│   keys
│   resources
│   ...
└───plugins
    │   ...
    └───MeaMailPlus
        │   template       // template files
        └───config.json    // plugin config file

How to use?

🤔 Comming soon...

Command & Permission

Command:

Send Mail:
    /meamail send <templateId> <uid>
    /meamail sendall <templateId> <minLevel>
    /meamail sendallonline <templateId> <minLevel>
Other:
    /meamail reload
    /meamail help

Permission:

meo.mail | Control plugin functions