Config


🔹 Main Settings

URL of the logo displayed on the loading screen.

"logo": "https://assets.matimh.eu/matimh/tebex/loga/logo_small_nobg.png"

primaryColor

Main theme color (HEX format). https://mantine.dev/colors-generator/arrow-up-right

"primaryColor": "#7b2eda"

🔹 Changelogs

List of update versions and their changes.

"changelogs": [
  {
    "version": "1.1",
    "notes": [
      "New feature: Support for multiple changelog versions",
      "Fixed transition animations",
      "Improved change log list design",
      "Added scrollbars",
      "Better version readability"
    ]
  }
]

Structure

Field
Type
Description

version

string

Version number

notes

array

List of changes for that version


🔹 Events

List of upcoming server events.

Structure

Field
Type
Description

title

string

Event name

time

string

Event time

date

string

Event date (e.g. Today, Tomorrow)

description

string

Event description


🔹 Photos

List of images displayed in the background/gallery.

Images should be located inside the "images" folder.


🔹 Music

Configuration for background music played during loading.

Structure

Field
Type
Description

title

string

Song title

artist

string

Artist name

cover

string

Cover image URL

url

string

Direct URL to MP3 file

volume

number

Volume level (0.0 – 1.0)


🔹 Server Information

Structure

Field
Type
Description

serverId

string

Server ID (for integrations if used) https://servers.fivem.net/arrow-up-right


Structure

Field
Type
Description

label

string

Button label

url

string

Target URL


📌 Full Example Configuration

Last updated