mirror of
https://github.com/postyizhan/NitWikit.git
synced 2025-04-06 19:40:34 +08:00
fix build
This commit is contained in:
parent
9b0a96d354
commit
dd430afe1a
@ -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://thenextlvl.net/discord) <- 点击加入 作者的 Discord
|
||||
[](https://thenextlvl.net/discord)
|
||||
<- 点击加入 作者的 Discord
|
||||
|
||||
## Bstats
|
||||
|
||||
|
@ -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!
|
||||
|
||||
## 特性
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user