Player notes

Staff++ reworked how the player notes work to be more consistent with the staff++ other features. Notes are now stored in the database and can be synced across multiple servers. Staff++ also added the ability to create private notes.

Commands

Permissions

View permissions page

Searching player notes

You can use the /notes command to search for notes. Staff++ provides you several filters which you can use with the notes command:

Example

Find all private notes for player "garagepoort" containing the words "is hacking"

/notes garagepoort -private=true -note="is hacking"

Or in chat with the list "-l" option

/notes garagepoort -private=true -note="is hacking" -l

Note that private notes are marked with [P] in chat.

Private notes

Staff members can create private notes if they have the correct permission. A private note can only be seen by the player who has created it. A private note can be create with the /note command using the -private option. Or by using the /pnote command.

Last updated