
IQueueExtent warning
SaintQd opened this issue ยท 3 comments
Server Implementation
Paper
Server Version
1.21.4
Describe the bug
On copying and pasting schematics that contain tile entities (player heads, item frames), warning is shown in console:
[00:49:12 WARN]: Could not find IQueueExtent from `com.sk89q.worldedit.extent.transform.BlockTransformExtent` instance for entity retrieval, OncePerChunkExtent will not work.
[00:49:12 INFO]: [com.fastasyncworldedit.core.util.ExtentTraverser] Extent tree:
- BlockTransformExtent
- BlockArrayClipboard
Don't think there is any side effects of this warning, but it is not a pretty sight in console when there are multiple schematics being loaded in short amount of time.
To Reproduce
While copying:
- Make a seelction with tile entities inside.
- Use //copy -be command. After this warning should be shown in console.
While pasting: - Load schematic that contains tile entities.
- Use //paste -be command. After this warning should be shown in console.
Expected behaviour
There should be no warning in console.
Screenshots / Videos
Tested schematic contains this small island:
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/056c25e397114d98a49919e7287a871a
Fawe Version
FastAsyncWorldEdit-2.13.1-SNAPSHOT-1057
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
After latest snapshot warning still persists:
https://athion.net/ISPaster/paste/view/8cd031d50e6343a7ac98e52e9872cd11
After latest snapshot warning still persists:
https://athion.net/ISPaster/paste/view/8cd031d50e6343a7ac98e52e9872cd11
Yes because it's not been merged yet. Awaiting review
After latest snapshot warning still persists:
https://athion.net/ISPaster/paste/view/8cd031d50e6343a7ac98e52e9872cd11Yes because it's not been merged yet. Awaiting review
Ah. sorry, saw "fix" and "extent" in latest snapshot changelog and thought that it was the fix for this issue :P