LibsDisguises icon indicating copy to clipboard operation
LibsDisguises copied to clipboard

Feature request: Clickable disguise command.

Open andrewkm opened this issue 4 years ago • 6 comments

Several plugins (such as worldguard for example) have clickable chat commands that make life easier. It would be nice if the /disguise command allowed the same:

For example, clicking minecart_chest would input the following into the chat: https://i.imgur.com/ZZRPWZw.png

Would be a really nice quality of life thing when exploring all the various disguises a user has access to. :)

andrewkm avatar Dec 31 '20 00:12 andrewkm

I agree, but the biggest holdup is that it'd require me to rewrite the entire message system into an easier one that would also be more complicated, especially since I do translation supports..

The other biggest holdup is that I'm working at CubeCraft which has its own projects to do :\

libraryaddict avatar Jan 06 '21 04:01 libraryaddict

Semi-support in the current dev build and next release, using mini-message. I say semi because it'll probably break if/when I add actual fancy commands.

The reason behind the holdup is because I don't really want to limit what you can display, to remain compatibility with older stuff, and because of stuff required.

libraryaddict avatar Jun 04 '21 15:06 libraryaddict

https://docs.adventure.kyori.net/minimessage.html#format

libraryaddict avatar Jun 04 '21 15:06 libraryaddict

Not really sure what is meant by semi-supported, been trying everything, can't seem to get it to work. Maybe I'm just not trying the correct way. :(

andrewkm avatar Jun 22 '21 09:06 andrewkm

@libraryaddict how would I get it to work in the current "semi-supported" state?

andrewkm avatar Sep 30 '21 02:09 andrewkm

Yeah, I need to do more work on this.

Did some thinking last night, and frankly the minimessage stuff still has some issues here and there. Sometimes the command output seems to be doing the raw text.

As for the fancy command stuff, I think it is "supported" but not really. Supported in that you can do fancy stuff, not really in that it needs placeholders or something.

I can't honestly give you any reassurances sorry for the timeframe.

libraryaddict avatar Oct 02 '21 21:10 libraryaddict