# UI Config

**You can change individual values in client/ui/config.js**

## Quick Report Buttons

You could define quick buttons as templates for reports. You could specify report title and button label for each quick button.

## DATE FORMATS

If you want you could change date formats used in UI.

## SHOW\_HISTORY\_FOR\_PLAYERS

If you want to hide reports history to players you could set it here.

## MAX\_ACTIVE\_REPORTS

If you want to limit active reports for players you could set it here. `null` if you want unlimited reports.

## LOGO\_HEIGHT

You can change height of logo in top of report system here.

## Locales

All locales used in UI are stored here. You could also change current locale here.

## ADMIN\_MESSAGE\_NAME\_COLOR & ADMIN\_MESSAGE\_BACKGROUND\_COLOR

You could set custom colors for admin name and background of message for messages sent by admins

```lua
null - default colors are used
color - you could use RGB/RGBA/HEX colors. We recommend to pick your color in https://g.co/kgs/xdDh7t
```

## SHOW\_ADMIN\_NAMES

If set to false all admins will be shown as 'ADMIN' for players in report chat

## ADMIN\_IN\_REPORT\_TIMEOUT\_BEFORE\_CHANGE

Defines timeout before update about admin in report is sent to server. This prevents event spam when admin is browsing reports.

## TIMEOUT\_BEFORE\_NEXT\_REPORT\_CREATION

Defines timeout before player is allowed to create next report

## HIDE\_ADMIN\_DUTY\_TOGGLE

Set this to `true` only if you handle admin duty toggle by yourself

## DISABLE\_GOD\_MODE\_ACTION

if set to `true` admins won't be able to set god mode to anyone

## SHOW\_ONLY\_REPORTS\_WITHOUT\_ADMINS

if set to `true` admin will see only reports which are untouched and no admin is currently in the report this affects only admins


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.rcore.cz/paid-resources/rcore_report/ui-config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
