CheckItem getinfo (#297)

* getinfo

* 修复不符合规范的地方

* 使用 \
This commit is contained in:
驿站 2024-10-03 06:49:28 +08:00 committed by GitHub
parent f045a004ca
commit 8a2e4ebd56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 26 additions and 2 deletions

View File

@ -48,7 +48,7 @@ sidebar_position: 4
- give 给予物品 %checkitem_give_mat:diamond% // 给予玩家一个钻石
- remove 收取物品 %checkitem_remove_mat:diamond% // 收取玩家背包中所有的钻石
- amount 查看数量 %checkitem_amount_mat:diamond% // 查看玩家背包中的钻石数量
- getinfo 物品信息 %checkitem_getinfo:0% // 查看玩家槽位0的物品信息
- getinfo 物品信息 下面会讲到
你应该注意到了 `mat:diamond` 因为我写了diamond所以这些变量的功能是针对钻石的
@ -74,6 +74,8 @@ sidebar_position: 4
:::
### 修饰符
可用的修饰符有:
- namecontains // 名字中包含
@ -97,7 +99,29 @@ sidebar_position: 4
- nbtstrings // nbt
- nbtints
## 例子收取ia物品
### getinfo
用来获取玩家指定背包位置的物品信息
```text
%checkitem_getinfo:<槽位>_<修饰符1>,<修饰符2>,<...>%
```
特别的,\<槽位\> 可以使用 `mainhand`(手持物品) 和 `offhand`(副手物品)
以及,**修饰符** 的 `:` 号也是需要写的,不过 `:` 之后写不写都一样
背包槽位可参考下图:
![](./_images/CheckItem/玩家背包槽位图.webp)
下方是使用案例
![](./_images/CheckItem/getinfo_1.png)
![](./_images/CheckItem/getinfo_2.png)
### 例子收取ia物品
收取指定ia物品的指定数量

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB