mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-12-21 08:20:41 +08:00
写一点插件内容
This commit is contained in:
parent
28dbf37e75
commit
c6b54e7409
12
docs/插件/npc/Adyeshach.md
Normal file
12
docs/插件/npc/Adyeshach.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Adyeshach
|
||||
|
||||
> `GitHub` :https://github.com/TabooLib/Adyeshach
|
||||
>
|
||||
> `文档` :https://a.ptms.ink/docs/start
|
||||
|
||||
|
||||
坏黑大佬写的纯发包npc
|
13
docs/插件/npc/ZNPCs.md
Normal file
13
docs/插件/npc/ZNPCs.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# ZNPCs
|
||||
|
||||
> `spigotmc` :https://www.spigotmc.org/resources/znpcs.80940/
|
||||
>
|
||||
> `GitHub` :https://github.com/Pyrbu/ZNPCsPlus
|
||||
>
|
||||
> `文档` :https://github.com/gonalez/znpcs/wiki
|
||||
|
||||
比citizens简单的npc插件
|
6
docs/插件/npc/_category_.json
Normal file
6
docs/插件/npc/_category_.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"position": 11,
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
BIN
docs/插件/npc/_images/citizens.png
Normal file
BIN
docs/插件/npc/_images/citizens.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
25
docs/插件/npc/citizens.md
Normal file
25
docs/插件/npc/citizens.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# citizens
|
||||
|
||||
> `官网` :https://wiki.citizensnpcs.co/Citizens_Wiki
|
||||
>
|
||||
> `spigotmc` :https://www.spigotmc.org/resources/citizens.13811/
|
||||
>
|
||||
> `Bukkit(太老旧不要使用)` :https://dev.bukkit.org/projects/citizens
|
||||
>
|
||||
> `GitHub` :https://github.com/CitizensDev/Citizens2
|
||||
>
|
||||
> `插件百科` :https://www.mineplugin.org/Citizens
|
||||
|
||||
老牌npc插件
|
||||
|
||||
## 下载
|
||||
|
||||
在spigot帖内自行寻找,以 *懒* *看不懂英文* *它是英文的* 为由通常会遭到群友谩骂
|
||||
|
||||
可以这样子找你需要的版本
|
||||
|
||||
[](_images/citizens.png)
|
@ -2,8 +2,28 @@
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
### 什么是Vualt
|
||||
Vault是一个Bukkit抽象库,为其他插件提供与权限、聊天和经济有关的接口,为插件们提供一套系统性的支持,对于以Vault作为前置的插件来说,它是各个插件之间的桥梁、合约。
|
||||
### Vualt是不是经济插件
|
||||
# vault
|
||||
|
||||
> `spigotmc` :https://www.spigotmc.org/resources/vault.34315/
|
||||
>
|
||||
> `Bukkit` :https://dev.bukkit.org/projects/vault
|
||||
>
|
||||
> `GitHub` :https://github.com/LuckPerms/LuckPerms
|
||||
>
|
||||
> `插件百科` :https://github.com/milkbowl/Vault
|
||||
|
||||
## 什么是vualt
|
||||
```
|
||||
Vault是一个Bukkit抽象库,为其他插件提供与权限、聊天和经济有关的接口,为插件们提供一套系统性的支持,对于以Vault作为前置的插件来说,它是各个插件之间的桥梁、合约。
|
||||
```
|
||||
|
||||
人话:插件开发者要考虑的,你只管装上去就行了
|
||||
|
||||
### vualt是不是经济插件
|
||||
不是。
|
||||
作为被依赖的前置,它可以为经济插件创建和管理虚拟经济系统,使其他插件能够提供Vault与各种经济插件交互,从而使它们能够共享相同的经济系统,其本身并不包含经济插件功能。
|
||||
|
||||
```
|
||||
作为被依赖的前置,它可以为经济插件创建和管理虚拟经济系统,使其他插件能够提供Vault与各种经济插件交互,从而使它们能够共享相同的经济系统,其本身并不包含经济插件功能。
|
||||
```
|
||||
|
||||
人话:vault只是提供经济的插件的前置,本身并不提供经济功能
|
Loading…
Reference in New Issue
Block a user