#Nexo Support

1 messages · Page 1 of 1 (latest)

sonic sedge
#

I saw that now you guys have Nexo support, it has added 3 weeks ago in github, how can I use a nexo material?

royal ocean
#

material: nexo-<here>
make sure you have latest dev build also

sonic sedge
royal ocean
sonic sedge
#

ty so much

sonic sedge
#

Like this?

#

nexo_moltenmagma:helmet

#

or this?

royal ocean
#

nexo-

#

not nexo_

sonic sedge
#

so I'll be using it

#

have a way to get mmoitems lore?

#

Like I have this sword

#

I want to do a shop, but also show the details of the sword

#

I need to do it manually or we have something?

languid idol
#

it should copy all the item options not just the material

#

and then you can override them if you want

sonic sedge
sonic sedge
#

Bc it is a shop of these itens so I need to add the prices

#

In lore

languid idol
# sonic sedge Can I add new lines?

Yes you can append new lines to existent lore but if you use update: true, I think the lore copy is broken.

To append new lore lines to the existent ones you need to set the following option for your item:
lore_append_mode: bottom

Other values for lore_append_mode are these:

lore-append-mode: 'override'
lore-append-mode: 'bottom'
lore-append-mode: 'top'
lore-append-mode: 'ignore'
sonic sedge
#

But the lore duplicate, is it rightw

#
    material: mmoitems-SWORD:SCORCHED_BLADE
    slot: 9
    lore_append_mode: bottom
    lore:
      - '&7Buy Special Item'
      - ''
      - '&eLeft-click: &6Buy 1 &7for &a$5000'
    left_click_requirement:
      requirements:
        has_money:
          type: has money
          amount: 5000
      deny_commands:
        - '[message] &cYou don''t have enough money for this!'
    left_click_commands:
      - '[console] mi give SWORD SCORCHED_BLADE %player_name%'
      - '[takemoney] 5000'
      - '[message] &aYou bought 1 &6SCORCHED BLADE &afor $5000'```
#

is bc of the update thing?

languid idol
#

Well you don't have update: true set for the item so it shouldn't be because of that. What version of DeluxeMenus do you use?

sonic sedge
#

I'm using the dev build because of the nexo support (which I ain't using) should I go to the last stable one?

languid idol
#

No. That's fine. I think this is just a bug we've missed. I'll open a ticket and try to look at it

sonic sedge
#

Oh okay

#

is it opensource?

#

Like

#

Can I contribute?

#

In the top one it's good

languid idol
#

I'm looking into the issue as we speak. Will send you a test build here if I figure it out

sonic sedge
#

oh okay

#

also

#

I gettin another problem

languid idol
#

Ask away. Will try to help here

sonic sedge
#
    material: mmoitems-SWORD:FANTASY:SWORD27_2
    slot: 22
    lore_append_mode: bottom
    lore:
      - '&7Buy Special Item'
      - ''
      - '&eLeft-click: &6Buy 1 &7for &a$5000'
    left_click_requirement:
      requirements:
        has_money:
          type: has money
          amount: 5000
      deny_commands:
        - '[message] &cYou don''t have enough money for this!'
    left_click_commands:
      - '[console] mi give SWORD FANTASY:SWORD27_2 %player_name%'
      - '[takemoney] 5000'
      - '[message] &aYou bought 1 &6Zealbolt &afor $5000'```
#

This specific weapon

#

not shows in the game

#

like

#

it's not getting the material

#

I think its beucase os the : stuff

#

in the name of the mmoitem

#

Everything is good besides this one

#

it's suposed to be it

languid idol
#

Yeah. I am looking at the code and for MMOItems it doesn't support more than 1 : in the name

sonic sedge
languid idol
#

I was not aware that item namespaces and/or item names can contain : in MMOItems.

sonic sedge
#

lol

languid idol
#

So I'm not very familiar with mmoitems but the name of the sword is FANTASY:SWORD27_2?

#

and the type is SWORD?

sonic sedge
#

Exact

#

it is like

#

the identifier

#

the other ones dont have the : thing

languid idol
#

Alright. This is an easy fix then.

sonic sedge
#

only this one

#

it's a specific scenario

languid idol
#

This should work then

#

Will contine to look at the lore stuff

sonic sedge
#

really ty

#

Okay

languid idol
# sonic sedge

This issue is very strange. I'm struggling to replicate it. I don't have MMOItems set up, so I'm testing it with SimpleItemGenerator.

#

I wonder if the issue is specific to the MMOItems hook. Could you install SimpleItemGenerator on your server to see if this issue happens with all hooks?

#

All you need to do is install it and set material to: material: simpleitemgenerator-item0 because the plugin comes with some items built in.

sonic sedge
#

It's opening by today