Page 1 of 1

Use ./COMMAND in chat to display /COMMAND

Posted: Sun Nov 20, 2011 8:24 pm
by koalaboy13
I have seen people new to MineRealm see the response ./COMMAND, ex. ./home ./sethome ./spawn, in chat and then type ./Command in themselves. Minor issue but I had an idea...

WARNING: This post may become very technical and confusing skip to the bottom for a simpler explanation.

Maybe use the Listener set up for helpbot to intercept chat messages containing "./" as the first two chars and then cancel the message and rebroadcast cast as just "/". Simplest way would probably be to concatenate PlayerName + ":" + message and display that in global chat.

TL;DR / Non-Bukkit-Techie Speak: if you say "./home" into chat it looks like you said "/home" which is currently impossible to say.

Re: Use ./COMMAND in chat to display /COMMAND

Posted: Sun Nov 20, 2011 8:32 pm
by ChronicTacos
or just say

Example 1:
Type /home
Example 2:
Type "/home" without the quotes.
Example 3:
./home without the period

Re: Use ./COMMAND in chat to display /COMMAND

Posted: Sun Nov 20, 2011 8:33 pm
by Cogohst
I can say /home.

Re: Use ./COMMAND in chat to display /COMMAND

Posted: Mon Nov 21, 2011 12:36 am
by ImUrDaddy5150
I like being able to put a period in front of my commands. Sometimes I do ./afk, if this was implemented the server would receive it as /afk, which is not a valid command. Also, when someone asks for a command, it's easiest to just type: "./_____" instead of: You type: "/______"

Therefore, It is my opinion that this should not be implemented.

EDIT

I misread the OP, this would be nice, but it is hardly necessary.

Re: Use ./COMMAND in chat to display /COMMAND

Posted: Mon Nov 21, 2011 2:14 am
by BSGSamuel
I really don't think this would be worth the effort...

Re: Use ./COMMAND in chat to display /COMMAND

Posted: Mon Nov 21, 2011 6:04 am
by Cannabin0l
Guys, while we're at it lets make it so we can type /wheat to get an inventory full of bread too!

Re: Use ./COMMAND in chat to display /COMMAND

Posted: Mon Nov 21, 2011 6:38 am
by Prodigy9
Cannabin0l wrote:Guys, while we're at it lets make it so we can type /wheat to get an inventory full of bread too!
That's totally not what the proposal is. All he was suggesting is that typing ./xyz into the chat bar and pressing enter makes it appear as /xyz in the chat box. No impact on gameplay, just a different way of informing people of the commands.

I don't think it's necessary though; as mentioned by several others, there are plenty of ways of getting the idea across.