You are browsing as a guest. Sign up (or log in) to start making projects!

37m 55s logged

I wanted people to actually be able to control the mod. Right now if you want to turn off auto-disconnect you have to dig into a .toml file, which nobody wants to do mid-session. So the goal was an in-game window you open with a key.

What I built: press K and a small window pops up with toggles for the main settings (auto-disconnect, screenshots, alerts). Flip one and it applies right away, no restart. I also added two warnings while I was in there: one that tells you auto-disconnect can get you flagged for combat-logging on PvP servers, and one that warns you screenshots can come out black if you’re in Fullscreen.

I wired up the keybind and pressed K, and nothing happened. Took me a while to realize Minecraft registers keybinds on a completely separate event channel than the one I was using for everything else, and the shortcut for it was deprecated on top of that. Once I moved the registration to the right place it worked first try.

Furthermore, added precautions is the user of the mod will go on a server (there might be problem due to pvp mods banning people after disconnecting after a hit)

Next idea that I might soon working on is covering support for more versions and also expanding the potential places for the bots to work with (discord)

0
7

Comments 0

No comments yet. Be the first!