Innectis Community Forum

Author Topic: The mail system  (Read 4321 times)

Vector

  • Owner
  • Administrator
  • Legendary Member
  • *****
  • Posts: 2153
  • Gender: Male
  • I am the exception, not the rule
    • View Profile
    • Code Speak
The mail system
« on: May 16, 2012, 03:20:30 AM »
Innectis Mail System

1. What is it?
2. Composing a message
3. Other commands


1. What is it?


As of IDP 5.4.6, we now have a mail system! This allows users to send offline messages to each other, so they can read the messages when they sign back in. This makes it really convenient for users. You can also send them a message when they're online, and they'll receive a message that they received a mail.


2. Composing a message


In order to write a message to another user, you need to write it like this:

/mail <username> <title> <message>

If title is more than one word, enclose it in single quotes (I.E. 'multi line title').

Ex. /mail hretsam 'Got my blocks?' Hey, you got my blocks?


3. Other commands


/mail -read (-r) <mail number> = reads the specified mail by number
/mail -remove (-delete) <mail number> = deletes the specified mail by number
  • AlphaBlend
    AlphaBlend
    AlphaBlend
I like to make things. That pretty much describes the kind of person I am.

luetzj

  • Retired Staff
  • Ancient Member
  • *****
  • Posts: 1045
    • View Profile
Re: The mail system
« Reply #1 on: May 19, 2012, 04:34:32 AM »
I never knew that this was implemented yet. :P
  • luetzj
    luetzj
    luetzj

stix321

  • VIP
  • Newbie
  • **
  • Posts: 37
    • View Profile
Re: The mail system
« Reply #2 on: May 22, 2012, 03:14:28 PM »
Cool add on! Definitely will be using this.

-stix321
"The average amount of sleep an average person needs is five minutes longer."
-Anoymous

Snow_Owl82

  • Goldy VIP
  • Sr. Member
  • ****
  • Posts: 431
  • Gender: Male
  • doot
    • View Profile
Re: The mail system
« Reply #3 on: May 23, 2012, 04:07:56 PM »
will mail be deleted after a time after reading?  :o
  • Snow_Owl82
    Snow_Owl82
    Snow_Owl82
i play the trumpet

Vector

  • Owner
  • Administrator
  • Legendary Member
  • *****
  • Posts: 2153
  • Gender: Male
  • I am the exception, not the rule
    • View Profile
    • Code Speak
Re: The mail system
« Reply #4 on: May 23, 2012, 11:56:01 PM »
No. It is marked as ready. Use /mail -remove <mail number> to delete mail.
  • AlphaBlend
    AlphaBlend
    AlphaBlend
I like to make things. That pretty much describes the kind of person I am.

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Re: The mail system
« Reply #5 on: May 24, 2012, 07:34:06 AM »
Hmmm, random thought, how about /mail -remove taking more parameters such as:
  • READ (Removes all messages that have been opened)
  • UNREAD (Removes all messages that haven't been opened)
  • ALL (Removes all messages)
  • Nosliw
    Nosliw
    Nosliw
I'm here to help.. With the following exception:



@EventHandler(priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent event) {
    Player player = event.getPlayer();
    if (player.getName().equals("SGT_ADZ") {
        player.kickPlayer("Yeah... Nah!");
        return;
    }
}

Vector

  • Owner
  • Administrator
  • Legendary Member
  • *****
  • Posts: 2153
  • Gender: Male
  • I am the exception, not the rule
    • View Profile
    • Code Speak
Re: The mail system
« Reply #6 on: June 11, 2012, 10:44:34 PM »
Good idea! I'll do that.
  • AlphaBlend
    AlphaBlend
    AlphaBlend
I like to make things. That pretty much describes the kind of person I am.