deluxemenu not working

items: 'overworld': material: GRASS_BLOCK data: 1 slot: 0 display_name: "&aClick to rtp" lore: - "&aOverworld" left_click_commands: - '[player] rtp world world' items: 'nether': material: NETHERRACK data: 1 slot: 4 display_name: "&aClick to rtp" lore: - "&aNether" left_click_commands: - '[player] rtp world world_nether' ITS NOT WORKING HELP ME PLEARSE
117 Replies
Admincraft Meta
Admincraft Meta•2y ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by applestine#0
Lunaiskey
Lunaiskey•2y ago
put it in a code block using 3 `
BlurrySteve
BlurrySteveOP•2y ago
? what code?
Lunaiskey
Lunaiskey•2y ago
this
this
BlurrySteve
BlurrySteveOP•2y ago
this what? where exactly?
Lunaiskey
Lunaiskey•2y ago
put 3 ` in a row above items: and below the last line of the message
items:
'overworld':
material: GRASS_BLOCK
data: 1
slot: 0
display_name: "&aClick to rtp"
lore:
- "&aOverworld"
left_click_commands:
- '[player] rtp world world'
items:
'nether':
material: NETHERRACK
data: 1
slot: 4
display_name: "&aClick to rtp"
lore:
- "&aNether"
left_click_commands:
- '[player] rtp world world_nether'
items:
'overworld':
material: GRASS_BLOCK
data: 1
slot: 0
display_name: "&aClick to rtp"
lore:
- "&aOverworld"
left_click_commands:
- '[player] rtp world world'
items:
'nether':
material: NETHERRACK
data: 1
slot: 4
display_name: "&aClick to rtp"
lore:
- "&aNether"
left_click_commands:
- '[player] rtp world world_nether'
BlurrySteve
BlurrySteveOP•2y ago
a 3?
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
what there?
Lunaiskey
Lunaiskey•2y ago
you see this symbol ( ` ) 3 of them in a row on 2 seperate lines make a code block
BlurrySteve
BlurrySteveOP•2y ago
I dont see it send ss
Lunaiskey
Lunaiskey•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
. '''asdwa'''
Lunaiskey
Lunaiskey•2y ago
backtick the key before 1
BlurrySteve
BlurrySteveOP•2y ago
('saw) Send a ss of you typeing it ("hello")
Lunaiskey
Lunaiskey•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
''' '''
Lunaiskey
Lunaiskey•2y ago
backticks
BlurrySteve
BlurrySteveOP•2y ago
Where is that on my keyboard skukl Can you type it ill just copy and paste
Lunaiskey
Lunaiskey•2y ago
the key before 1 above tab
BlurrySteve
BlurrySteveOP•2y ago
\ `
Lunaiskey
Lunaiskey•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
hello kk okay but how do we fix the problem?
Lunaiskey
Lunaiskey•2y ago
edit your first message with the backticks
BlurrySteve
BlurrySteveOP•2y ago
okay items: 'overworld': material: GRASS_BLOCK data: 1 slot: 0 display_name: "&aClick to rtp" lore: "&aOverworld" left_click_commands: '[player] rtp world world' items:'nether': material: NETHERRACK data: 1 slot: 4 display_name: "&aClick to rtp" lore: "&aNether" left_click_commands: '[player] rtp world world_nether' like this?
Lunaiskey
Lunaiskey•2y ago
drop the 2nd items: string
BlurrySteve
BlurrySteveOP•2y ago
Wait I havent given context What im trying to do Is make an rtp gui WIth 3 worlds the nether, world, the end Just so you know "&aOverworld" left_click_commands: '[player] rtp world world' items:'nether': material: NETHERRACK data: 1 slot: 4 display_name: "&aClick to rtp" lore: "&aNether" left_click_commands: '[player] rtp world world_nether' Wait this doesnt make sense items: 'nether': material: NETHERRACK data: 1 slot: 4 display_name: "&aClick to rtp" lore: "&aNether" left_click_commands: '[player] rtp world world_nether'
Lunaiskey
Lunaiskey•2y ago
items:
'overworld':
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
'nether':
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
'end':
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'
items:
'overworld':
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
'nether':
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
'end':
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'
BlurrySteve
BlurrySteveOP•2y ago
Yes thank you Then I need to add the end 'END': material: END_STONE data: 1 slot: 7 display_name: "&aClick to rtp" lore: - "&aEnd" left_click_commands: - '[player] rtp world world_the_end' But for some reason when i add the end I get a syntax error But that works
Lunaiskey
Lunaiskey•2y ago
put 3 backticks not 2
BlurrySteve
BlurrySteveOP•2y ago
okay
'END':
material: END_STONE
data: 1
slot: 7
display_name: "&aClick to rtp"
lore:
- "&aEnd"
left_click_commands:
- '[player] rtp world world_the_end'
'END':
material: END_STONE
data: 1
slot: 7
display_name: "&aClick to rtp"
lore:
- "&aEnd"
left_click_commands:
- '[player] rtp world world_the_end'
HOld up Lemme Get my files up Thank you for helping me
Lunaiskey
Lunaiskey•2y ago
items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'
items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'
BlurrySteve
BlurrySteveOP•2y ago
I will try to understand what you say Okay I should copy that?
Lunaiskey
Lunaiskey•2y ago
yeah
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
Its also basic menu
Lunaiskey
Lunaiskey•2y ago
just create a new menu yml
BlurrySteve
BlurrySteveOP•2y ago
aught
Lunaiskey
Lunaiskey•2y ago
then register it in the deluxemenus config.yml
BlurrySteve
BlurrySteveOP•2y ago
RTP-GUI.yml Yeah i got you
BlurrySteve
BlurrySteveOP•2y ago
No description
Lunaiskey
Lunaiskey•2y ago
your issue was that you added multiple items: strings
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
Oh
Lunaiskey
Lunaiskey•2y ago
change the name to rtp_menu or smth like that
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
yeah i know Idk why i sent that
BlurrySteve
BlurrySteveOP•2y ago
No description
Lunaiskey
Lunaiskey•2y ago
copy and paste it
BlurrySteve
BlurrySteveOP•2y ago
aight ill copy what u said
Lunaiskey
Lunaiskey•2y ago
tho you need to add the menu's stuff aswell
BlurrySteve
BlurrySteveOP•2y ago
the waht?
Lunaiskey
Lunaiskey•2y ago
youve create the items forthe menu now you need to specify the other menu stuff
BlurrySteve
BlurrySteveOP•2y ago




I dont get itt
BlurrySteve
BlurrySteveOP•2y ago
1 second
Lunaiskey
Lunaiskey•2y ago
its menu title, inventory size, open command, etc
BlurrySteve
BlurrySteveOP•2y ago
items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'
items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'
line 6 has a syntax error
BlurrySteve
BlurrySteveOP•2y ago
No description
Lunaiskey
Lunaiskey•2y ago
you have double
BlurrySteve
BlurrySteveOP•2y ago
double what?
Lunaiskey
Lunaiskey•2y ago
look at the message you sent you have double
BlurrySteve
BlurrySteveOP•2y ago
I see
Lunaiskey
Lunaiskey•2y ago
its like you copy and pasted twice
BlurrySteve
BlurrySteveOP•2y ago
Ohhh
items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'items:
items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
display_name: "&aClick to rtp"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to teleport"
left_click_commands:
- '[player] rtp world world_the_end'items:
error still elin e
Lunaiskey
Lunaiskey•2y ago
you have duplicate display name
BlurrySteve
BlurrySteveOP•2y ago
No description
Lunaiskey
Lunaiskey•2y ago
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp" <- duplicate
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
display_name: "&aClick to rtp" <- duplicate
BlurrySteve
BlurrySteveOP•2y ago
display_name: "&aThe End" I see Yes
Lunaiskey
Lunaiskey•2y ago
drop the ones that say click to rtp and change the lore to be click to rtp
BlurrySteve
BlurrySteveOP•2y ago
error im reading
Lunaiskey
Lunaiskey•2y ago
since it goes
display_name
lore line 1
lore line 2
...
display_name
lore line 1
lore line 2
...
for itemstacks
BlurrySteve
BlurrySteveOP•2y ago
Let me just remove the lore I got error still line 6
```
```
items: overworld: display_name: "&aOverworld" material: GRASS_BLOCK slot: 0 display_name: "&aThe overworld" left_click_commands: - '[player] rtp world world' nether: display_name: "&aNether" material: NETHERRACK slot: 4 display_name: "&aThe nether" left_click_commands: - '[player] rtp world world_nether' end: material: END_STONE slot: 7 display_name: "&aThe End" left_click_commands: - '[player] rtp world world_the_end' ```
Lunaiskey
Lunaiskey•2y ago
items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
lore:
- "&eClick to rtp!"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
lore:
- "&eClick to rtp!"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to rtp!"
left_click_commands:
- '[player] rtp world world_the_end'
items:
overworld:
display_name: "&aOverworld"
material: GRASS_BLOCK
slot: 0
lore:
- "&eClick to rtp!"
left_click_commands:
- '[player] rtp world world'
nether:
display_name: "&aNether"
material: NETHERRACK
slot: 4
lore:
- "&eClick to rtp!"
left_click_commands:
- '[player] rtp world world_nether'
end:
material: END_STONE
slot: 7
display_name: "&aThe End"
lore:
- "&eClick to rtp!"
left_click_commands:
- '[player] rtp world world_the_end'
BlurrySteve
BlurrySteveOP•2y ago
I acctually dont know what it is Shall i copy?
Lunaiskey
Lunaiskey•2y ago
yeah
BlurrySteve
BlurrySteveOP•2y ago
k I respect you Most helpfull person ever Now let me check ig problem
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
There is no erros for this But that
BlurrySteve
BlurrySteveOP•2y ago
No description
Lunaiskey
Lunaiskey•2y ago
you need to add the rest of the menu's options
BlurrySteve
BlurrySteveOP•2y ago
Okay
Lunaiskey
Lunaiskey•2y ago
menu_title, open_command, size minimum
BlurrySteve
BlurrySteveOP•2y ago
In which file? File? Ive got no clue Make it easier to understand please
Lunaiskey
Lunaiskey•2y ago
look at this website
BlurrySteve
BlurrySteveOP•2y ago
Yeah I am
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
menu_title: "TEXT" But where?
Lunaiskey
Lunaiskey•2y ago
menu_title "RTP Menu"
open_command: rtp
size: 9
menu_title "RTP Menu"
open_command: rtp
size: 9
BlurrySteve
BlurrySteveOP•2y ago
okay
Lunaiskey
Lunaiskey•2y ago
copy and paste them before items:
BlurrySteve
BlurrySteveOP•2y ago
Okay
Lunaiskey
Lunaiskey•2y ago
you couldve also looked at the other menu yml files to see how they were laid out
BlurrySteve
BlurrySteveOP•2y ago
Oh sorry
BlurrySteve
BlurrySteveOP•2y ago
No description
Lunaiskey
Lunaiskey•2y ago
dont add a - just do open_command: rtp
BlurrySteve
BlurrySteveOP•2y ago
Where did you get size from?
BlurrySteve
BlurrySteveOP•2y ago
No description
Lunaiskey
Lunaiskey•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
As in it wasnt there Oh okay
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
I have left it as rtp
Lunaiskey
Lunaiskey•2y ago
i forgot the colon between menu_title and the quotes
BlurrySteve
BlurrySteveOP•2y ago
Oh ok
BlurrySteve
BlurrySteveOP•2y ago
No description
BlurrySteve
BlurrySteveOP•2y ago
thanks 😄 Any more steps?
Lunaiskey
Lunaiskey•2y ago
np that should be it
BlurrySteve
BlurrySteveOP•2y ago
Hmm now lets see Im trying to find the command :sk Can i change the open command?
Lunaiskey
Lunaiskey•2y ago
just do /rtp yeah
BlurrySteve
BlurrySteveOP•2y ago
nvm
Lunaiskey
Lunaiskey•2y ago
just change open_command
BlurrySteve
BlurrySteveOP•2y ago
It cause i thought it would not overide better rtp plugin I changed it anyway Thanks alot bro Hopefully I will have more knoloedge About these things
Lunaiskey
Lunaiskey•2y ago
if its solved do !solved
BlurrySteve
BlurrySteveOP•2y ago
1 more question If I need help with something may I dm you? I wont dm you every second maybe 2 weeks I wont be annoying Cause your acctually really helpfull !solved
Admincraft Meta
Admincraft Meta•2y ago
post closed!
The post/thread has been closed!
Requested by applestine#0

Did you find this page helpful?