Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HmmHmmmm committed Feb 16, 2020
1 parent 03a62c1 commit c19f3ca
Show file tree
Hide file tree
Showing 9 changed files with 584 additions and 50 deletions.
43 changes: 38 additions & 5 deletions README.md
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
Binary file added images/2.0/PicsArt_02-13-09.10.06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 20 additions & 7 deletions plugin.yml
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
3 changes: 3 additions & 0 deletions resources/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#ชื่อผู้เล่นที่จะรับข้อความ report
report:
name: HmmHmmmm
Loading

0 comments on commit c19f3ca

Please sign in to comment.