FastAsyncWorldEdit

FastAsyncWorldEdit

245k Downloads

IQueueExtent warning

SaintQd opened this issue ยท 3 comments

commented

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:

  1. Make a seelction with tile entities inside.
  2. Use //copy -be command. After this warning should be shown in console.
    While pasting:
  3. Load schematic that contains tile entities.
  4. Use //paste -be command. After this warning should be shown in console.

Expected behaviour

There should be no warning in console.

Screenshots / Videos

Image
Tested schematic contains this small island:
Image

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/056c25e397114d98a49919e7287a871a

Fawe Version

FastAsyncWorldEdit-2.13.1-SNAPSHOT-1057

Checklist

Anything else?

No response

commented
commented

After latest snapshot warning still persists:
Image
https://athion.net/ISPaster/paste/view/8cd031d50e6343a7ac98e52e9872cd11

Yes because it's not been merged yet. Awaiting review

commented

After latest snapshot warning still persists:
Image
https://athion.net/ISPaster/paste/view/8cd031d50e6343a7ac98e52e9872cd11

Yes 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