#can someone read this post and help me out
1 messages · Page 1 of 1 (latest)
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 ...
/data doesn't work on my server and I have essentials x
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?
What is /crystalshop
Who is the crystal trader
so many questions
@balmy harness
I've been trying to help you for days
Can you just come on my server, and i'll OP you to check it out
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 
I got most the info from the spigot post
So basically, you want me to copy all this data here https://imgur.com/LwgJjSA and paste it here https://imgur.com/KIGnpIf
@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
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
@balmy harness
here, i'll just use pastebin https://pastebin.com/7Wbamskv
Okay. Do you have ANY OTHER ITEM that has /crystalshop in the lore?
FYI, I could edit this file for you if you sent the actual text
Pictures of text don't really help much
Nothing else has /crystalshop in the lore
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
it just shows a white chat of the placeholder %checkitem_mat:amethyst_shard,lorecontains:/crystalshop%
run those commands to make sure
now it says Yes
yes
Ooh, also do this
it should say no if you don't have any crystal shards
@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"
@hazy arch
here's the file if u wanna edit it https://easyupload.io/j9vuay
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
@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 '
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
okay
try this menu out https://paste.helpch.at/forazejeyu.yml @balmy harness
Okay, thanks! 😄
When I buy the item, it just takes my money, but it doesn't give me the item
@hazy arch
Please do not ping multiple times
Let alone even one time
People have lives, people work.
Have patience
Can you fix the problem?
what does it say in console when you click it
Nothing, it just doesn't accept it (I think maybe because the command is too long)
hmm
How did you get the item in the first place @balmy harness
please answer this question I've asked many times
Okay so, it's basically just a item with lore, rename and enchants im using this plugin to edit it all https://www.spigotmc.org/resources/itemedit-1-8-x-1-19-x.40993/
/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
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 u here?
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
So I have an item that has lore, and i'm trying to exchange it for another item (Enchanted book unbreaking 3) here's how it looks https://paste.helpch.at/iveqozokew.lua
%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
it says yes when i did it
%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
/papi parse me %checkitem_mat:sunflower,lorecontains:/warp tokenstore% yes
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
I know this says yes
ohh, but how do i specify the amount?
?checkitem
check the wiki 
This specifies amt
wait, now it's just giving me the enchanted book, without any items being in my inventory
?paste
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
i gotta go but somebody else can prob take a look, just send it over