-
Notifications
You must be signed in to change notification settings - Fork 9
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
Posts spawning on top of each other #71
Comments
That happens because the system detects the old post base as solid and
tries to put it on top of it. In order to prevent that behavior it would
have to save the old post materials somehow.
…On Mon, 20 May 2019 at 13:13, ichbinashh ***@***.***> wrote:
So I'll attach some images to show you, but I'm trying to change my posts
for custom ones. Upon doing so, I seem to have found an error which is
causing the posts to respawn on top of the previous every time the chunk is
unloaded and loaded back up again.
Happens on both Paper #20
<#20> and #32
<#32> (Latest)
https://gyazo.com/7e24734a0765c7a9561c52d0dd17ba2e
https://gyazo.com/a2a9d671ceee9e7b5456d9940accf9eb
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#71>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFIQQAEAO7SIFDRYQCRRJTPWKBTZANCNFSM4HOA5OWQ>
.
|
If I were to disable PopDens, remove all the previous posts and then reload it with the current block config, would this solve the issue? |
It should work if you manage to remove all the posts and then changing the
materials before starting the server
…On Mon, 20 May 2019 at 13:19, ichbinashh ***@***.***> wrote:
If I were to disable PopDens, remove all the previous posts and then
reload it with the current block config, would this solve the issue?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#71>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFIQQG6J74JGBTA2RM6QX3PWKCMNANCNFSM4HOA5OWQ>
.
|
Is there a way to automatically remove posts? I'm on a test server right now, but it'll be loading on to a fresh server in the end so I don't see that it should be an issue as long as I change it before it spawns them |
I see there’s a branch called remove posts, but seems outdated. I’m not
sure if it works.
Another option would be to try and set the materials for the post as AIR,
but that would leave the base “hole” in the ground (if it even works)
…On Mon, 20 May 2019 at 13:35, ichbinashh ***@***.***> wrote:
Is there a way to automatically remove posts? I'm on a test server right
now, but it'll be loading on to a fresh server in the end so I don't see
that it should be an issue as long as I change it before it spawns them
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#71>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFIQQB4LMZH6AWOJJCHKV3PWKEGFANCNFSM4HOA5OWQ>
.
|
I'll give that a go and report back |
Air does in fact work, but I just decided to start a fresh world and test that way. It's still duplicating them even though the world has only been loaded with custom blocks, there were no pillars originally. I tried using KeepAllRegionPostsLoaded: true but that didn't seem to work either. The only post that doesn't seem to be affected is the one where my spawn is |
please give output of /version, not just arbitrary build numbers (especially since you just referenced two unrelated github issues doing that) |
My apologies, I didn't realise. I'm new to using GitHub :) Paper(32) 1.14.1-R0.1-SNAPSHOT |
Your config may be useful here. |
This issue has actually been resolved for me. I'm unsure, but had a thought that it may have been due to removing the very top sign in the config. It may have also just been a 1.14.1 issue. |
Yea, it does look for a sign to locate the existing post, so that might've been the case. |
subjective I guess. How are you removing it? |
I used the config options to make that sign blank, the plugin does not add blank signs |
How are you doing it in the config? |
Interesting, I wasn't aware that it ignored totally blank signs. Unless @ichbinashh can confirm this is what he was doing here, probably better to make a new issue to track this. |
So I'll attach some images to show you, but I'm trying to change my posts for custom ones. Upon doing so, I seem to have found an error which is causing the posts to respawn on top of the previous every time the chunk is unloaded and loaded back up again.
Happens on both Paper 20 and 32 (Latest)
https://gyazo.com/7e24734a0765c7a9561c52d0dd17ba2e
https://gyazo.com/a2a9d671ceee9e7b5456d9940accf9eb
The text was updated successfully, but these errors were encountered: