Difference between revisions of "PlayerNotesUi.php"

From Bebot Wiki 2
Jump to navigationJump to search
 
Line 4: Line 4:
  
 
Allows to add/rem/show notes about players.
 
Allows to add/rem/show notes about players.
 +
 +
 +
All level :
  
 
!notes - Shows all existing notes.
 
!notes - Shows all existing notes.
Line 9: Line 12:
 
!notes <player> - Show player's notes.
 
!notes <player> - Show player's notes.
  
!notes add <player> <note> - Adds note to the player.
+
!notes add <player> <note> - Adds normal note to the player.
 +
 
 +
 
 +
Admin level :
 +
 
 +
!notes admin add <player> <note> - Adds admin note to the player.
  
 
!notes rem <number> - Removes note of that number.
 
!notes rem <number> - Removes note of that number.
 +
 +
 +
NB : banning autocreates a ban note on the player.

Latest revision as of 15:20, 17 April 2026

Notes

Description

Allows to add/rem/show notes about players.


All level :

!notes - Shows all existing notes.

!notes <player> - Show player's notes.

!notes add <player> <note> - Adds normal note to the player.


Admin level :

!notes admin add <player> <note> - Adds admin note to the player.

!notes rem <number> - Removes note of that number.


NB : banning autocreates a ban note on the player.