> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_report/ui-config.md).

# 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
