-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
584 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,58 @@ | ||
![icon](images/1.0/PicsArt_02-10-10.06.53.jpg) | ||
![icon](images/2.0/PicsArt_02-13-09.10.06.jpg) | ||
|
||
|
||
**ปลั๊กอินทำอะไรได้บ้าง**<br> | ||
- เป็นปลั๊กอินส่งข้อความหาผู้เล่น "สามารถส่งข้อความแบบออฟไลน์ได้" | ||
```diff | ||
- ปลั๊กอินนี้จะไม่ทำงาน ถ้าคุณไม่ได้ลงปลั๊กอิน FormAPI | ||
``` | ||
#Dowload Plugin FormAPI [Click here](https://poggit.pmmp.io/p/FormAPI) | ||
|
||
|
||
**คุณสมบัติปลั๊กอิน**<br> | ||
- มี gui form | ||
- มี report | ||
- เป็นปลั๊กอินส่งข้อความหาผู้เล่น (สามารถส่งข้อความแบบออฟไลน์ได้) | ||
- สามารถดูข้อความที่เราส่งไปว่า อ่านรึยัง? | ||
|
||
|
||
**วิธีใช้งาน**<br> | ||
- คลิปตัวอย่าง [คลิก](https://youtu.be/1GYqwORPJQg) | ||
- คลิปตัวอย่าง เวอร์ชั่น 1.0 [คลิก](https://youtu.be/1GYqwORPJQg) | ||
- คลิปตัวอย่าง เวอร์ชั่น 2.0 [คลิก](https://youtu.be/BML6U6NXe4E) | ||
|
||
|
||
## ดาวโหลด | ||
| version | plugin support | Download zip/phar | | ||
| ---- | ------------------------------------ | ---------------------------------------------------------- | | ||
| 1.0 | GenisysPro api 3.0.1 mcpe 1.1 [Click here](https://github.com/GenisysPro/GenisysPro) | [คลิก](https://github.com/HmmHmmmm/MailPlugin/releases/1.0) | | ||
| 2.0 | pocketmine api 3.11.0 mcpe 1.14 [Click here](https://github.com/pmmp/PocketMine-MP) | [คลิก](https://github.com/HmmHmmmm/MailPlugin/releases/2.0) | | ||
|
||
|
||
**API**<br> | ||
- Mail::getInstance()::getCountMail(string $playerName) #ดูเลขข้อความที่มีอยู่ทั้งหมด | ||
|
||
|
||
**Config**<br> | ||
``` | ||
#ชื่อผู้เล่นที่จะรับข้อความ report | ||
report: | ||
name: HmmHmmmm | ||
``` | ||
|
||
|
||
**Command**<br> | ||
- /mail write <ชื่อผู้เล่น> : แล้วพิมที่แชทเขียนข้อความเพื่อส่งข้อความให้ผู้เล่นคนนั้น | ||
- /mail : เปิด gui form | ||
- /mail info : เครดิตผู้สร้าง | ||
- default: op | ||
- /mail write <ชื่อผู้เล่น> : แล้วพิมที่แชทเขียนข้อความเพื่อส่งข้อความให้ผู้เล่นคนนั้น | ||
- default: true | ||
- /mail read <ชื่อผู้ที่ส่งข้อความ> : อ่านข้อความผู้ที่ส่งมา | ||
- default: true | ||
- /mail read-all : อ่านข้อความผู้ที่ส่งมาทั้งหมด | ||
- default: true | ||
- /mail clear <ชื่อผู้ที่ส่งข้อความ> <หมายเลขข้อความ> : เพื่อลบข้อความนั้น | ||
- default: true | ||
- /mail clear-all : เพื่อลบข้อความของผู้ที่ส่งมาทั้งหมด | ||
- default: true | ||
- /mail see <ชื่อผู้เล่น> : เพื่อดูข้อความที่เราส่งไปว่าเค้าอ่านรึยัง? | ||
- default: true | ||
- /report : แจ้งแอดมิน | ||
- default: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,29 @@ | ||
name: MailPlugin | ||
version: 1.0 | ||
api: 3.0.1 | ||
version: 2.0 | ||
api: 3.11.0 | ||
author: HmmHmmmmm | ||
main: hmmhmmmm\mail\Mail | ||
description: | ||
- Facebook https://m.facebook.com/phonlakrit.knaongam.1 | ||
- Youtube https://m.youtube.com/channel/UCtjvLXDxDAUt-8CXV1eWevA | ||
- Github https://github.com/HmmHmmmm | ||
|
||
permissions: | ||
mail.command: | ||
default: false | ||
children: | ||
mail.command.mail: | ||
mail.command.info: | ||
default: op | ||
mail.command.write: | ||
default: true | ||
mail.command.read: | ||
default: true | ||
mail.command.readall: | ||
default: true | ||
mail.command.clear: | ||
default: true | ||
mail.command.clearall: | ||
default: true | ||
mail.command.see: | ||
default: true | ||
report.command: | ||
default: false | ||
children: | ||
report.command.report: | ||
default: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#ชื่อผู้เล่นที่จะรับข้อความ report | ||
report: | ||
name: HmmHmmmm |
Oops, something went wrong.