NitWikit/docs/插件/重要前置/ProtocolLib.md

38 lines
925 B
Markdown
Raw Normal View History

2024-03-23 20:30:59 +08:00
---
sidebar_position: 4
---
2024-04-04 21:42:11 +08:00
# ProtocolLib
2024-04-13 21:56:49 +08:00
:::info
2024-05-04 00:46:23 +08:00
`SpigotMC` :https://www.spigotmc.org/resources/protocollib.1997/
2024-04-13 21:56:49 +08:00
`GitHub` :https://github.com/dmulloy2/ProtocolLib
2024-05-04 00:46:23 +08:00
`PaperMC` :https://hangar.papermc.io/dmulloy2/ProtocolLib
2024-04-13 21:56:49 +08:00
`Bukkit(太老了不要用)` :https://dev.bukkit.org/projects/protocollib
`ci构建站` :https://ci.dmulloy2.net/job/ProtocolLib/
:::
2024-04-04 21:42:11 +08:00
如果你是一个腐竹,那么你不需要知道这个插件具体怎么用,因为你**不需要配置**这个插件任何东西,这是给插件开发者用的,如果你用的某个插件需要ProtocolLib,装上即可
1.8-1.19.4 用 [5.0.0](https://github.com/dmulloy2/ProtocolLib/releases/tag/5.0.0)
更高版本用最新版即可
`plugins\ProtocolLib\config.yml`
```
global:
# Settings for the automatic version updater
auto updater:
notify: true
download: false
```
2024-05-04 00:46:23 +08:00
`notify: true` 改为 `notify: false` 来关闭更新提示