FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

if config clipboard.use-disk is true, the clipboard brush breaks once the players active clipboard changes

eztaK-red opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.21

Describe the bug

When the config option clipboard.use-disk is set to true, a registered clipboard brush fails to continue to work if the active clipboard changes.

To Reproduce

  1. Select something and do //copy
  2. //brush clipboard
  3. Select something else and do //copy again
  4. Try to use the brush (it fails)

Expected behaviour

The brush should still continue to work, even if the players active clipboard changes, as it does with clipboard.use-disk: false.

Screenshots / Videos

No response

Error log (if applicable)

https://paste.gg/p/anonymous/2c0ff208f3594fdbbd99aab10a4aad3d

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/171c8a6b7acf429cbe1406bb93c8ef6c

Fawe Version

#961

Checklist

Anything else?

No response

commented

Duplicate of #1864