You want to send a message to another fellow player but they are offline? Look no further the MailingSystem can store your message and send it to them once they come online.
Wollt ihr eine Nachricht an einem anderen Spieler schicken aber er/sie offline ist? Das MailingSystem kann deine Nachricht speichern und automatisch schickt die, wenn er/sie online kommt
Commands:
/mail lookup string, returns all player names starting with the specified string to make sure you got the name right
/mail send playername message, sends a mail message to the specified player
/mail group playername1,playername2,etc. message, sends a mail message to the specified players. Note: no spaces between playernames
/mail admins, sends a mail message to all admins. Please do not abuse!
/mail sendall, sends a mail message to all active players (admins only)
/mail reload, reads the mail.properties file again to reinitialise the plugin settings without the need to restart your server (admins only)
/mail read, displays all unread messages and then deletes them from the list
Settings File: (mail.properties)
PluginTextColour=[#00D2FF] -> general plugin text colour (hex colour code)
MailMessageColour=[#FF8800] -> message text colour, used to make the text a bit clearer (hex colour code)
MailDeletionPeriod=30 -> time that should pass before an unread mail message is automatically deleted (in days)
ActivePlayerPeriod=14 -> a player is considered active if he/she was online less than this number of days ago (in days)
MailReminderTimer=1800 -> sends a message to all players who have unread mail every this many seconds (in seconds)