Staff++
latest
latest
  • Staff++
  • General information
    • Quick start
    • Reload Configuration
    • Multi Server Setup
    • General Configuration
    • Other
      • Text parsing
      • Styling the GUIs
        • Gui structure
        • Selectors
      • Configuring command hooks
  • Permissions & Commands
    • Commands
    • Permissions
      • Legacy permissions
  • Features
    • Alerts
      • X-Ray
    • Alt account detection
    • Authentication
    • Banning
      • IP Banning
        • Messages
      • Fixed Ban Reason
      • Templates
    • Blacklist
    • Broadcasting
    • Chat module
    • Chest/Inventory Interaction
    • Command detection
    • Examine players
    • Freezing
      • Command hooks
      • Luckperms integration
      • Chat channels
    • Infractions
    • Investigate
      • Command hooks
    • Join messages
    • Player IPs
    • Kicking
    • Muting
      • Appealing
    • Protection
    • Player information
    • Player notes
    • Reporting
      • Command hooks
      • Messages
      • Finding reports
      • Report types & Reasons
      • Chat channels
    • Staff Chat
    • Staff Mode
      • Multiple modes
      • Staff Modules
      • Custom Staff Modules
        • State dependent modules
      • Command hooks
      • Luckperms integration
    • Staff Locations
    • Teleporting
    • Vanish
      • Luckperms integration
    • Warnings
      • Quick start
      • Severity levels
      • Thresholds
      • Actions (punishments)
      • Appealing
      • Warning workflow
  • Web Platform
    • Register Players
    • Setup Web Platform
    • Architecture
  • Integrations
    • Discord Integration
      • Staff Chat
      • Template Packs
      • Customize Discord Templates
    • Trello Integration
    • PAPI expansion
      • PAPI Examples
  • Migration guides
    • Staff+ migration guide
    • Migrating to >=V1.16.43
    • Upgrading Discord Integration to 1.16.51
  • Developers
    • API guide
Powered by GitBook
On this page
  • Commands
  • Permissions
  • Searching player notes
  • Private notes

Was this helpful?

  1. Features

Player notes

PreviousPlayer informationNextReporting

Last updated 3 years ago

Was this helpful?

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

Command

Description

/notes [playername?] [filters?] [-l?]

Retrieve all notes of a player, either in a GUI or in chat.

/note [playername] [note] [-private?]

Create a note for a player

/pnote [playername] [note]

Create a private not for a player (this can also be conceived with the /note command using the -private option). This command is just for convenience.

Permissions

View 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:

Filter

Description

-id=[noteId]

search by a note's ID

-private=[true/false]

Search only private or only public notes

-target=[playername]

Search notes specifically linked to a player (you can also just provide the playername as first parameter instead of using this option)

-notedBy=[playername]

Search all notes created by the given player

-note=[note text]

Search all notes that contain the given text. If you want to use spaces in you need to surround it with double quotes

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

More info

Staff members can create private notes if they have the correct . 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.

permissions
permission
here