# UltiTools API介绍

## 欢迎使用UltiTools的API

希望我的插件能够帮到你的插件开发！

UltiTools包含了不少实用的API，方便你快速的开发自己的插件。

UltiTools是一个高层的基础插件，包含了很多GUI和高级的玩法，而非仅仅所谓的“基础”。

并且本插件开放了一个实用的箱子GUI的API，方便其他开发者快速的建立一个GUI界面（像真正的写一个GUI界面一样，封装了很多实用的接口）。

## 给各位服主的介绍

插件本身的详细介绍，请看mcbbs的帖子。

[\[综合\]UltiTools —— 远程背包|GUI登陆|GUI邮箱|礼包|头显|侧边栏\~\[1.13.x-1.16.x\]](https://www.mcbbs.net/thread-1062730-1-1.html)

## 给开发者的介绍

插件包含了一个非常实用方便的箱子GUI API接口，若是以后使用的人多的话我会将其独立出来做出一个独立的API

那么就让我们开始介绍吧！

[UltiTools API 文档](https://doc.ultikits.com/)


---

# 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://wisdomme.gitbook.io/ultitools/master.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.
