mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-12-27 08:30:07 +08:00
papi概览
This commit is contained in:
parent
0dfbbf4b12
commit
0d761a868e
@ -16,11 +16,17 @@ sidebar_position: 1
|
||||
|
||||
:::
|
||||
|
||||
PlaceHolderAPI是一个广泛使用的变量插件,它可以做到 Math(数学运算) Checkitem(操作玩家物品) JavaScript(执行js) Progress(制作进度条) 显示变量 等
|
||||
PlaceHolderAPI是一个广泛使用的变量插件,它可以做到 Math(数学运算) Checkitem(操作玩家物品) JavaScript(执行js) Progress(制作进度条) 显示变量 等
|
||||
|
||||
## 什么是变量?
|
||||
## 什么是变量?
|
||||
|
||||
TODO
|
||||
这里指的变量是形似 `%player_name%`, 即 `%xxx%` 的字符
|
||||
|
||||
它们用来显示一些信息
|
||||
|
||||
如`%player_name%` 是显示玩家名字
|
||||
|
||||
`%playerpoints_points%`是显示 PlayerPoints 插件的玩家点券
|
||||
|
||||
## 更改 boolean
|
||||
|
||||
@ -36,25 +42,25 @@ boolean:
|
||||
|
||||
不改也没事,就是改成true false会更方便判断
|
||||
|
||||
# 在哪寻找我要的变量?
|
||||
## 在哪寻找我要的变量?
|
||||
|
||||
:::info
|
||||
|
||||
`wiki` :https://wiki.placeholderapi.com/
|
||||
|
||||
`eCloud` :https://api.extendedclip.com/expansions/math/
|
||||
`eCloud` :https://api.extendedclip.com/expansions/
|
||||
|
||||
`placeholder-list` :https://wiki.placeholderapi.com/users/placeholder-list/#math
|
||||
`placeholder-list` :https://wiki.placeholderapi.com/users/placeholder-list/
|
||||
|
||||
:::
|
||||
|
||||
# 没法下载变量?
|
||||
## 下载变量
|
||||
|
||||
```
|
||||
/papi ecloud download 扩展名
|
||||
```
|
||||
|
||||
不能使用
|
||||
### 没法下载?
|
||||
|
||||
![](_images/概览/变量下载失败.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user