Birthday plugin

Discussion in 'Archived: Plugin Requests' started by unimatrix, Jan 5, 2011.

  1. Offline

    unimatrix Bukkit Sponsor

    Hey ,
    i was wondering if anyone felt like coding a birthday plugin

    on first connect -> msg player : "set your birthday" ( day/month/year or month/day/year )
    countdown to date
    on date -> say something or give something to player as gift , perhaps integrated with iconomy? or just a /give user id ammount or whatever.
     
  2. Offline

    boonzeet

    will Bukkit have hooks for getting the date from the server? If so, very possible.
     
  3. Offline

    Ben S

    It really shouldn't come to that. As long as the compiled plugin can use these imports:
    Code:
    import java.util.Date;
    import java.text.DateFormat;
    import java.text.SimpleDateFormat;
     
    Any plugin should be able to get the "system" date.
     
  4. Offline

    NikolaiH

    Hmm, i sense a major problem unless you are running this with people you only trust, as people probably will just pick a fake date as a workaround :/
     
  5. Offline

    boonzeet

    Might get this done when the preview is released and just make it say Happy Birthday when they log in. Allowing people to change their birthdays would be a feature, though, incase they entered it wrong.
     
  6. This is a really nice idea!
     

Share This Page