This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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设置物品材料,填写内容由材料类型决定。
Original file line number Diff line number Diff 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设置物品材料,填写内容由材料类型决定。
You can’t perform that action at this time.
0 commit comments