Note¶
This module adds notes that operators can add to players for moderation purposes. The player is not aware of these notes.
Configuration¶
show-login
Show a player's note when they login to users with t he permission solstice.note.showonlogin
.
Commands¶
note <user>
Show the list of notes of a player.
Permissions
solstice.note.base
- Default: 2
note <user> add <message>
Add a note to a player.
Permissions
solstice.note.add
- Default: 2solstice.note.notify
- Default: 2
Notify users that the player got a note.
note <user> check <index>
Check the details of a note.
This command is usually handled by buttons.
Permissions
solstice.note.base
- Default: 2
note <user> delete <index>
Delete a note of a player.
Permissions
solstice.note.delete
- Default: 2
note <user> clear
Delete all notes of a player.
Permissions
solstice.note.clear
- Default: 2