#can someone read this post and help me out

1 messages · Page 1 of 1 (latest)

balmy harness
hazy arch
#

You are trying to GIVE the item @balmy harness ??

#

I thought you wanted to place your custom item in the menu

#

Or this is unrelated

#

If you hold the item and did the /data get entity <player> SelectedItem command I sent in the past, you can copy all of that and use it in a vanilla give command

#

eg. [console] minecraft:give %player_name% item{data} 1

#

You can also use the same info with the vanilla clear command

#

[console] minecraft:clear ...

balmy harness
hazy arch
#

what server version?

#

I would recommend using the vanilla give/clear command over essentials because the data you would copy will be directly compatibly

#

I still really want to know where this item came from

#

can you please explain

#

You said you have an item in your enderchest

#

It has enchants and custom lore

#

how did it get the lore?

#

where does the item come from?

hazy arch
#

What is /crystalshop

#

Who is the crystal trader

#

so many questions

#

@balmy harness

#

I've been trying to help you for days

balmy harness
hazy arch
#

no...

#

Just please keep using this thread if you need continued support on this issue

#

You asked in #general-plugins then made a post here, then made a spigot post, then made another post here thonking

#

I got most the info from the spigot post

balmy harness
#

@hazy arch

hazy arch
#

not exactly

#

for the give/clear command, yes: But also change it to minecraft:give and minecraft:clear

#

for checking the item... it's a bit more complicated

#

Can you send the entire item data here?

#

I can make a checkitem placeholder for it

#

if it's too long, send it in a paste lol

#

?paste

polar thistleBOT
#
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

hazy arch
#

@balmy harness

balmy harness
hazy arch
#

Okay. Do you have ANY OTHER ITEM that has /crystalshop in the lore?

hazy arch
#

Pictures of text don't really help much

balmy harness
#

Nothing else has /crystalshop in the lore

hazy arch
#

okay, checkitem placeholder could be as simple as %checkitem_mat:amethyst_shard,lorecontains:/crystalshop%

#

type /papi parse me %checkitem_mat:amethyst_shard,lorecontains:/crystalshop% to test it

#

test with a regular amethyst shard too, just to make sure

balmy harness
#

it just shows a white chat of the placeholder %checkitem_mat:amethyst_shard,lorecontains:/crystalshop%

hazy arch
#

Do you have the checkitem expansion downloaded?

#

?checkitem

polar thistleBOT
#
FAQ Answer:

Command:

/papi ecloud download checkitem
/papi reload

Manual Download:
Download
Click here for more information on how to use the CheckItem Expansion.

hazy arch
#

run those commands to make sure

balmy harness
#

now it says Yes

hazy arch
#

Yes ?

#

or yes ?

balmy harness
#

yes

hazy arch
#

ok

#

you can use that placeholder in your menu now then

hazy arch
#

it should say no if you don't have any crystal shards

balmy harness
#

@hazy arch so for example, this is what i have to put for the /give and /clear? https://imgur.com/1ILpwCJ or do i need to edit it some way

#

wait, it's not letting me save the changes, it says "bad indentation of a sequence entry"

balmy harness
#

@hazy arch

balmy harness
hazy arch
#

please send a paste via a paste service, not an image, not a file

#

?paste

polar thistleBOT
#
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

hazy arch
#

@balmy harness

#

it's because there are ' inside your data, so they need to be escaped (doubled up) when used within another set of single quotes '[console] ...'

#

so you would do '[message] You don''t have permission' for example

#

for every instance of a '

balmy harness
hazy arch
#

Can you send your entire menu as well

#

if you want me to escape the ' for you, I can

balmy harness
hazy arch
#

okay so you actually copy only the tag: part

#

i'll put it in

#

for clearing I'm actually going to use checkitem since we're also already using that to check for the item

balmy harness
#

okay

hazy arch
balmy harness
balmy harness
#

@hazy arch

hazy arch
#

Please do not ping multiple times

#

Let alone even one time

#

People have lives, people work.

#

Have patience

balmy harness
#

Can you fix the problem?

hazy arch
#

what does it say in console when you click it

balmy harness
#

Nothing, it just doesn't accept it (I think maybe because the command is too long)

hazy arch
#

hmm

#

How did you get the item in the first place @balmy harness

#

please answer this question I've asked many times

balmy harness
hazy arch
#

/itemstorage (/is) is thought for creative servers and users, allow users to save and retrieve their customized items

#

from the spigot page

#

are you able to use that with this

/serveritem (/si) is thought to interact with players from console, and give, sell and buy items with players, those commands might be usefull for crate and kit plugins which allow to use commands, server admins may set custom items of the server

#

For future note: To make it easier for people to help you, please provide information when asked for it.
Having this knowledge is immensely helpful.

#

all of these commands...

#

bruh

#

what

balmy harness
# hazy arch what

Nevermind, I found the wiki and changed it to anything_here:
type: has item
material: "AMETHYST_SHARD"
amount: 768

#

everything seems to be working just fine now

hazy arch
#

ah, not crystal shard just regular? my b

#

misunderstood

balmy harness
#

@hazy arch u here?

hazy arch
#

You ping for no reason?

#

Please do not

#

and even there is a reason, unless it's directly related to me please don't ping

balmy harness
hazy arch
#

%checkitem_mat:sunflower,lorecontains:tokenstore% returns yes or no

#

Make sure to test your placeholders with /papi parse

#

%checkitem_amount_mat:sunflower,lorecontains:tokenstore% will return a number

balmy harness
#

it says yes when i did it

hazy arch
#

%checkitem_mat:sunflower,lorecontains:tokenstore,amt:3% will return yes if they have at least 3 of the item

#

You're trying to use yes in a comparator type

balmy harness
#

/papi parse me %checkitem_mat:sunflower,lorecontains:/warp tokenstore% yes

hazy arch
#

also just an fyi, %checkitem_remove_mat:sunflower,lorecontains:tokenstore% this will remove ALL of that item from your inventory

#

make sure to specify amt if you do not want that to happen

balmy harness
#

ohh, but how do i specify the amount?

hazy arch
#

?checkitem

polar thistleBOT
#
FAQ Answer:

Command:

/papi ecloud download checkitem
/papi reload

Manual Download:
Download
Click here for more information on how to use the CheckItem Expansion.

hazy arch
#

check the wiki this

balmy harness
#

i've tried and I can't seem to figure it out

#

ohh i see

#

thanks 😄

balmy harness
#

wait, now it's just giving me the enchanted book, without any items being in my inventory

hazy arch
#

?paste

polar thistleBOT
#
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

hazy arch
#

i gotta go but somebody else can prob take a look, just send it over