# Oraxen 开始使用

## Oraxen是一个什么插件?

它能非常简单地利用Minecraft 1.14以上的新功能，创建新的物品和自定义材质的物品，并生成材质包然后上传到Polymath。

Oraxen插件是完全开源的，还有一个可以扩展的API接口。

## Oraxen它是如何运行的？

当Spigot或者PaperSpigot核心服务端安装了Oraxen之后，插件会读取Minecraft里所有的物品配置，并利用它们来生成json模型，然后将你制作的 .png 材质使用在物品上。

它将会使用优化的算法将材质包压缩，并上传到Polymath中。（Polymath是一个用Python编写的免费开源软件，它能用于托管Minecraft资源包）

Oraxen插件将会使用作者的Polymath，它托管在瑞士的Oracle虚拟服务器上。当玩家连接到服务器时，Oraxen会将玩家连接到作者的Polymath上，作者的Polymath将为玩家提供资源包！

## 在几秒内安装Oraxen插件

如何安装Oraxen插件:

1. 把你的Oraxen和ProtocolLib放进: \[你的服务端/plugins] 里
2. 重新启动你的服务端后台 \[在后台输入stop 然后重新打开服务端启动器]
3. 进入您的服务器，按T打开信息栏输入: /o&#x20;
4. 如果插件运转成功那么会显示插件信息\[如果没有请联系我或者作者来获得帮助]

{% hint style="info" %}
Oraxen插件已经在 Spigot 和 PaperSpigot 核心1.14+的版本进行了测试！
{% endhint %}

如果你不想使用ProtocolLib插件？

你可以不用ProtocolLib插件来使用Oraxen插件

但是你必须关闭一些功能和机制，然后你的后台就会出现很多报错！


---

# 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://3504743864.gitbook.io/oraxen-wiki/kai-shi.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.
