
Certain FAWE commands are not logged by CoreProtect
Closed this issue ยท 1 comments
Server Implementation
Paper
Server Version
1.21.4
Describe the bug
Certain FAWE commands such as //line or //walls (most probably more of them, I just didn't test them) are NOT logged by CoreProtect, while others do work (//set, //replace, //undo...)
To Reproduce
- Select a region
- //line stone (operation is well performed)
- /co i and check on the blocks that were affected (none of the blocks appear as modified)
- //undo (operation is well performed)
- check on the rollbacked blocks (they do appear as modified now)
Expected behaviour
All commands should be logged by CoreProtect. I've quickly looked at the CoreProtect codebase and I don't see why they would "exclude" certain commands, therefore I think it comes from FAWE.
Screenshots / Videos
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/882feab3383e4faabf8ccc0f1521f7bf
Fawe Version
2.13.1-SNAPSHOT
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