FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

delete-on-logout config option also wipes history from the disk

Open Deauthorized opened this issue 1 year ago • 0 comments

Server Implementation

Paper

Server Version

1.20.4

Describe the bug

On snapshot build 711, if a player uses worldedit and then logs out with this config option (history: delete-on-logout) enabled, ALL history data related to said player is removed despite the comment stating that it "does not effect disk" This causes tools such as //inspect and //frb to become useless.

To Reproduce

  1. Make an edit with FAWE with delete-on-logout set to true
  2. Go to the history folder > world > your uuid and note the files within
  3. Log out
  4. Watch them evaporate

Expected behaviour

The history data should only be removed from memory, as it says it would do.

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

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

Fawe Version

FastAsyncWorldEdit-Bukkit-2.9.2-SNAPSHOT-713

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?

I don't know if this is intended behavior or not.

Deauthorized avatar Apr 03 '24 02:04 Deauthorized