if config clipboard.use-disk is true, the clipboard brush breaks once the players active clipboard changes
eztaK-red opened this issue ยท 1 comments
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
- Select something and do //copy
- //brush clipboard
- Select something else and do //copy again
- 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
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
Duplicate of #1864