The notes module allows for notes to be added to other users to keep track of information. Users with permission can add notes to users and the added notes can then be checked using the /checknotes command.
Players will never see notes about them.
The /note <player> <note> command adds a note to a player, which can be read using the /checknotes <player> command.
To remove a note, the /checknotes command provides a link to do so. Otherwise, after getting a note’s ID, you can use that as a the index to the /removenote <user> <index> command.
To delete all of a user’s notes, use the /clearnotes <user> command.
show-login - If true, users with the permission nucleus.note.showonlogin will be shown a user’s notes when they login.
The following are incompatibilities that may occur with this module, along with how to resolve the problem. For the full mod/plugin incompatibility list, see the compatibility page.
No plugin incompatibilities have been reported.
            Aliases: 
            
             checknotes notes
            
        
            Root command aliases: 
             /nchecknotes
        
            Usage:  /checknotes <subject>
        
Default Role: MOD
            Basic Command Permission:  nucleus.checknotes.base
        
Permissions
nucleus.checknotes.base - Default Role: MOD 
            Aliases: 
            
             clearnotes removeallnotes
            
        
            Root command aliases: 
             /nclearnotes
        
            Usage:  /clearnotes <subject>
        
Default Role: ADMIN
            Basic Command Permission:  nucleus.clearnotes.base
        
Permissions
nucleus.clearnotes.base - Default Role: ADMIN 
            Aliases: 
            
             note addnote
            
        
            Root command aliases: 
             /nnote
        
            Usage:  /note <user> <message…>
        
Default Role: MOD
            Basic Command Permission:  nucleus.note.base
        
Permissions
nucleus.note.base - Default Role: MOD nucleus.note.notify - Default Role: MOD 
            Aliases: 
            
             removenote deletenote delnote
            
        
            Root command aliases: 
             /nremovenote
        
            Usage:  /removenote <user> <ID>
        
Default Role: ADMIN
            Basic Command Permission:  nucleus.removenote.base
        
Permissions
nucleus.removenote.base - Default Role: ADMIN | Permission | Suggested Role | Description | 
|---|---|---|
| nucleus.checknotes.base | MOD | Allows the user to run the command /checknotes | 
| nucleus.clearnotes.base | ADMIN | Allows the user to run the command /clearnotes | 
| nucleus.note.base | MOD | Allows the user to run the command /note | 
| nucleus.note.notify | MOD | Notifies the user about notes when they occur. | 
| nucleus.note.showonlogin | MOD | Allows user to see other users notes when they login. | 
| nucleus.removenote.base | ADMIN | Allows the user to run the command /removenote | 
# If true, users with the permission nucleus.note.showonlogin will be shown a users notes when they login. If false, they will not.
show-login=true