Conversation
Merging changes from Indev for 1.6.0 release
Merging changes from Indev for 1.6.1 release
Added the ability to set a custom test string for the antiAFK bot through the .ini file. Also changed it that instead of waiting for input after login failure it waits 10 seconds and then restarts the program to try again.
Now displays time till reconnect on login failure
Newbie error with github, this has the time till reconnect messages.
|
Hello, sorry for the late reply I've been busy these last days.
|
|
Thats ok i'm basically just messing around with this anyway, i figured i might as well share what i feel are improvements with the community.
|
|
Ok i managed to remove the manifest and i tried putting in a setting to disable the auto retry on login failure but it proved too much for me so i didn't push it into the pull. |
|
What's the status of this pull? |
|
There are unnecessary changes in MinecraftClient.csproj, MinecraftClient.csproj.user, I think I'll manually add the changes to the repository and then "close" the pull request. |
|
I'm totally OK with that I've never coded anything before let alone visual basic. I think I'll just suggest ideas instead of trying to code them myself. |
|
*sorry with visual studio |
|
Don't worry mate, every coder has to start somewhere. And it's better late then never. |
|
When adding a new commit using the GitHub desktop app, you can uncheck visual studio related files. |
- AntiAFK command can be customized through INI file - Clearer WriteDefaultSettings() function
|
AntiAFK custom command feature has been added in commit no. a627842 |
Made the antiAFK bot's message configurable through the .INI file (still defaulted to /ping). I also changed the login failure behavior from pause and wait for user input to automatically trying to reconnect after 10 seconds, this setting is also configurable in the.INI file. In case it was missed in the original pull request I apologize for any sloppy codeing or formatting as I have absolutely no experience with it.