ok. i just dont really understand due to lack of information saying what does what in some sections. should i enable the auto-relog? the delay is set at 10, is that the seconds it takes to relog after a sudden disconnect?
ok. i just dont really understand due to lack of information saying what does what in some sections. should i enable the auto-relog? the delay is set at 10, is that the seconds it takes to relog after a sudden disconnect?
Yes, and yes, it's a delay in seconds. Reference (probably wouldn't be easy to find if you weren't familiar with this project's code).
So I went Afk on a server with this and I still got disconnected. The only setting that has been changed was enabling the AutoRelog. Do I need to change anything else?
Just found this recently and I've been using it a lot! I was just wondering if there is a way for me to afk while Mining, or holding down a certain button on your keyboard/mouse using the console. I get that you can use /move to move, but I don't see any way to mine while afk, and on the server, I use this mod is allowed and that would make me able to get a lot of work done while afking spawners! Anyone who knows anything please respond!
Just found this recently and I've been using it a lot! I was just wondering if there is a way for me to afk while Mining, or holding down a certain button on your keyboard/mouse using the console. I get that you can use /move to move, but I don't see any way to mine while afk, and on the server, I use this mod is allowed and that would make me able to get a lot of work done while afking spawners! Anyone who knows anything please respond!
No, that's not currently possible. The client only has a limited understanding of the world, and doesn't know e.g. what tools you have or how long it would take to break a block.
I'm having problems getting the mac minecraft console client to work.
When i type in: mono MinecraftClient.exe
Terminal comes up with:
Cannot open assembly 'MinecraftClient.exe': No such file or directory.
Why is this happening? Please help me. Thanks.
That message means that there isn't a file named `MinecraftClient.exe` in the folder you're in ("assembly" in this case means "program"). Make sure you opened the terminal in the folder you saved it. (You can use the `cd` command to change directories, and `ls` to list files in the current directory)
Question, is there a way to get a strict version? Like instead of 1.4.2 to 1.9 or whatever, is there a download for JUST 1.9?
No. The way the code is written, it supports multiple protocol versions more or less directly (i.e. the protocol handler mostly handles shaping different packets by comparing the protocol version; it's not like the protocol's written from scratch for 1.8/1.9/1.10 (the exception being pre and post netty rewrite (1.7) just because the game itself effectively rewrote the protocol)).
What were you planning on doing with that? There may be a way your goal can be achieved more directly.
The Meaning of Life, the Universe, and Everything.
Join Date:
8/5/2010
Posts:
57
Member Details
Any way I can reference file paths for scripts? Trying to have this only as a single icon on my desktop but it refuses to accept alternate locations for the files I'm referencing.
Windows, I should say. Trying to run the client from a shortcut but still have it understand where I've got script files.
The leading slash seems problematic. Try with just "Console Client Files\nerdu_pve_tasks.txt" (though for this purpose, it might be better to change the "start in" options for the shortcut -- you might not even need to prefix a folder).
Amazing I would like to know how far you move when you do /move up and how would you make it do this every say 5min
EDIT: i meant move north, south, ETC
All of the /move commands move you one block (unless you specify coordinates to move to, in which case MCC will pathfind to those coords).
You could use the script scheduler to run this every so often, I think, but I'm not too experienced with it.
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.
Any chance of being afk with this and not getting disconnected from the conected server?
Come check out my pack and tell me what you think.
Already should be the case.
Configure AutoRelog/AntiAFK as needed. That should work fine, though there have been reported instances of it not working (#343).
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.
ok. i just dont really understand due to lack of information saying what does what in some sections. should i enable the auto-relog? the delay is set at 10, is that the seconds it takes to relog after a sudden disconnect?
Come check out my pack and tell me what you think.
Yes, and yes, it's a delay in seconds. Reference (probably wouldn't be easy to find if you weren't familiar with this project's code).
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.
ok thanks for the help. do i have to restart the program for the changes to take effect or is it automatic?
Come check out my pack and tell me what you think.
You need to close and reopen it, yes.
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.
ok, thanks again for your help.
Come check out my pack and tell me what you think.
So I went Afk on a server with this and I still got disconnected. The only setting that has been changed was enabling the AutoRelog. Do I need to change anything else?
Come check out my pack and tell me what you think.
Hey all!
Just found this recently and I've been using it a lot! I was just wondering if there is a way for me to afk while Mining, or holding down a certain button on your keyboard/mouse using the console. I get that you can use /move to move, but I don't see any way to mine while afk, and on the server, I use this mod is allowed and that would make me able to get a lot of work done while afking spawners! Anyone who knows anything please respond!
No, that's not currently possible. The client only has a limited understanding of the world, and doesn't know e.g. what tools you have or how long it would take to break a block.
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.
That message means that there isn't a file named `MinecraftClient.exe` in the folder you're in ("assembly" in this case means "program"). Make sure you opened the terminal in the folder you saved it. (You can use the `cd` command to change directories, and `ls` to list files in the current directory)
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.
Question, is there a way to get a strict version? Like instead of 1.4.2 to 1.9 or whatever, is there a download for JUST 1.9?
No. The way the code is written, it supports multiple protocol versions more or less directly (i.e. the protocol handler mostly handles shaping different packets by comparing the protocol version; it's not like the protocol's written from scratch for 1.8/1.9/1.10 (the exception being pre and post netty rewrite (1.7) just because the game itself effectively rewrote the protocol)).
What were you planning on doing with that? There may be a way your goal can be achieved more directly.
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.
Any way I can reference file paths for scripts? Trying to have this only as a single icon on my desktop but it refuses to accept alternate locations for the files I'm referencing.
Windows, I should say. Trying to run the client from a shortcut but still have it understand where I've got script files.
The leading slash seems problematic. Try with just "Console Client Files\nerdu_pve_tasks.txt" (though for this purpose, it might be better to change the "start in" options for the shortcut -- you might not even need to prefix a folder).
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.
Any good way I could send a random line from a text file to chat in this?
Probably that'd be easiest to achieve with a C# script (reading the line would be done via this example).
1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 World Downloader mod maintainer
Moderator on the mojang bugtracker, and also pretty deeply involved with the protocol documentation on wiki.vg.