MMOItems
ItemsAdder is compatible with MMOItems and it's very easy to integrate.





ItemsAdder/contents/mmoitems_example/configs/example.yml
As you can see I set a new attribute called
mmoitem
and also type
and id
.
These are used to connect the two items.info:
namespace: mmoitems_example
items:
test:
display_name: ""
permission: example_item
mmoitem:
type: SWORD
id: TEST
resource:
material: DIAMOND_SWORD
generate: true
textures:
- item/test.png
durability:
max_custom_durability: 1324
ItemsAdder/contents/mmoitems_example/resourcepack/mmoitems_example/textures/item/test.png
Use the command
/iaget mmoitems_example:test
to get your finished item

Last modified 2mo ago