| Permission | Description |
|
Code (Text):
PlayerReport.*
|
All PlayerReport permissions. |
|
Code (Text):
PlayerReport.Admin-Messages
|
Access to view admin-based commands when you only type /report instead of just the usage. |
|
Code (Text):
PlayerReport.Help
|
Access to /reports help. |
|
Code (Text):
PlayerReport.Report
|
Access to /report. |
|
Code (Text):
PlayerReport.Reports
|
Access to /reports. |
|
Code (Text):
PlayerReport.Clear
|
Access to /reports clear. |
|
Code (Text):
PlayerReport.Reload
|
Access to /reports reload. |
|
Code (Text):
PlayerReport.Notify
|
Be notified when someone submits a report. |
|
Code (Text):
PlayerReport.ReportTimerBypass
|
Bypass the /report cooldown. |
|
Code (Text):
PlayerReport.SetupClaimGUI
|
Access to /reports setupclaimgui. |
|
Code (Text):
PlayerReport.AddURLToWhitelist
|
Access to /reports addurltowhitelist. |
|
Code (Text):
PlayerReport.ReportBypass
|
Prevents the player from being reported. |
| Placeholder | Description |
|
Code (Text):
%playerreportv2_reports_total%
|
Total number of reports stored in reports.yml. |
|
Code (Text):
%playerreportv2_reports_open%
|
Number of reports with status New. |
|
Code (Text):
%playerreportv2_reports_wip%
|
Number of reports with status WIP. |
|
Code (Text):
%playerreportv2_reports_complete%
|
Number of reports with status Complete. |
|
Code (Text):
%playerreportv2_reports_on_player%
|
Number of reports made against the placeholder player. |
|
Code (Text):
%playerreportv2_reports_by_player%
|
Number of reports submitted by the placeholder player. |
|
Code (Text):
%playerreportv2_last_report_reason%
|
Reason of the most recent report submitted by the player. |
|
Code (Text):
%playerreportv2_last_report_target%
|
Name of the last player reported by the player. |
|
Code (Text):
%playerreportv2_last_report_status%
|
Status of the most recent report submitted by the player. |
|
Code (Text):
%playerreportv2_cooldown_remaining%
|
Remaining cooldown in seconds before the player can submit another report. |
|
Code (Text):
%playerreportv2_has_rewards%
|
Returns "true" if the player has unclaimed rewards, otherwise "false". |
|
Code (Text):
%playerreportv2_rewards_count%
|
Number of unclaimed rewards available to the player. |
|
Code (Text):
%playerreportv2_reports_involving_player%
|
Total number of reports involving the player (either as reporter or reported). |
|
Code (Text):
%playerreportv2_reports_on_<name>%
|
Number of reports against a specific player by name. |
|
Code (Text):
%playerreportv2_reports_by_<name>%
|
Number of reports submitted by a specific player by name. |
|
Code (Text):
%playerreportv2_yaml_count:<path>%
|
Counts YAML keys under the specified section in reports.yml. Example:
Code (Text):
%playerreportv2_yaml_count:reports%
|