Prefab

Prefab

12M Downloads

Feature request - Block safe config option.

ProsperCraft opened this issue ยท 3 comments

commented

I would love to see a config option that would not allow you to spawn in a structure unless it did not damage any blocks.

This is an example why this is needed- Twilight forest dungeon, bedrock bypassed by the structure.

2017-08-30_21 36 51

Not to mention the griefing potential.

commented

We actually have had something for this for a long time. Maybe not specifically so the player cannot destroy bedrock though.

If a block is protected by something like FTBUtilities or some other mechanism the player will get a chat message stating as such.

Please see this wiki page and see if this is what you expect.

https://github.com/Brian-Wuest/MC-Prefab/wiki/Anti-Griefing

commented

I have pushed an update that checks if there are unbreakabke blocks in the build space. If there are any, the user will get a message and the building will not spawn.

The new release is on curseforge for 1.11.2 and 1.12.

Thanks!

commented

Thank you!