fix build

This commit is contained in:
postyizhan 2024-12-14 09:48:34 +08:00
parent 9b0a96d354
commit dd430afe1a
2 changed files with 11 additions and 4 deletions

View File

@ -27,7 +27,9 @@ ServiceIO 通过提供强大的 null 标注、全面的文档和维护良好的
ServiceIO 的一个关键特性是与现有 Vault 接口的无缝集成,允许插件同时使用两个 API无需额外修改代码。这确保了平稳过渡同时利用现代、可靠的平台优势。
此外ServiceIO 支持不同插件间的数据转换,包括 banks, permissions, chat 和 groups。这消除了开发者编写自定义转换逻辑的需要节省时间和精力。对于服务器所有者而言这意味着更换插件比以往任何时候都更为顺畅确保操作平稳且灵活而无需手动迁移数据的烦恼。
此外ServiceIO 支持不同插件间的数据转换,包括 banks, permissions, chat 和 groups。
这消除了开发者编写自定义转换逻辑的需要,节省时间和精力。对于服务器所有者而言,这意味着更换插件比以往任何时候都更为顺畅,确保操作平稳且灵活,而无需手动迁移数据的烦恼。
## 命令
@ -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

View File

@ -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 heres 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 heres to embracing choice!
## 特性