Message Templates/Form Mail #47


  • Enhancment
  • Accepted
Open
Assigned to _ForgeUser8106975
  • _ForgeUser6833507 created this issue Feb 4, 2012

    Message templates - for advanced users (ops and admins especially) would be useful. Hand out infractions, downtime notices, rule updates, etc. Even do a MOTD!

    A letter is created using placeholders like $1, $2, $3 etc, and then the command /lettertemplate <templatename> <1> <2> <3> is issued to generate the letter. Combine with the multiple recipient enhancement and this will make admin communications very simple indeed!

    For example:

    /lettercreatetemp greifing You have been caught greifing $1. The penalty for this is $2 of jail time.\n\nNext time, it's a ban. Enjoy your stay.\n~Admin
    /lettertemplate griefing "the town square" "1 week"

    The letter would read:
    --------------------------
    You have been caught greifing the town square. The penalty for this is 1 week of jail time.

    Next time, it's a ban. Enjoy your stay.
    ~Admin
    --------------------------

    Note: Quotes would be optional to allow spaces in the parameter. Parameters are auto-split by spaces inside bukkit, but just look and see if a parameter to the Command begins with a quote, and then concatenate all the following parameters until one ends with a quote.

    Obviously, this would also require commands to manage and remove templates.

  • _ForgeUser6833507 added the tags New Enhancment Feb 4, 2012
  • _ForgeUser8106975 removed a tag New Feb 11, 2012
  • _ForgeUser8106975 posted a comment Feb 11, 2012

    Accepted at low priority. I agree a full template system would be nice, and I'll have such a system in mind when creating the functionality. It will likely happen in small steps though, with a parcel for new players as a planned "next version" incarnation.

  • _ForgeUser8106975 added a tag Accepted Feb 11, 2012

To post a comment, please login or register a new account.