Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 652e2c9

Browse files
authored
添加外部插件的用法 (#25)
1 parent 4203f12 commit 652e2c9

2 files changed

Lines changed: 66 additions & 0 deletions

File tree

pages/format/Universal-item-format.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ amount: (数字)
3636
| skull\_url | 头颅物品 |
3737
| skull\_hash | 头颅物品 |
3838
| slimefun | 粘液物品 |
39+
| uniitem | 外部插件物品 |
3940
| none | 无物品(材料一栏可不用填) |
4041
| saveditem | 保存的物品 |
4142
@@ -82,6 +83,38 @@ material: bb0f722aec27490cf056f560afdd457a0a794e703556cc4c3b51a582f5c57aa4
8283

8384
你可以在填写上述两个原版物品id时随意使用旧id或新id
8485

86+
6、uniitem
87+
88+
引用外部插件的物品id,具体有关UniItem的用法详见[UniItem](https://github.com/ProjectUnified/UniItem)
89+
90+
示例:
91+
92+
```yaml
93+
material_type: uniitem
94+
material: mmoitems::MATERIAL:FLATSTONE
95+
```
96+
97+
用法为namespace::id,支持以下插件
98+
99+
```yaml
100+
- ItemsAdder
101+
- Oxaren
102+
- MMOItems
103+
- MythicMobs
104+
- Nova
105+
- Reforges
106+
- StatTrackers
107+
- Talismans
108+
- ItemEdit
109+
- HeadDatabase
110+
- ItemBridge
111+
- EcoItems
112+
- EcoPets
113+
- EcoScrolls
114+
- EcoCrates
115+
- EcoArmor
116+
```
117+
85118
### \*材料
86119

87120
设置物品材料,填写内容由材料类型决定。

pages/format/universal-item-format.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ amount: (数字)
3636
| skull\_url | 头颅物品 |
3737
| skull\_hash | 头颅物品 |
3838
| slimefun | 粘液物品 |
39+
| uniitem | 外部插件物品 |
3940
| none | 无物品(材料一栏可不用填) |
4041
| saveditem | 保存的物品 |
4142
@@ -82,6 +83,38 @@ material: bb0f722aec27490cf056f560afdd457a0a794e703556cc4c3b51a582f5c57aa4
8283

8384
你可以在填写上述两个原版物品id时随意使用旧id或新id
8485

86+
6、uniitem
87+
88+
引用外部插件的物品id,具体有关UniItem的用法详见[UniItem](https://github.com/ProjectUnified/UniItem)
89+
90+
示例:
91+
92+
```yaml
93+
material_type: uniitem
94+
material: mmoitems::MATERIAL:FLATSTONE
95+
```
96+
97+
用法为namespace::id,支持以下插件
98+
99+
```yaml
100+
- ItemsAdder
101+
- Oxaren
102+
- MMOItems
103+
- MythicMobs
104+
- Nova
105+
- Reforges
106+
- StatTrackers
107+
- Talismans
108+
- ItemEdit
109+
- HeadDatabase
110+
- ItemBridge
111+
- EcoItems
112+
- EcoPets
113+
- EcoScrolls
114+
- EcoCrates
115+
- EcoArmor
116+
```
117+
85118
### \*材料
86119

87120
设置物品材料,填写内容由材料类型决定。

0 commit comments

Comments
 (0)