Cannot use //confirm command in console
GodDirtman opened this issue ยท 5 comments
Server Implementation
Paper
Server Version
1.19.2
Describe the bug
When I do the FAWE operations from the console, and something needs confirmation, the //confirm
command always returns You have no actions pending confirmation.
error.
After this error occurred on my main server, I also tried running it on a local server with no other plugins - the same result.
To Reproduce
- Open your server's console
- Select a large part of your world using
//pos1
and//pos2
(or//1
and//2
) - Try to modify this selected area. For example: //replace lava water
- FAWE will give you a confirmation request. Example:
Your selection is large ((0, 0, 0) -> (1000, 0, 1000), containing 101000 blocks). Use //confirm to execute /replace lava water
- Type
//confirm
in the console. - You get the
You have no actions pending confirmation.
error.
Expected behaviour
FAWE should execute the command and start the requested process.
Screenshots / Videos
No response
Error log (if applicable)
https://gist.github.com/GodDirtman/412100af5b6ce1317eca072f4171031c
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/9e6211532cf846c4bd8abf623b408ceb
Fawe Version
2.4.9-SNAPSHOT-296;0d112b2
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
I can reproduce that with Fawe-408 and Paper-519 (1.19.4)
The //confirm (/confirm) command just don't work via console
@TheMeinerLP looked at this further, looks like this command was never really supposed to be executed via console (players only) and the message you get via feedback is wrong at that spot. It's rather an upstream issue.
Edit: //confirm is from fawe, but the handling is somewhere else. Correct me if I understood that wrong