Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

island deletion not complete - some chunks stay intact #2223

Open
leon37921 opened this issue Aug 31, 2024 · 2 comments
Open

island deletion not complete - some chunks stay intact #2223

leon37921 opened this issue Aug 31, 2024 · 2 comments
Assignees
Labels
Pending Pending reports to be investigated

Comments

@leon37921
Copy link

Minecraft's Version

This server is running Paper version git-Paper-497 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: d8d54d9 on ver/1.20.4)

Plugin's Version

SuperiorSkyblock2 version 2024.2-b315

Describe the bug

The island is not deleted 100%. Some chunks are not deleted.

To Reproduce

  1. create island
  2. and delete it
  3. go back to the coordinates

Additional Information

I copied another island with FAWE to that area to have more blocks / a bigger area filled with blocks.

grafik

Screenshot (1188)

messages in the console, some weeks ago (dont know if this is related to this bug):

[23:56:24 INFO]: skrilly4 issued server command: /sky delete
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27541, y=100, z=3064} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:shulker_box @ BlockPosition{x=27537, y=45, z=3071} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:mob_spawner @ BlockPosition{x=27547, y=39, z=3067} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27497, y=44, z=3094} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:shulker_box @ BlockPosition{x=27557, y=40, z=3128} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27493, y=45, z=3105} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27493, y=45, z=3107} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:campfire @ BlockPosition{x=27508, y=43, z=3128} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:shulker_box @ BlockPosition{x=27550, y=41, z=3100} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27536, y=48, z=3045} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27536, y=48, z=3047} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:campfire @ BlockPosition{x=27495, y=54, z=3087} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27500, y=43, z=3099} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27500, y=43, z=3101} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:hopper @ BlockPosition{x=27499, y=44, z=3094} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:shulker_box @ BlockPosition{x=27539, y=45, z=3042} state Block{minecraft:air} invalid for ticking:
[23:56:25 WARN]: Block entity minecraft:end_gateway @ BlockPosition{x=27567, y=37, z=3056} state Block{minecraft:air} invalid for ticking:
....

today:
[12:08:25 WARN]: Block entity minecraft:campfire @ BlockPosition{x=-33659, y=100, z=-19887} state Block{minecraft:air} invalid for ticking:

no other errors or warns

other players can interact with chests and other containers, but can't break/place blocks.

@OmerBenGera
Copy link
Member

Only chunks that are considrered "dirty" will be removed (aka, chunks with blocks)
If you edited the chunk without letting SSB know, it will not know that the chunk is dirty

@leon37921
Copy link
Author

Only chunks that are considrered "dirty" will be removed (aka, chunks with blocks) If you edited the chunk without letting SSB know, it will not know that the chunk is dirty

okay, I repeated everything and placed a block by hand in every chunk. And all chunks are deleted 👍 .
But the blocks in the chunk in the second picture with the redstone in it were placed by hand too and not with FAWE or other plugins and that chunk was not deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pending Pending reports to be investigated
Projects
None yet
Development

No branches or pull requests

2 participants