MohistMC / Banner

The Bukkit/Spigot/Paper API implementation for Fabric
GNU General Public License v3.0
238 stars 29 forks source link

Fast Async World Edit fails durring world manipulation #278

Closed Sandr-aa closed 4 months ago

Sandr-aa commented 4 months ago

I have confirmed that ...

Banner version

671

OS & Java versions

OS: Arch Linux x86_64, Java: openjdk 21.0.4 2024-07-16

Plugins and Mods

Plugins (1): FastAsyncWorldEdit (WorldEdit)
Mods: Fabric Loader, OpenJDK, javax.inject, jline, MixinExtras, mapping-io, adventure-api, adventure-key, adventure-platform-api, adventure-text-logger-slf4j, adventure-text-minimessage, adventure-text-serializer-ansi, adventure-text-serializer-gson, adventure-text-serializer-json, adventure-text-serializer-legacy, adventure-text-serializer-plain, examination-api, examination-string, bungeecord-chat, SpecialSource, jopt-simple, log4j-iostreams, checker-qual, jansi, sqlite-jdbc, snakeyaml

Description

Any type of world manipulation with fast async worldedit seems to fail.

Step to reproduce

(Install Banner and FastAsyncWorldEdit from https://ci.athion.net/job/FastAsyncWorldEdit/ manually or use the mcman config)

Fill:

  1. get an wand (wooden axe) and select an area with left+right click
  2. replace the blocks: //set stone

    Brush:

  3. get an tool (e.g wooden axe), hold it and execute //brush set cuboid 5 stone
  4. right-click an area

    Set biome:

  5. get an wand (wooden axe) and select an bigger area with left+right click
  6. execute //setbiome meadow

Logs

latest.log

Server pack link (Optional)

https://gist.github.com/Sandr-aa/ee25a4e6245f7eadf13f7659586320e1

Mgazul commented 4 months ago

Fixed