FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

`//history list <player>` yields exception before completion

Open NotMyFault opened this issue 3 months ago • 3 comments

Server Implementation

Paper

Server Version

1.21.8

Describe the bug

Using //history list <player> an error occurs before you hit enter.

To Reproduce

  1. Do some changes
  2. Type //history list <player>
  3. Before pressing enter, the following error occurs.

Expected behaviour

The lookup shouldn't happen before you press enter, I would assume.

Screenshots / Videos

No response

Error log (if applicable)

https://gist.githubusercontent.com/NotMyFault/ad0053aa5c6539b8f9a17276bb4b1d5f/raw/f69780d3cd288c61fe90ed5a5eb42a3655a7a310/gistfile1.txt

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/b2d4176ef5bf468a80436534a7346cea

Fawe Version

FastAsyncWorldEdit-2.13.3-SNAPSHOT-1172

Checklist

  • [x] I have included a Fawe debugpaste.
  • [x] I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.

Anything else?

No response

NotMyFault avatar Sep 14 '25 11:09 NotMyFault

Can replicate this behaviour, for your information, the code can be found here

OneLiteFeather avatar Sep 14 '25 22:09 OneLiteFeather

Image

I found out, the sub commands from history are broken as well, missing tab completion and suggests user and then not wanting it.

OneLiteFeather avatar Sep 14 '25 22:09 OneLiteFeather

@TheMeinerLP feel free to propose your changes / thoughts in a PR

OneLiteFeather avatar Sep 15 '25 09:09 OneLiteFeather