> For the complete documentation index, see [llms.txt](https://wiki.boba.cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boba.cat/you-xi-cai-dan/you-xi-cai-dan-jie-shao/ge-ren-zi-liao.md).

# 个人资料

参见上文ID为0的占位符位置，以及图片中对应的位置。

```
  '0':
    update: 20
    display:
      mats: <head:%player_name%>
      name:
      - '&6&l欢迎来到波霸猫, &e&l%player_name%'
      lore:
      - ''
      - '&7你的个人信息'
      - ''
      - '&8▪ &7ID: &a%player_name%'
      - '&8▪ &7等级: &3Lv.&b%player_level%'
      - '&8▪ &7精英怪战斗等级: &3Lv.&b%elitemobs_player_combat_tier%'
      - '&8▪ &7血量: &6%player_health%'
      - '&8▪ &7死亡: &6%statistic_deaths%'
      - '&8▪ &7饱和度: &6%player_food_level%'
      - '&8▪ &7猫猫币: &6%vault_eco_balance%'
      - '&8▪ &7比特币: &6%bitcoin_value%'
      - '&8▪ &7精英币: &6%elitemobs_player_money%'
      - '&8▪ &7服务器IP: &6mc.boba.cat'
      - '&8▪ &7服务器时区: &6GMT-5'
      - '&8▪ &7服务器位置: &6加拿大魁北克省'
      - '&8▪ &7UUID: &6%player_uuid%'
      - '&8▪ &7注册时间: &c%player_first_join_date%'
      - '&8▪ &7在线时间: &c%statistic_time_played%'
      - ''
      amount: '%server_online%'
```

该图标显示你的基本个人信息，通过PlaceholderAPI（PAPI）实现。

具体内容含义参见lore的键名。


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.boba.cat/you-xi-cai-dan/you-xi-cai-dan-jie-shao/ge-ren-zi-liao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
