Muqsit / WorldStyler

Yet another World Editor plugin for PocketMine... except it's actually fast!
GNU Lesser General Public License v3.0
30 stars 6 forks source link

Issue with Copying and pasting #11

Open RedCraftGH opened 5 years ago

RedCraftGH commented 5 years ago

Heyo! I am having an issue with using your plugin to copy and paste structures. They copy completely fine, and they paste completely fine in the correct position...at first. However, after leaving the world and reentering I am left with random chunks of the structure and the rest is completely gone, vanished.

Also, side note: A //undo command would be an awesome enhancement to this plugin.

image

BajanVlogs commented 5 years ago

I'm having the same issue

ZandercraftGames commented 5 years ago

Issue #12: Block updates don't seem to register. These two issues are one and the same, just in a slightly different way. It seems that any use of a command that modifies blocks does this.

ZandercraftGames commented 5 years ago

I have also found that if you spam the command that pastes or sets blocks, it will sometimes actually stay there and work.

ZandercraftGames commented 5 years ago

So that can be a temporary workaround. Just an unreliable one though.

KadTheHunter commented 3 years ago

This is still an issue now in November 2020. Using the latest build (Dev 11), this still occurs. On the public/released version that is listed on Poggit, this doesn't seem to be an issue, as I successfully pasted several builds and came back to no broken chunks, but on that version the permissions are broken/non-existent, and thus it's really not usable.

Edit: After looking around some, I see now that the branch chunk-update-fix wasn't merged into master.

Edit 2: Created the PR to merge it (#28). Maybe once that's merged a new release should be made on Poggit? (Unless the PHPStan stuff means it'll get rejected lol)