Closed wigster101 closed 2 years ago
I updated to version release 1.0.4 and the behavior is still present, release 1.0.4b37 also still has this bug. I am unsure if you are aware of this, so apologies if this is unnecessary information. I looked into the database, the glitched loaders from 1.0.3 were still present in the database (the ones in the screenshot), but the ones from 1.0.4 get correctly removed/do not get added.
One other aspect to this bug, unsure if it was present in 1.0.3, placing a chunk loader directly beside one with speading set to true on the -X/-Z sides & corner creates issues with removing the chunk loader. However placing a loader on any side which has at least one positive direction does not result in the second loader immediately getting removed after placement but does not create this issue with removing the spreading loader. If a second loader is placed adjacent to the first on the negative sides, breaking the chunk-spreading loader is wonky. You get the chat notification but the floating text does not get removed & no blocks can be placed in the same spot. This issue is resolved after a server restart. Otherwise, placing and breaking a chunk loader works without any issue.
Sorry for the long waiting time. It should be fixed in latest dev build, let me know if it works.
Minecraft's Version
Minecraft Version 1.18.1 Java Paper version 152
Plugin's Version
1.0.3-b34
Describe the bug
Usually if a chunk is already being loaded by another chunkloading block, it will deny any place attempts. However, if chunks-spread is set to true but there is no claim present, this check does not occur and multiple chunk loading blocks can be placed within the same chunk. Chunk loaders without chunk-spread in the config will still correctly block placement of newly placed chunk loaders with chunk-spread=true, but existing loaders with chunk-spread=true will not stop placement chunk loaders
To Reproduce
Additional Information
This image shows multiple chunk loaders within the same chunk. The block type was changed to gold for radius 0 & chunk-spread=true, emerald for radius 2 & chunk-spread=false. As soon as the emerald one was placed, no more could be placed within the chunk.