THEREALWWEFAN231 / Inertia-Issues

This is used for reporting bugs and or requesting features for the minecraft Utility Mod Inertia
66 stars 10 forks source link

".exec" : a ".say" alternative for using command #671

Open Ekibunnel opened 4 years ago

Ekibunnel commented 4 years ago

Minecraft Version(s) 1.16.2

What is the suggestion Add an ".exec" command, that would allow to pass external command trough it.

Why would this feature be useful This will allow the macro function to be way more useful since you would be able to bind stuff not related to the Inertia client.

Such as : A macro for exec "/homes" on servers ( or any other command server side )

Paralusion commented 4 years ago

would be better if the exec was included in the .say command, otherwise it'd be cluttered could be integrated with .say exec

THEREALWWEFAN231 commented 4 years ago

I don't completely understand, cant you just do .say /homes?

Ekibunnel commented 4 years ago

I don't completely understand, cant you just do .say /homes?

nope it will say "/home" in the chat

Paralusion commented 4 years ago

I don't completely understand, cant you just do .say /homes?

apparantly doing .say with an executable server command just sends the raw message in chat, except for executing the command

THEREALWWEFAN231 commented 4 years ago

Do you have a server i could test this on? Eventually

Ekibunnel commented 4 years ago

Do you have a server i could test this on? Eventually

tested on go.Minewind.com

ItsYoungDaddy commented 4 years ago

wow this is a great idea!

Godeps2891 commented 3 years ago

fix for .say not allowing / commands will be part of 3.2

feliscatusmeows commented 3 years ago

But then I can't do .say /kill to confuse people into suiciding

Ekibunnel commented 3 years ago

fix for .say not allowing / commands will be part of 3.2

I don't think only "fixing" .say is the way to go :c

The goal of asking a second different command (.exec) was to be able to keep that feature in the client. be able to enter anything in chat whiteout it being interpreted as command by the server is a nice feature.

if you want to fix .say so it act like the normal chat input it's okay but please also add an other command to pass anything as text, idk maybe an .sayany ?

Godeps2891 commented 3 years ago

reopening, suggesting a command like ".sayraw" to retain this feature