> For the complete documentation index, see [llms.txt](https://wiki.vexview.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.vexview.top/di-er-zhang-zi-ding-yi-ui-jie-mian/zi-ding-yi-wu-pin-gao-ji-ti-shi-kuang.md).

# 自定义物品高级提示框

你是否也想有物品模型3D预览？满足你！正如我们2.4版本的介绍图那样：

![](/files/-MLbFCyVDYZdYedAcVMb)

支持任意物品、方块，他可以直接替换掉原本提示框的背景、展示3D模型旋转预览、超长时还会滚动显示！

**首先是最受欢迎的3D模型预览：**\
请在手上拿好你要开启的物品并输入：/vexitem preview true\
然后是自定义背景：\
请在手上拿好你要开启的物品并输入：/vexitem backimage <图片URL>\
注意：仅支持本地贴图！\
如果你认为你的lore太长了，可以限制它的高度（游戏内像素为单位，和GUI宽度是一个标准）\
请在手上拿好你要开启的物品并输入：/vexitem tipheight <高度>\
被限制高度后，物品的lore将上下滚动显示。​

## **使用FlowView高级广播**

这是一个很早就推出的功能，我们也很看好它，用作服务器的广播还是很逼格，很显眼的。

![](/files/-MLbGjm8OzB1oycJocUC)

它支持在屏幕任意位置显示，支持颜色代码，支持一键全服播报。 \
使用方法是：

/flowview <玩家> <显示位置> <文本内容>​ <是否显示背景true/false>

* 玩家 - 填写将要发送的玩家名称，你也可以使用@all为全服玩家发送。&#x20;
* 显示位置 - 即消息在屏幕上显示的位置，这个位置按高度百分比计算，只能填入0-100的整数，像上图的位置，就是5。
* &#x20;文本内容 - 就是要显示的消息，支持&颜色代码，可使用”\_/”代替空格。

玩家客户端正在播放一条FlowView消息时，再次播放会直接中断上一次并开始新的FlowView消息播放，客户端只能同时播放一个FlowView消息。​

## 指令整理

高级提示框：/vexitem preview true\
自定义提示框背景：/vexitem backimage <图片URL>\
高级广播：/flowview <玩家> <显示位置> <文本内容>​ <是否显示背景true/false>


---

# 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://wiki.vexview.top/di-er-zhang-zi-ding-yi-ui-jie-mian/zi-ding-yi-wu-pin-gao-ji-ti-shi-kuang.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.
