Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 459 Bytes

File metadata and controls

18 lines (14 loc) · 459 Bytes

Player Notes

A simple plugin to attach notes to players with multi-server support

Data Store Options

  • MongoDB (multi-server support)
  • MySQL (multi-server support)
  • SQLite (single-server only)

Commands

  • /notes view [id] - View a player's notes
  • /notes add - Add a note to a player
  • /notes remove - Remove a note from a player

Permissions

  • notes.view
  • notes.add
  • notes.remove