diff --git a/docs/users/placeholder-list/minecraft.md b/docs/users/placeholder-list/minecraft.md index 506af21..e0af2e4 100644 --- a/docs/users/placeholder-list/minecraft.md +++ b/docs/users/placeholder-list/minecraft.md @@ -143,6 +143,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **[AdvancedLottery](#advancedlottery)** - **[AdvancedModReq](#advancedmodreq)** - **[AdvancedServerList](#advancedserverlist)** + - **[AevorinReports](#aevorinreports)** - **[ajLeaderboards](#ajleaderboards)** - **[ajParkour](#ajparkour)** - **[AlonsoLevels](#alonsolevels)** @@ -1924,6 +1925,62 @@ For more info, visit the [wiki](https://asl.andre601.ch/placeholderapi/#own-plac ---- +### **AevorinReports** +/// integrated | Built into Plugin +/// + +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. | +| `%reports_valid_submitted%` | Valid reports submitted by the viewing player. Currently counts resolved reports. | +| `%reports_rejected_submitted%` | Rejected reports submitted by the viewing player. | +| `%reports_against%` | Total reports made against the viewing player. | +| `%reports_pending_against%` | Pending reports made against the viewing player. | +| `%reports_resolved_against%` | Resolved reports made against the viewing player. | +| `%reports_rejected_against%` | Rejected reports made against the viewing player. | + +Specific-player placeholders query a named player instead of the viewing player. Replace `` with a player name. Offline players must already be cached by the server. + +| Placeholder | Description | +| --- | --- | +| `%reports_submitted_by_%` | Total reports submitted by the specified player. | +| `%reports_pending_submitted_by_%` | Pending reports submitted by the specified player. | +| `%reports_resolved_submitted_by_%` | Resolved reports submitted by the specified player. | +| `%reports_valid_submitted_by_%` | Valid reports submitted by the specified player. Currently counts resolved reports. | +| `%reports_rejected_submitted_by_%` | Rejected reports submitted by the specified player. | +| `%reports_against_%` | Total reports made against the specified player. | +| `%reports_pending_against_%` | Pending reports made against the specified player. | +| `%reports_resolved_against_%` | Resolved reports made against the specified player. | +| `%reports_rejected_against_%` | Rejected reports made against the specified 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. | +| `%reports_total_rejected%` | Total rejected reports. | + +Specific-server placeholders count reports for one configured server name. Replace `` with the server name stored in AevorinReports' `server-name` config option. + +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_%` | Total reports created on the specified server. | +| `%reports_total_pending_on_%` | Total pending reports on the specified server. | +| `%reports_total_resolved_on_%` | Total resolved reports on the specified server. | +| `%reports_total_rejected_on_%` | Total rejected reports on the specified server. | + +---- + ### **[ajLeaderboards](https://www.spigotmc.org/resources/85548/)** /// integrated | Built into Plugin /// diff --git a/docs/users/plugins-using-placeholderapi/minecraft.md b/docs/users/plugins-using-placeholderapi/minecraft.md index 8e79188..26ef114 100644 --- a/docs/users/plugins-using-placeholderapi/minecraft.md +++ b/docs/users/plugins-using-placeholderapi/minecraft.md @@ -71,6 +71,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[Advance Tab](https://www.spigotmc.org/resources/21958/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[AevorinReports](https://modrinth.com/plugin/aevorinreports)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[Link](../placeholder-list/minecraft.md#aevorinreports)**] - **[ajParkour](https://www.spigotmc.org/resources/60909/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](../placeholder-list/minecraft.md#ajparkour)**]