#Nexo Support
1 messages · Page 1 of 1 (latest)
material: nexo-<here>
make sure you have latest dev build also
Where can I find the latest dev build?
ty so much
nexo_moltenmagma:helmet
Like this?
nexo_moltenmagma:helmet
or this?
Ok I see that you guys have mmotiems support
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?
If you use material: mmoitems- it should set the lore as well
it should copy all the item options not just the material
and then you can override them if you want
It copied only the name
Can I add new lines?
Bc it is a shop of these itens so I need to add the prices
In lore
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'
I love u
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?
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?
I'm using the dev build because of the nexo support (which I ain't using) should I go to the last stable one?
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
Yeah it is open source: https://github.com/HelpChat/DeluxeMenus
I'm looking into the issue as we speak. Will send you a test build here if I figure it out
Ask away. Will try to help here
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
Yeah. I am looking at the code and for MMOItems it doesn't support more than 1 : in the name
yep
I was not aware that item namespaces and/or item names can contain : in MMOItems.
lol
So I'm not very familiar with mmoitems but the name of the sword is FANTASY:SWORD27_2?
and the type is SWORD?
Alright. This is an easy fix then.
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.
I can't rn, it's a server thats today will have a lot of players
It's opening by today