jrbudda / Builder

Builder for Citizens2
7 stars 14 forks source link

Would it be possible to prevent building in protected areas? #22

Closed CosmicVoyager closed 11 years ago

CosmicVoyager commented 11 years ago

Greetings,

Would it be possible to prevent building in protected areas? Precious stones and WorldGuard areas?

Thanks

wolfbane8653 commented 11 years ago

In the config.yml you should see the DefaultOptions.

DefaultOptions: MoveTimeoutSeconds: 2.0 IgnoreProtection: false #not working HoldItems: true RequireMaterials: false

I would assume that the given option marked with the comment #notworking would mean yes but they are still working on it. However, until stated otherwise that doesn't seem like it really isn't working right now. Try setting it to true and see what happens. Then post your log files if any errors occur. I would assume there will need to be a bridge plugin for each protection plugin.

jrbudda commented 11 years ago

No, it's not really possible. Most protection plugins need a valid online player to check against, and I've not found a way around that.