The Aether

The Aether

32M Downloads

Bug: Investigate kicks for flying.

bconlon1 opened this issue ยท 1 comments

commented

ServerGamePacketListenerImpl has the code for handling these kicks, it seems to be handled if clientIsFloating is true, which is determined around line 878. The only easily modifiable value that seems to influence this is player.verticalCollisionBelow, but this seems to be the best way considering its only usage is in these kick checks.

Might be able to set a tracker or something for if the player is doing certain mod actions, to not kick them for flying.

  • Parachutes
  • Valkyrie Armor
  • Slowfall Accessories
  • Flying Animals
commented

Probably can't do this until ANTS is properly fixed so this can actually be tested.