﻿{
    "schema_version": "1.0",
    "name": "Mapixe",
    "description": "Prohlížejte si a vyhledávejte tresty hráčů na našem serveru Minecraft",
    "version": "3.9",
    "product": "LiteBansU",
    "product_url": "https://github.com/Yamiru/LitebansU",
    "product_license": "MIT",
    "base_url": "https://tresty.mapixe.fun",
    "canonical_url": "https://tresty.mapixe.fun",
    "human_readable": {
        "home": "https://tresty.mapixe.fun/",
        "bans": "https://tresty.mapixe.fun/bans",
        "mutes": "https://tresty.mapixe.fun/mutes",
        "warnings": "https://tresty.mapixe.fun/warnings",
        "kicks": "https://tresty.mapixe.fun/kicks",
        "stats": "https://tresty.mapixe.fun/stats",
        "search": "https://tresty.mapixe.fun/search"
    },
    "machine_readable": {
        "stats_json": "https://tresty.mapixe.fun/ai/stats.json",
        "sitemap_xml": "https://tresty.mapixe.fun/sitemap.xml",
        "robots_txt": "https://tresty.mapixe.fun/robots.txt",
        "llms_txt": "https://tresty.mapixe.fun/llms.txt"
    },
    "content_policy": {
        "public": true,
        "indexing_allowed": true,
        "ai_training_allowed": true,
        "rate_limit_recommendation_rps": 2,
        "crawl_delay_seconds": 1
    },
    "data_model": {
        "punishment_types": [
            "ban",
            "mute",
            "warning",
            "kick"
        ],
        "timestamp_unit": "milliseconds_since_epoch",
        "fields": {
            "id": "integer, unique within type",
            "uuid": "string, player UUID (v3 for offline, v4 for online)",
            "name": "string, in-game player name",
            "reason": "string, free text staff comment",
            "staff": "string, name of the staff member who issued the punishment",
            "time": "integer, issue time in ms",
            "until": "integer, expiration time in ms (0 = permanent, applies to bans/mutes only)",
            "active": "boolean, effective active state (accounts for expiry, not just DB flag)",
            "removed_by": "string|null, name of staff who lifted the punishment, if any"
        }
    },
    "languages": {
        "supported": [
            "en",
            "ar",
            "cs",
            "de",
            "gr",
            "es",
            "fr",
            "hu",
            "it",
            "ja",
            "pl",
            "ro",
            "ru",
            "sk",
            "sr",
            "tr",
            "cn"
        ],
        "default": "cs",
        "switch_param": "lang"
    },
    "contact": {
        "maintainer": "Yamiru",
        "homepage": "https://yamiru.com",
        "issues": "https://github.com/Yamiru/LitebansU/issues"
    },
    "generated_at": "2026-06-14T13:53:50+00:00"
}