mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-06-09 12:44:41 +02:00
Format AevorinReports placeholder tables
This commit is contained in:
@@ -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.
|
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 |
|
| Placeholder | Description |
|
||||||
| --- | --- |
|
|-------------------------------------|---------------------------------------------------------------------------------|
|
||||||
| `%reports_submitted%` | Total reports submitted by the viewing player. |
|
| `%reports_submitted%` | Total reports submitted by the viewing player. |
|
||||||
| `%reports_pending_submitted%` | Pending 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. |
|
| `%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.
|
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 |
|
| Placeholder | Description |
|
||||||
| --- | --- |
|
|-------------------------------------------------|-----------------------------------------------------------------------------------|
|
||||||
| `%reports_submitted_by_<player>%` | Total reports submitted by the specified player. |
|
| `%reports_submitted_by_<player>%` | Total reports submitted by the specified player. |
|
||||||
| `%reports_pending_submitted_by_<player>%` | Pending 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. |
|
| `%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.
|
Network-wide placeholders count reports across the reports database.
|
||||||
|
|
||||||
| Placeholder | Description |
|
| Placeholder | Description |
|
||||||
| --- | --- |
|
|-----------------------------|----------------------------------------|
|
||||||
| `%reports_total%` | Total number of reports in the system. |
|
| `%reports_total%` | Total number of reports in the system. |
|
||||||
| `%reports_total_pending%` | Total pending reports. |
|
| `%reports_total_pending%` | Total pending reports. |
|
||||||
| `%reports_total_resolved%` | Total resolved 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.
|
These placeholders only return server-specific counts when AevorinReports is using MySQL and multiple servers are connected to the same database.
|
||||||
|
|
||||||
| Placeholder | Description |
|
| Placeholder | Description |
|
||||||
| --- | --- |
|
|------------------------------------------|-------------------------------------------------|
|
||||||
| `%reports_total_on_<server>%` | Total reports created on the specified server. |
|
| `%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_pending_on_<server>%` | Total pending reports on the specified server. |
|
||||||
| `%reports_total_resolved_on_<server>%` | Total resolved reports on the specified server. |
|
| `%reports_total_resolved_on_<server>%` | Total resolved reports on the specified server. |
|
||||||
|
|||||||
Reference in New Issue
Block a user