#Custom Item sell help!!!

1 messages · Page 1 of 1 (latest)

vital helm
#

Basically, I want to be able to sell some vouchers with deluxemenu.
The voucher is a Redstone with custom lore and Name. I want to know how I could make it so only this voucher can be sold and not regular redstone.

#

This is what i want people to be able to sell.

#

Not that the Voucher item is enchanted. If that affects anything

opaque minnow
#

do you know if it holds custom nbt?

#

If it does you can follow this tutorial

#

?checkitem-nbt

weak barnBOT
#
FAQ Answer:

CheckItem NBT Tutorial
Check out [this tutorial](#1071634786310967296 message) for information on how to check and remove items
with specific nbt data from a player via the CheckItem Expansion

opaque minnow
#

if it does not, you can probably use lorecontains instead of nbt with checkitem expansion

weak barnBOT
#
FAQ Answer:

Command:

/papi ecloud download checkitem
/papi reload

Manual Download:
Download
Click here for more information on how to use the CheckItem Expansion.
And click here for the CheckItem wiki with DeluxeMenus example menus.

opaque minnow
#

Sometimes colors can be hard to match, though it doesn't look like you use hex colors (which is the hard part)

#

can't tell if the font is from a resource pack or not, lmao

might be able to use %checkitem_mat:redstone,lorecontains:This voucher will &4reset your in game &crank%

vital helm
#

i mean

#

its not resource pack

opaque minnow
#

well then you're gonna have to write the lore yourself lol

opaque minnow
#

😂

#

is there a website you grab those characters from?

vital helm
#

could you like type the "type" down?

opaque minnow
#

just curious

vital helm
#

you need?

opaque minnow
#

could help

opaque minnow
vital helm
opaque minnow
#

some examples

#

also the nbt tutorial has good examples of this situation

opaque minnow
#

except it uses nbt vs lore

weak barnBOT
#
FAQ Answer:

CheckItem NBT Tutorial
Check out [this tutorial](#1071634786310967296 message) for information on how to check and remove items
with specific nbt data from a player via the CheckItem Expansion

opaque minnow
#

(linked earlier)

vital helm
#

is there another way to check if the item has nbt tag?

opaque minnow
#

are you 1.13.3+?

vital helm
#

yes

opaque minnow
#

the /data command should work

vital helm
#

1.18.2

opaque minnow
#

check out the tutorial

#

it goes full detail

vital helm
#

ok, thank you

#

Ill check it out and let you know if it works

tranquil bolt
#

is that a vanilla item or generated by a plugin?

vital helm
vital helm
#

@opaque minnow

tepid surge
vital helm
vital helm
tepid surge
#

👍🏼

vital helm
#

I want to check for nbt tag

tepid surge
vital helm
tepid surge
opaque minnow
#

can you take multiple screenshots? or maybe do it from console and copy it from there

vital helm
#

console is not showing the text

opaque minnow
#

/data get entity <player> SelectedItem

opaque minnow
vital helm
#

ok

vital helm
opaque minnow
#

copy paste

#

?paste

weak barnBOT
#
FAQ Answer:

Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
HelpChat Paste - How To Use

opaque minnow
#

please use a paste service

#

brother

#

....

#

why

vital helm
#

uh

#

how to

weak barnBOT
#
📋 Your paste: Anonymous21707
https://paste.helpch.at/ehalofuwas

A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.

#
📋 Your paste: Anonymous21707
https://paste.helpch.at/vovonopavi

A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.

#
📋 Your paste: Anonymous21707
https://paste.helpch.at/ezexogotar

A member of staff has requested I move your message to a paste,
Most likely because it contains a config/error/code snippet.

opaque minnow
vital helm
opaque minnow
#

%checkitem_mat:redstone,lorecontains:This voucher will &4reset your in game &crank%
OR
%checkitem_mat:redstone,namecontains:&cRank Reset Voucher%

#

ah

#

yes something like that with the custom font

#

make sure you have checkitem installed

#

?checkitem

weak barnBOT
#
FAQ Answer:

Command:

/papi ecloud download checkitem
/papi reload

Manual Download:
Download
Click here for more information on how to use the CheckItem Expansion.
And click here for the CheckItem wiki with DeluxeMenus example menus.

opaque minnow
#

can't really stay to help right now though

tepid surge
opaque minnow
#

try to keep these forum posts dedicated for the issue at hand

tepid surge
#

slightly blurred

vital helm
#

but with homes

tepid surge
vital helm
#

I want to make a similar menu

tepid surge
#

i knew

vital helm
#

So

#

do you think you know how it works?

tepid surge
#

idk if i not try

vital helm
#

please try 😄

tepid surge
vital helm
#

I spent 28 hours making item based menus because i didnt know Changeoutput existed

#

xd

vital helm
#

@opaque minnow When we put an item into a crate, it shows the value of the NBT/Shows the NBT Tag. If that is the tag we need, can you show type me the formula i should use in order to make the click requirement?

#

this is the whole detail the crate is giving off

opaque minnow
#

What I sent before should work no problems

#

%checkitem_mat:redstone,nameequals:&c&lRank Reset Voucher% should work

#

Modified slightly

#

On mobile right now but there is an entire tutorial for this sort of thing

#

?checkitem-nbt

weak barnBOT
#
FAQ Answer:

CheckItem NBT Tutorial
Check out [this tutorial](#1071634786310967296 message) for information on how to check and remove items
with specific nbt data from a player via the CheckItem Expansion

opaque minnow
#

Just ignore the NBT factor, and look at how the menu is formatted

#

?checkitem

weak barnBOT
#
FAQ Answer:

Command:

/papi ecloud download checkitem
/papi reload

Manual Download:
Download
Click here for more information on how to use the CheckItem Expansion.
And click here for the CheckItem wiki with DeluxeMenus example menus.

opaque minnow
#

Also examples here