FastAsyncWorldEdit

FastAsyncWorldEdit

245k Downloads

Certain FAWE commands are not logged by CoreProtect

Closed this issue ยท 1 comments

commented

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

  1. Select a region
  2. //line stone (operation is well performed)
  3. /co i and check on the blocks that were affected (none of the blocks appear as modified)
  4. //undo (operation is well performed)
  5. 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

Image

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/882feab3383e4faabf8ccc0f1521f7bf

Fawe Version

2.13.1-SNAPSHOT

Checklist

Anything else?

No response

commented

This isn't an FAWE issue