Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

Implement flight disabling

Open Vort opened this issue 4 years ago • 1 comments

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.

Vort avatar Mar 20 '21 12:03 Vort

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.

ORelio avatar Mar 20 '21 17:03 ORelio