Minecraft-Console-Client
Minecraft-Console-Client copied to clipboard
Implement flight disabling
Some server owners allow players to fly. And also enable fly on login.
Since ore mining works bad while flying, it is good to have an option to disable fly mode. Here is my attempt to implement this feature: https://github.com/ORelio/Minecraft-Console-Client/commit/b50f96e3968a0b727b2f8dafcd3a6826dd8315a1.
It is not tested well enough and may have a problems. Also it is based on outdated fork. Because of this I create not pull request, but issue.
Hi @Vort, this looks nice 👍
To make this future proof I think you should also abstract the flags in Player abilities because they may change between versions.