> For the complete documentation index, see [llms.txt](https://docs.ak4y.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ak4y.com/scripts/ak4y-loading/configuration.md).

# Configuration

{% code title="HTML/data.json" %}

```json
{
    "Translate": {
        "server_name": "<span> AK4Y<span>RP</span> </span>",
        "server_name_desc": "Welcome to AK4Y RP — a dynamic world where every action shapes your story. Join and live your own adventure.",

        "server_rules": "Server Rules",
        "rules_desc": "Please follow the community guidelines to ensure fair play and enjoyable roleplay for everyone at all times.",

        "server_update": "Server Update",
        "server_update_desc": "Stay up to date with the latest features, bug fixes etc. added to enhance your roleplay experience.",

        "server_gallery": "Server Gallery",
        "server_gallery_desc": "Discover highlights from our community — screenshots, clips, and moments shared by our amazing players.",

        "authorized_team": "Authorized Teams",
        "authorized_team_desc": "Meet the staff and developers working behind the scenes to keep AK4Y RP fair, fun, and constantly evolving.",

        "music": "Music",
        "music_desc": "Customize your loading screen music or browse through the playlist to match your mood before you join the city.",

        "socials": "Socials",
        "socials_desc": "Follow our official pages to stay connected, get updates, and share your favorite moments with the community.",

        "commands": "Commands",
        "commands_desc": "Check out the essential in-game commands to manage your character, vehicles, and interactions quickly and easily.",

        "discord": "Discord",
        "youtube": "Youtube",
        "instagram": "Instagram",

        "loding_text": "There's not much left, please wait....",
        "loading": "Loading...",

        "video": "Video"
    },
    "Links": {
        "discord": "https://discord.gg/ak4y",
        "youtube": "https://www.youtube.com/@ak4y",
        "instagram": "https://instagram.com/changeHere"
    },
    "Background": {
        "type": "video",
        "src": "./video/video.webm"
    },
    "Rules": {
        "0": {
            "header": "Rule 1",
            "desc": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et"
        },
        "1": {
            "header": "Rule 2",
            "desc": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et"
        },
        "2": {
            "header": "Rule 3",
            "desc": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et"
        }
    },
    "Updates": {
        "0": {
            "date": "19.11.2025",
            "header": "Name of update",
            "desc": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do",
            "photo": "./img/pp.png"
        },
        "1": {
            "date": "20.11.2025",
            "header": "Name of update 2",
            "desc": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do",
            "photo": "./img/pp2.png"
        },
        "2": {
            "date": "21.11.2025",
            "header": "Name of update 3",
            "desc": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do",
            "photo": "./img/pp.png"
        }
    },
    "Photos": {
        "0": {
            "photo": "./img/photo1.png"
        },
        "1": {
            "photo": "./img/photo2.png"
        },
        "2": {
            "photo": "./img/photo3.png"
        },
        "3": {
            "photo": "./img/photo4.png"
        },
        "4": {
            "photo": "./img/photo5.png"
        },
        "5": {
            "photo": "./img/photo6.png"
        }
    },
    "Team": {
        "0": {
            "perm": "OWNER",
            "name": "AK4Y",
            "discordName": "ak4y",
            "photo": "./img/pp.png"
        },
        "1": {
            "perm": "ADMIN",
            "name": "H4SO",
            "discordName": "hasann",
            "photo": "./img/pp2.png"
        },
        "2": {
            "perm": "MOD",
            "name": "AK4Y",
            "discordName": "ak4y",
            "photo": "./img/pp.png"
        },
        "3": {
            "perm": "OWNER",
            "name": "AK4Y",
            "discordName": "ak4y",
            "photo": "./img/pp.png"
        },
        "4": {
            "perm": "OWNER",
            "name": "AK4Y",
            "discordName": "ak4y",
            "photo": "./img/pp.png"
        },
        "5": {
            "perm": "OWNER",
            "name": "AK4Y",
            "discordName": "ak4y",
            "photo": "./img/pp.png"
        },
        "6": {
            "perm": "OWNER",
            "name": "AK4Y",
            "discordName": "ak4y",
            "photo": "./img/pp.png"
        },
        "7": {
            "perm": "OWNER",
            "name": "AK4Y",
            "discordName": "ak4y",
            "photo": "./img/pp.png"
        }
    },
    "Musics": {
        "0": {
            "creator": "Lost SKY, OPALS",
            "name": "Hero's Ending",
            "musicName": "./sound/heros.mp3",
            "photo": "./img/ncs.jpg"
        },
        "1": {
            "creator": "sk3tch01, X972",
            "name": "La Playa",
            "musicName": "./sound/la_playa.mp3",
            "photo": "./img/ncs.jpg"
        }
    },
    "Keys": {
        "w": {
            "desc": "Move your character forward in the direction they are facing."
        },
        "s": {
            "desc": "Move your character backward or slow down while driving."
        },
        "a": {
            "desc": "Move your character to the left or steer left while driving."
        },
        "d": {
            "desc": "Move your character to the right or steer right while driving."
        },
        "space": {
            "desc": "Jump, climb over obstacles, or perform special actions."
        },
        "lshift": {
            "desc": "Sprint to move faster while on foot."
        },
        "ctrl": {
            "desc": "Crouch to hide or reduce movement noise."
        },
        "tab": {
            "desc": "Open the weapon wheel to select your weapons."
        },
        "r": {
            "desc": "Reload your currently equipped weapon."
        },
        "e": {
            "desc": "Interact with objects or enter/exit vehicles."
        },
        "f": {
            "desc": "Enter or exit vehicles quickly."
        },
        "q": {
            "desc": "Lean left or perform special actions depending on context."
        },
        "rmb": {
            "desc": "Aim down sights or hold for precise aiming."
        },
        "lmb": {
            "desc": "Fire your weapon or perform primary action."
        }
    },
    "Commands": {
        "admin": {
            "command": "/admin",
            "desc": "Open the admin menu to manage the server and players."
        },
        "kick": {
            "command": "/kick [playerID]",
            "desc": "Kick a player from the server by specifying their ID."
        },
        "ban": {
            "command": "/ban [playerID] [duration]",
            "desc": "Ban a player for a certain duration or permanently."
        },
        "revive": {
            "command": "/revive [playerID]",
            "desc": "Revive a player who is dead or incapacitated."
        },
        "heal": {
            "command": "/heal [playerID]",
            "desc": "Restore a player's health to full."
        },
        "tp": {
            "command": "/tp [playerID]",
            "desc": "Teleport to a specific player."
        },
        "tphere": {
            "command": "/tphere [playerID]",
            "desc": "Teleport a specific player to your location."
        },
        "spawncar": {
            "command": "/spawncar [vehicleName]",
            "desc": "Spawn a vehicle by specifying its model name."
        },
        "dv": {
            "command": "/dv",
            "desc": "Delete the vehicle you are currently in."
        },
        "coords": {
            "command": "/coords",
            "desc": "Print your current coordinates to the console."
        },
        "noclip": {
            "command": "/noclip",
            "desc": "Toggle noclip mode to freely fly and move through objects."
        },
        "giveitem": {
            "command": "/giveitem [playerID] [itemName] [amount]",
            "desc": "Give an item to a specific player."
        },
        "clearinv": {
            "command": "/clearinv [playerID]",
            "desc": "Clear a player's inventory completely."
        },
        "announce": {
            "command": "/announce [message]",
            "desc": "Send a server-wide announcement message."
        },
        "setjob": {
            "command": "/setjob [playerID] [job] [grade]",
            "desc": "Set a player's job and grade."
        },
        "weather": {
            "command": "/weather [type]",
            "desc": "Change the server weather to the specified type."
        },
        "time": {
            "command": "/time [hour]",
            "desc": "Set the server time to a specific hour."
        },
        "reviveall": {
            "command": "/reviveall",
            "desc": "Revive all dead players on the server."
        },
        "freeze": {
            "command": "/freeze [playerID]",
            "desc": "Freeze a player in place."
        },
        "unfreeze": {
            "command": "/unfreeze [playerID]",
            "desc": "Unfreeze a player."
        }
    }
}
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.ak4y.com/scripts/ak4y-loading/configuration.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.
