Format AevorinReports placeholder tables

This commit is contained in:
borhanidev
2026-06-06 18:06:51 +06:00
parent 5f317651fb
commit b5a29d394e
+4 -4
View File
@@ -1934,7 +1934,7 @@ All placeholders use the `reports` identifier.
Current-viewer placeholders use the player the placeholder is being parsed for. These are useful for holograms, scoreboards, tab lists, and other per-player displays.
| Placeholder | Description |
| --- | --- |
|-------------------------------------|---------------------------------------------------------------------------------|
| `%reports_submitted%` | Total reports submitted by the viewing player. |
| `%reports_pending_submitted%` | Pending reports submitted by the viewing player. |
| `%reports_resolved_submitted%` | Resolved reports submitted by the viewing player. |
@@ -1948,7 +1948,7 @@ Current-viewer placeholders use the player the placeholder is being parsed for.
Specific-player placeholders query a named player instead of the viewing player. Replace `<player>` with a player name. Offline players must already be cached by the server.
| Placeholder | Description |
| --- | --- |
|-------------------------------------------------|-----------------------------------------------------------------------------------|
| `%reports_submitted_by_<player>%` | Total reports submitted by the specified player. |
| `%reports_pending_submitted_by_<player>%` | Pending reports submitted by the specified player. |
| `%reports_resolved_submitted_by_<player>%` | Resolved reports submitted by the specified player. |
@@ -1962,7 +1962,7 @@ Specific-player placeholders query a named player instead of the viewing player.
Network-wide placeholders count reports across the reports database.
| Placeholder | Description |
| --- | --- |
|-----------------------------|----------------------------------------|
| `%reports_total%` | Total number of reports in the system. |
| `%reports_total_pending%` | Total pending reports. |
| `%reports_total_resolved%` | Total resolved reports. |
@@ -1973,7 +1973,7 @@ Specific-server placeholders count reports for one configured server name. Repla
These placeholders only return server-specific counts when AevorinReports is using MySQL and multiple servers are connected to the same database.
| Placeholder | Description |
| --- | --- |
|------------------------------------------|-------------------------------------------------|
| `%reports_total_on_<server>%` | Total reports created on the specified server. |
| `%reports_total_pending_on_<server>%` | Total pending reports on the specified server. |
| `%reports_total_resolved_on_<server>%` | Total resolved reports on the specified server. |