mirror of
https://github.com/Coooookies/Grasscutter-MeaMailPlus.git
synced 2024-11-25 02:09:38 +00:00
reset readme
This commit is contained in:
parent
c48a5a4119
commit
3d19128247
54
README.md
Normal file
54
README.md
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
![Group 148.jpg](https://s2.loli.net/2022/05/03/5ZPG2neTlrMW6Az.jpg)
|
||||||
|
# MeaMailPlus - Grasscutter Mail enhancements
|
||||||
|
MeaMailPlus is a plugin of [Grasscutter](https://github.com/Grasscutters/Grasscutter), you can use this plugin to send your mail conveniently.
|
||||||
|
|
||||||
|
English | 简体中文 (正在写)
|
||||||
|
|
||||||
|
## 💡Feature
|
||||||
|
|
||||||
|
- [x] **Birthday Mail** - Send birthday emails to players on their birthdays.
|
||||||
|
- [X] **Daily Bonus** Players will receive rewards when they join the server.
|
||||||
|
- [X] **Newbie Gift Mail** Players will receive rewards when they first joined.
|
||||||
|
- [X] **Scheduled Mail push** You can limit the level threshold of players to receive the mail.
|
||||||
|
- [X] **Command support** Support sending Mails by command.
|
||||||
|
- [ ] **RESTful API** Send Mail via third-party API.
|
||||||
|
- [ ] **MORE** Comming soon...
|
||||||
|
|
||||||
|
## 🍗Setup
|
||||||
|
### Install
|
||||||
|
1. [Download Plugin Jar](https://github.com/Coooookies/MeaNotice/releases).
|
||||||
|
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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user