meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

Elytra fly inventory left open [Bug]

Open ValkLaz opened this issue 1 year ago • 4 comments

Describe the bug

Not working as intended. When the module does a chest swap, it does not close the inventory and I have to manually open and close it. An open inventory causes kill aura and any hits to not land. (Server anticheat) I'd like an option to close inventory after chest swap to be a thing.

Steps to reproduce

  1. I enabled/disabled elytra fly
  2. It tries to chest swap which results in an open inventory

Meteor Version

meteor-client-0.5.6-2054

Minecraft Version

1.20.4

Operating System

Windows

Before submitting a bug report

  • [X] This bug wasn't already reported (I have searched bug reports on GitHub).

  • [X] This is a valid bug (I am able to reproduce this on the latest dev build).

ValkLaz avatar Apr 14 '24 02:04 ValkLaz

go into the chest swap module and enable the close inventory setting

Wide-Cat avatar Apr 14 '24 22:04 Wide-Cat

This doesn't work. I was talking about the chest swap feature in the elytra fly module.

ValkLaz avatar Apr 16 '24 05:04 ValkLaz

the elytra fly module uses the code from the chest swap module

Wide-Cat avatar Apr 16 '24 16:04 Wide-Cat

Happens to me too, on servers using NCP as the anticheat. NCP flags you as inside your inventory GUI when you move any item, until an inventory close packet is received. Affects both Chest Swap and Auto Totem, possibly also other inventory-related modules. This can be solved by just sending that packet every time an item is moved.

Xenapte avatar May 08 '24 09:05 Xenapte