#Link markdown
1 messages · Page 1 of 1 (latest)
try [URL] https://url-here.com
unless I did it wrong, it didnt work
i feel like the above thing i sent is for clicking an item in a menu
what are you trying to do? can you share the snippet of menu?
for voting I am trying to click an item in a menu, then outputs Link 1, 2, 3, 4, etc in a list where you can click the "Link 1" and brings you to first vote site
because I wanna make them send all at once and links are all different sizes and its not neat
im not sure but u can try adding /n or \n after the link and the text after that will be sent in new line
or you can add multiple actions
[message] <https://link2>
[message] <https://link3>
[message] <https://link4>
[message] <https://link5>```
use [minimessage] <https://link5> for minimessage format
well yea I understand how to do it like that, but its still super disorganized and not clean. Even if you were to use the line break to shove the url to another line.
looks like its working
yea, as I said in my initial post it gets shortened. Once you put an actual link instead of "mylinkhere" you can't click it
uh
wait i dont understand can you provide screenshots
that's not even a thing? 
where did you see that?
wait let me check my history
send the whole MiniMessage that doesn't work
- '[minimessage] <underlined><click:OPEN_URL:https://example.com>Link 1</click></underlined>'
oh yes thats something from deluxechat, didnt see it, my bad.
that may be because of the :
try putting the link within ""
same thing, shortened but cant click it
r u using any custom client
which DeluxeMenus version are you on?
i feel like the web links setting in minecraft might be disabled
most recent, just downloaded it a few hours ago
I'll try when I get on my pc
lunar, but I have a vanilla launcher open as well and its the same results
wait try this
send a link into chat and try to click it
oh wait
nono
.
/tellraw @p {"text":"link 1","clickEvent":{"action":"open_url","value":"https://link1"},"hoverEvent":{"action":"show_text","contents":["Click to open the link"]}}
type this command and check if it works
if we somehow use this tellraw command as a console command and add it into actions, it might work out
but the thing is, it should work with minimessage format
does the tellraw text formatting not work through console?
it should
try this
/tellraw @p {"text":"link 1","bold":true,"italic":true,"clickEvent":{"action":"open_url","value":"https://link1"},"hoverEvent":{"action":"show_text","contents":["Click to open the link"]}}
worked fine for me
yea, just doesn't for me. I even tried a whole other menu and adding just 1 minimessage and it just pastes it in chat properly but can't click it still.
this does work however, I can see the format and click the link in chat
but kinda inconvenient lol
as I have 0 idea on how to edit the format to what I want
tru
so then were exactly could I go to ask questions about what I am doing wrong with this then lol
wdym?
well I got what I needed from the site, can click both links, but weird symbol pops up?
tellraw %player_name% ["",{"text":"Link 1","underlined":true,"clickEvent":{"action":"open_url","value":"https://example.net"}},{"text":" \u0020 \u0020 \u200b"},{"text":"Link2","underlined":true,"clickEvent":{"action":"open_url","value":"https://example2.net"}}]
yea it was but I had wanted them for spacing between the 2 links but I replaced the \u200b with a \u0020 and works fine now lol
okay, spaces should have worked though
is there anyway I can create space at the beginning without messing up the command part? Like center the text it outputs?
- '[console] tellraw %player_name% ["",{"text":"Link 1","underlined":true,"clickEvent":{"action":"open_url","value":"https://example.net"}},{"text":" \u0020 \u0020 \u0020"},{"text":"Link2","underlined":true,"clickEvent":{"action":"open_url","value":"https://example2.net"}}]'
it's fine 😅
though I do find it weird that the editor writes \u0020 (the unicode for the space character) instead of actual spaces
replacing them by actual spaces should be fine tho
idk, same, but it works, im happy, so not touching it lol
fair enough
but yea idk the spaces before link 1 isnt doing anything?

then I guess try with \u0020
I don't see why it wouldn't work without regular spaces but eh
this game is cursed
ok finally got it all to work, unfortunate for the minimessage way. Thank you all for all the support I appreciate it
