Looking for a /link plugin

Status
This thread has been locked.

Colin13

Premium
Feedback score
1
Posts
57
Reactions
33
Resources
0
Hello,

I'm looking for a plugin that adds a feature where a player can execute a command such as
'/link (www.example.com)' and the confirmation screen to be sent to that link pops up without the player having to click the link in chat. I've attached an example of the screen.

If not already made, do you know any info that may help in developing something like this?

Cheers.
 

Attachments

  • Screen Shot 2018-11-08 at 12.05.36 am.png
    Screen Shot 2018-11-08 at 12.05.36 am.png
    20.5 KB · Views: 47

FelixDev

Typical Developer and Designer
Premium
Feedback score
9
Posts
1,124
Reactions
331
Resources
0
Its not in any api as I know, but im not sure tbh
 

Viking

Configurator and Manager
Supreme
Feedback score
20
Posts
276
Reactions
196
Resources
4
As far as I know, that confirmation screen is enabled/disabled in the Minecraft client settings. Don't take my word for that tho.
You could try and make a command that opens a GUI where you will have 2 items ("Yes" and "No"), and clicking yes sending you the original link in the chat.
Use DeluxeCommands and DeluxeMenus for that. ^.^
 

Arlind

Just A Man
Supreme
Feedback score
15
Posts
171
Reactions
83
Resources
0
If you use a Json Message paster and do /link (link) then it can paste it to you in chat and the player can click it with the confirmation screen coming up.
 

Colin13

Premium
Feedback score
1
Posts
57
Reactions
33
Resources
0
As far as I know, that confirmation screen is enabled/disabled in the Minecraft client settings. Don't take my word for that tho.
You could try and make a command that opens a GUI where you will have 2 items ("Yes" and "No"), and clicking yes sending you the original link in the chat.
Use DeluxeCommands and DeluxeMenus for that. ^.^
Hey, thanks for the reply. The idea is to bypass having to interact with the chat.
I currently use DeluxeMenu's to send link's in the chat for users to click on.
I did inquire on the Spigot Resource whether DM actually supported something like this, but unfortunately not.
 

Viking

Configurator and Manager
Supreme
Feedback score
20
Posts
276
Reactions
196
Resources
4
Hey, thanks for the reply. The idea is to bypass having to interact with the chat.
I currently use DeluxeMenu's to send link's in the chat for users to click on.
I did inquire on the Spigot Resource whether DM actually supported something like this, but unfortunately not.
Oh, I misunderstood what you've wanted then, my fault.
 

Colin13

Premium
Feedback score
1
Posts
57
Reactions
33
Resources
0
If you use a Json Message paster and do /link (link) then it can paste it to you in chat and the player can click it with the confirmation screen coming up.
As above the idea is to avoid having to click the chat. I plan for DeluxeMenu's or a similar plugin to fire the /link (link) command for the player. Just a QOL thing, not major if this isn't possible.
 

UltramoxX

Premium
Feedback score
0
Posts
13
Reactions
13
Resources
1
Hey, i programmed a lot of stuff on client-side and its not possibile to do that sorry :(

Ok its possible you have to make your own mod and every client has to install the mod, then you can send like a new packet or something and your mod opens the GUI/Website
 
Last edited:

Colin13

Premium
Feedback score
1
Posts
57
Reactions
33
Resources
0
Hey, i programmed a lot of stuff on client-side and its not possibile to do that sorry :(

Ok its possible you have to make your own mod and every client has to install the mod, then you can send like a new packet or something and your mod opens the GUI/Website
Not a viable option.

Thank you for everyone's input, seems like all sources are confirming this is not possible. Cheers :)
 
Status
This thread has been locked.
Top