Is there a way we can block users from using pipes on quarry momuments?
Block Momuments?Fixed
I need to find out why this is happening. You shouldn't be able to place a pipe anywhere you can't build so it shouldn't be possible.
Has you managed to solve it?
Not managed to identify a way to resolve this one yet.
Merged post
This should be fixed in V0.9.25 (beta)
https://umod.org/plugins/SyncPipes.cs?version=0.9.25&branch=beta
Please make sure that admins can still do this though, as we intentionally add pipes to quarry monuments. Players don't have access to pipes on our server.
I'll look into it.
I updated line 2422 (in v0.9.26) to the line below to let me add pipes, as admin, to quarries in the monument.
if (!ContainerHelper.InMonument(entity) && !playerHelper.IsAdmin) Locked automatically