Solved Admin notes

Discussion in 'Plugin Requests' started by Cheeze, Feb 22, 2015.

  1. I don't know quite how to describe this.

    Could we have a plugin for admins to make and delete notes about players.

    Something like:

    /pnote <player name> add "note"

    This would save to a data file, but also be able to be looked up in game. Something maybe like:

    /pnote <player name> show

    Which would list any notes stored for that player.

    /pnote <player name> clear

    To clear any notes on that player.

    It'd be great if this can be done, ideally with the steamID logged too.

    This would enable admins to leave notes about players conduct or if they've had a question, anything like that.

    Personally I'd use this to track my donators and who's been given what...

    Obviously admin only.
     
  2. Maybe not a popular idea after all. However is it at least possible? If so I'll look into it myself but I only know a little Python.
     
  3. CHR

    CHR

    Could need it as well for my pve server.
    Would be cool if someone does it.
     
  4. If it is still needed, i propably start working on it
     
  5. http://oxidemod.org/plugins/notepad.1154/

    I made this after reading your request,
    This allows admins to set notes that all admins can read
    But this also allows players to set their own notes.
    Atm the admin portion is a bit broken but I'm pretty sure i know what it is and will have it sorted tonight.