v0.8
Details
-
FilenameMail.jar
-
Uploaded by
-
UploadedJan 27, 2012
-
Size53.55 KB
-
Downloads421
-
MD54b2274198d64514c470f1a9ea0cc5c26
Supported Bukkit Versions
- CB 1.1-R1
Changelog
== 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