# PlaceholderAPI 变量符

`%elitemobs_player_combat_tier%` 显示玩家当前的战斗等级，也就是玩家将会面临的随机生成的精英怪物的等级。

`%elitemobs_player_active_guild_rank_numerical%` 显示玩家当前的冒险家公会等级。请注意玩家是可以自行选择他所处的冒险家公会等级，这并不代表玩家目前所解锁的最高等级的冒险家公会等级的排序数字。

`%elitemobs_player_maximum_guild_rank_numerical%` 显示玩家已解锁的最高等级的冒险家公会等级的排序数字。

`%elitemobs_player_active_guild_rank_name%` 显示玩家当前的冒险家公会等级。请注意玩家是可以自行选择他所处的冒险家公会等级，这并不代表玩家目前所解锁的最高等级的冒险家公会等级的名称。

`%elitemobs_player_maximum_guild_rank_name%` 显示玩家已解锁的最高等级的冒险家公会等级的名称。

`%elitemobs_player_prestige_guild_rank_numerical%` 显示玩家的当前声望的排序数字。

`%elitemobs_player_money%` 显示玩家当前的精英币。

`%elitemobs_player_top_tier%` 显示当前在线玩家的最高战斗等级。

`%elitemobs_player_top_guild_rank%` 显示当前在线玩家的最高冒险家公会等级。

`%elitemobs_player_shortened_guild_rank%` 显示缩短后的冒险家公会等级和声望，适用于一些不适合显示特别多字符的地方（例如聊天框和计分板）。你可以在 AdventurersGuild.yml 完全自定义缩短的格式。

`%elitemobs_player_kills%` 显示玩家击杀的精英怪物的数量。

`%elitemobs_player_deaths%` 显示玩家被精英怪物击杀的次数。

## 注意事项

有些插件的 PlaceholderAPI 格式是 `{xxx}` 显示而不是传统的 `%xxx%`，如果此处的变量符在你的服务器并没有成功显示，那么请检查你的聊天/计分板插件等是否是使用 `{xxx}` 格式。


---

# Agent Instructions: 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.superiormc.cn/elitemobs-wiki/di-san-fang-zhi-chi/placeholderapi-bian-liang-fu.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.
