Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End of line supported? #1

Closed
djxy opened this issue Jun 13, 2018 · 2 comments
Closed

End of line supported? #1

djxy opened this issue Jun 13, 2018 · 2 comments

Comments

@djxy
Copy link

djxy commented Jun 13, 2018

Hi,

I'm trying to use the rcon-cli with itzg/minecraft-server, but the cli don't seem to handle the end of line.

Example when I do docker exec mc rcon-cli help it returns this.

root@vultr:~# docker exec mc rcon-cli help
--- Showing help page 1 of 10 (/help <page>) ---/advancement <grant|revoke|test> <player>/ban <name> [reason ...]/ban-ip 
<address|name> [reason ...]/banlist [ips|players]/blockdata <x> <y> <z> <dataTag>/clear [player] [item] [data] [maxCount]
 [dataTag]/clone <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [maskMode] [cloneMode]Tip: Use the <tab> key while typing a co
mmand to auto-complete the command or its arguments   

But it should return something like this.

--- Showing help page 1 of 10 (/help <page>) ---                                        
/advancement <grant|revoke|test> <player>                                               
/ban <name> [reason ...]                                                                
/ban-ip <address|name> [reason ...]                                                     
/banlist [ips|players]                                                                  
/blockdata <x> <y> <z> <dataTag>                                                        
/clear [player] [item] [data] [maxCount] [dataTag]                                      
/clone <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [maskMode] [cloneMode]                 
Tip: Use the <tab> key while typing a command to auto-complete the command or its arguments    

I even tried with the interactive mode.

root@vultr:~# docker exec -i mc rcon-cli                                                                       
> help                                                                                                                   
--- Showing help page 1 of 10 (/help <page>) ---/advancement <grant|revoke|test> <player>/ban <name> [reason ...]/ban-ip 
<address|name> [reason ...]/banlist [ips|players]/blockdata <x> <y> <z> <dataTag>/clear [player] [item] [data] [maxCount]
 [dataTag]/clone <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [maskMode] [cloneMode]Tip: Use the <tab> key while typing a co
mmand to auto-complete the command or its arguments 
@djxy
Copy link
Author

djxy commented Jun 13, 2018

It's a bug with minecraft.

https://bugs.mojang.com/browse/MC-7569

@djxy djxy closed this as completed Jun 13, 2018
@itzg
Copy link
Owner

itzg commented Jun 13, 2018

Yeah, that’s been annoying me the whole time I started with this tool. I had used wireshark a couple of times to make I wasn’t missing something...so I’m very thankful for the specific issue link you found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants