Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
postyizhan committed Dec 14, 2024
1 parent 9b0a96d commit dd430af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs-java/process/plugin/Front-Plugin/Vault/ServiceIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ ServiceIO 通过提供强大的 null 标注、全面的文档和维护良好的

ServiceIO 的一个关键特性是与现有 Vault 接口的无缝集成,允许插件同时使用两个 API,无需额外修改代码。这确保了平稳过渡,同时利用现代、可靠的平台优势。

此外,ServiceIO 支持不同插件间的数据转换,包括 banks, permissions, chat 和 groups。这消除了开发者编写自定义转换逻辑的需要,节省时间和精力。对于服务器所有者而言,这意味着更换插件比以往任何时候都更为顺畅,确保操作平稳且灵活,而无需手动迁移数据的烦恼。
此外,ServiceIO 支持不同插件间的数据转换,包括 banks, permissions, chat 和 groups。

这消除了开发者编写自定义转换逻辑的需要,节省时间和精力。对于服务器所有者而言,这意味着更换插件比以往任何时候都更为顺畅,确保操作平稳且灵活,而无需手动迁移数据的烦恼。

## 命令

Expand Down Expand Up @@ -74,7 +76,8 @@ ServiceIO 的一个关键特性是与现有 Vault 接口的无缝集成,允许

## 联系

[![](https://img.shields.io/discord/1293606111177609277?logo=discord&label=Discord)](https://thenextlvl.net/discord) <- 点击加入 作者的 Discord
[![](https://img.shields.io/discord/1293606111177609277?logo=discord&label=Discord)](https://thenextlvl.net/discord)
<- 点击加入 作者的 Discord

## Bstats

Expand Down
8 changes: 6 additions & 2 deletions docs-java/process/plugin/Front-Plugin/Vault/VaultUnlocked.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ Vault 的分支版本,提供更多功能

## 安装

`VaultUnlocked.jar` 放入 `plugins` 文件夹中,其余将自动处理。如果你想调整配置,可修改配置文件,但通常情况下并不需要。详情参阅 AdvancedConfiguration 部分。
`VaultUnlocked.jar` 放入 `plugins` 文件夹中,其余将自动处理。如果你想调整配置,可修改配置文件,但通常情况下并不需要。

详情参阅 AdvancedConfiguration 部分。

## 功能

- 无需源代码集成:作为独立插件运作,只需引入 jar 文件即可。避免多个插件冲突,便捷集成。
- 广泛插件兼容:支持经济和权限类型的插件抽象层,提升兼容性。
- Freedom of Choice One of the best aspects of Bukkit is the freedom to choose what to use. More options benefit developers, so here’s to embracing choice!

Freedom of Choice One of the best aspects of Bukkit is the freedom to
choose what to use. More options benefit developers,so here’s to embracing choice!

## 特性

Expand Down

0 comments on commit dd430af

Please sign in to comment.