File Details
v0.8
- R
- Jan 27, 2012
- 53.55 KB
- 571
- CB 1.1-R1
File Name
Mail.jar
Supported Versions
- CB 1.1-R1
== Version 0.8 ===
SuperPerms Support
"/mail [playername]" - to read players inventory
"/mail read [playername] [#]" - to read specifics about someones mail
Permission node changed use "mail.player.*" for general use and "mail.admin" for the above 2 commands
A timestamp is now included into the mails for the date, if you need to add it to your table you can run this query "ALTER TABLE `mail_mail` ADD `send_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP" (without the quotation marks)
implemented a new api call for sending the join message, more detail is on GitHub

